[GH-54] Fix zypper cache path

This commit is contained in:
Fabio Rehm 2013-11-06 19:16:39 -02:00
parent 93c0c7bf99
commit 9e0e0d50b5

View file

@ -151,7 +151,7 @@ Vagrant.configure("2") do |config|
end end
``` ```
Used by SuSE guests, will get configured under guest's `/var/cache/zypper/packages`. It will Used by SuSE guests, will get configured under guest's `/var/cache/zypp/packages`. It will
also [make sure](lib/vagrant-cachier/bucket/zypper.rb#L20) that `keep-packages` is enabled also [make sure](lib/vagrant-cachier/bucket/zypper.rb#L20) that `keep-packages` is enabled
for all repositories. for all repositories.