vagrant-cachier-ng/lib/vagrant-cachier/cap/linux/slackpkg_cache_dir.rb
Ricardson Williams 2aa43ef64f Add Slack Support
2015-07-31 21:43:44 -03:00

13 lines
239 B
Ruby

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