This patchset adds dnf as a bucket. Adds the keepcache line if it is not found in dnf.conf. Signed-off-by: raghavendra talur <raghavendra.talur@gmail.com>
13 lines
226 B
Ruby
13 lines
226 B
Ruby
module VagrantPlugins
|
|
module Cachier
|
|
module Cap
|
|
module RedHat
|
|
module DnfCacheDir
|
|
def self.dnf_cache_dir(machine)
|
|
'/var/cache/dnf'
|
|
end
|
|
end
|
|
end
|
|
end
|
|
end
|
|
end
|