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

14 lines
241 B
Ruby
Raw Normal View History

2013-06-22 19:05:54 -03: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