Dnf is the new package manager for Fedora. And it is the default package manager for F22 and F23 Signed-off-by: Lalatendu Mohanty <lmohanty@redhat.com>
13 lines
226 B
Ruby
13 lines
226 B
Ruby
module VagrantPlugins
|
|
module Cachier
|
|
module Cap
|
|
module Fedora
|
|
module DnfCacheDir
|
|
def self.dnf_cache_dir(machine)
|
|
'/var/cache/dnf'
|
|
end
|
|
end
|
|
end
|
|
end
|
|
end
|
|
end
|