vagrant-cachier-ng/lib/vagrant-cachier/cap/debian/apt_proxy_conf.rb
2013-06-22 22:36:17 -03:00

13 lines
241 B
Ruby

module VagrantPlugins
module Cachier
module Cap
module Debian
module AptProxyConf
def self.apt_proxy_conf(machine)
'/etc/apt/apt.conf.d/01proxy'
end
end
end
end
end
end