vagrant-cachier-ng/lib/vagrant-cachier
Roman Mohr 5141e1305a Add support for DNF
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
2016-09-23 12:10:29 +02:00
..
action Check if image is set with docker provider 2014-07-24 23:25:36 -07:00
bucket Add support for DNF 2016-09-23 12:10:29 +02:00
cap Add support for DNF 2016-09-23 12:10:29 +02:00
bucket.rb Add support for DNF 2016-09-23 12:10:29 +02:00
capabilities.rb Add support for DNF 2016-09-23 12:10:29 +02:00
config.rb 👋 to the deprecated enable_nfs config 2014-07-20 20:36:32 -03:00
hooks.rb chmod /tmp/vagrant-cache on guest VM to 777 to work around some permission issues as explained on GH-74 2014-02-26 22:03:21 -03:00
plugin.rb Lets keep this code as it is 2014-07-20 20:15:47 -03:00
version.rb v1.2.1 2015-07-03 14:51:55 -04:00