5141e1305a
If the folder `/car/cache/dnf` is present, the content will be cached like in the Yum plugin. A possible configuration to enable it: Vagrant.configure(2) do |config| config.vm.box = "fedora/24-cloud-base" if Vagrant.has_plugin?("vagrant-cachier") config.cache.scope = :machine config.cache.auto_detect = false config.cache.enable :dnf end end |
||
---|---|---|
.. | ||
apt-cacher.md | ||
apt-lists.md | ||
apt.md | ||
bower.md | ||
chef.md | ||
chef_rubygems.md | ||
composer.md | ||
dnf.md | ||
generic.md | ||
npm.md | ||
pacman.md | ||
pip.md | ||
rubygems.md | ||
rvm.md | ||
yum.md | ||
zypper.md |