vagrant-cachier-ng/lib/vagrant-cachier/cap/debian/apt_lists_dir.rb

14 lines
230 B
Ruby

module VagrantPlugins
module Cachier
module Cap
module Debian
module AptListsDir
def self.apt_lists_dir(machine)
'/var/lib/apt/lists'
end
end
end
end
end
end