module VagrantPlugins::Cachier::Cap::Debian::AptCacheDir

Public Class Methods

apt_cache_dir(machine) click to toggle source
# File lib/vagrant-cachier/cap/debian/apt_cache_dir.rb, line 6
def self.apt_cache_dir(machine)
  '/var/cache/apt/archives'
end