module VagrantPlugins::Cachier::Cap::RedHat::YumCacheDir

Public Class Methods

yum_cache_dir(machine) click to toggle source
# File lib/vagrant-cachier/cap/redhat/yum_cache_dir.rb, line 6
def self.yum_cache_dir(machine)
  '/var/cache/yum'
end