vagrant-cachier-ng/lib/vagrant-cachier/cap/debian/apt_cache_dir.rb

14 lines
235 B
Ruby

module VagrantPlugins
module Cachier
module Cap
module Debian
module AptCacheDir
def self.apt_cache_dir(machine)
'/var/cache/apt/archives'
end
end
end
end
end
end