vagrant-cachier-ng/lib/vagrant-cachier/cap/linux/slackpkg_cache_dir.rb

13 lines
239 B
Ruby
Raw Normal View History

2015-07-31 21:43:44 -03:00
module VagrantPlugins
module Cachier
module Cap
module Linux
module SlackPkgCacheDir
def self.slackpkg_cache_dir(machine)
'/var/cache/packages'
end
end
end
end
end
end