module VagrantPlugins::Cachier::Cap::Debian::AptListsDir

Public Class Methods

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