2013-06-08 02:37:02 +00:00
|
|
|
module VagrantPlugins
|
2013-05-22 22:38:26 +00:00
|
|
|
module Cachier
|
|
|
|
module Cap
|
|
|
|
module Debian
|
|
|
|
module AptCacheDir
|
|
|
|
def self.apt_cache_dir(machine)
|
|
|
|
# TODO: Find out if there is a config file we can read from
|
|
|
|
'/var/cache/apt/archives'
|
|
|
|
end
|
|
|
|
end
|
|
|
|
end
|
|
|
|
end
|
|
|
|
end
|
|
|
|
end
|