vagrant-cachier-ng/lib/vagrant-cachier/cap/redhat/dnf_cache_dir.rb

14 lines
226 B
Ruby
Raw Normal View History

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