diff options
Diffstat (limited to 'templates/20proxy.erb')
-rw-r--r-- | templates/20proxy.erb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/20proxy.erb b/templates/20proxy.erb new file mode 100644 index 0000000..fd0c7fe --- /dev/null +++ b/templates/20proxy.erb @@ -0,0 +1,5 @@ +// This file is managed by Puppet +// all local modifications will be overwritten + +Acquire::http { Proxy "<%= real_apt_proxy %>:<%= real_apt_proxy_port %>"; }; +Acquire::HTTP::Proxy::bugs.debian.org "DIRECT"; |