You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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
7 years ago
..
buckets Add support for DNF 7 years ago
benchmarks.md Tweak benchmarks table styling 10 years ago
development.md Improve dev docs 10 years ago
how-does-it-work.md fix cache path 9 years ago
index.md Make sure people know that synced_folder_opts are optional 9 years ago
template.html Add support for DNF 7 years ago
usage.md Fix example of removing buckets from machine scoped dirs [GH-82] 9 years ago