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

14 lines
241 B
Ruby
Raw Normal View History

2013-06-22 22:05:54 +00:00
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