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

14 lines
226 B
Ruby

module VagrantPlugins
module Cachier
module Cap
module RedHat
module YumCacheDir
def self.yum_cache_dir(machine)
'/var/cache/yum'
end
end
end
end
end
end