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