vagrant-cachier-ng/docs
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
..
buckets Add support for DNF 2016-09-23 12:10:29 +02:00
benchmarks.md Tweak benchmarks table styling 2013-12-09 10:33:15 -02:00
development.md Improve dev docs 2013-12-07 12:43:49 -02:00
how-does-it-work.md fix cache path 2014-07-04 15:53:44 +03:00
index.md Make sure people know that synced_folder_opts are optional 2014-06-23 18:01:01 -03:00
template.html Add support for DNF 2016-09-23 12:10:29 +02:00
usage.md Fix example of removing buckets from machine scoped dirs [GH-82] 2014-02-26 22:03:21 -03:00