vagrant-cachier-ng/docs/buckets/zypper.md
2013-12-07 03:43:37 -02:00

330 B

Zypper

Vagrant.configure("2") do |config|
  config.vm.box = 'some-suse-box'
  config.cache.enable :zypper
end

Used by SuSE guests, will get configured under guest's /var/cache/zypp/packages. It will also make sure that keep-packages is enabled for all repositories.