[GH-54] Fix zypper cache path
This commit is contained in:
parent
93c0c7bf99
commit
9e0e0d50b5
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue