summaryrefslogtreecommitdiff
path: root/puppet/modules/apt/templates/20proxy.erb
diff options
context:
space:
mode:
Diffstat (limited to 'puppet/modules/apt/templates/20proxy.erb')
-rw-r--r--puppet/modules/apt/templates/20proxy.erb5
1 files changed, 5 insertions, 0 deletions
diff --git a/puppet/modules/apt/templates/20proxy.erb b/puppet/modules/apt/templates/20proxy.erb
new file mode 100644
index 00000000..520e7b1b
--- /dev/null
+++ b/puppet/modules/apt/templates/20proxy.erb
@@ -0,0 +1,5 @@
+// This file is managed by Puppet
+// all local modifications will be overwritten
+
+Acquire::http { Proxy "<%= @proxy %>:<%= @port %>"; };
+Acquire::HTTP::Proxy::bugs.debian.org "DIRECT";