aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2012-08-22 10:55:25 -0400
committerMicah Anderson <micah@riseup.net>2012-08-22 10:55:25 -0400
commitb528cd0005f263b3d2014cdc44d7461577821343 (patch)
tree4cc18de35af7acec5c55b8658a0161c6dcbf6f49 /templates
parent0c2f31b5d5c972c179cb06ea1a06e6e0e7b1b262 (diff)
downloadpuppet-apt-b528cd0005f263b3d2014cdc44d7461577821343.tar.gz
puppet-apt-b528cd0005f263b3d2014cdc44d7461577821343.tar.bz2
parameterize the apt::proxy_client class
Diffstat (limited to 'templates')
-rw-r--r--templates/20proxy.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/20proxy.erb b/templates/20proxy.erb
index fd0c7fe..ea706b6 100644
--- a/templates/20proxy.erb
+++ b/templates/20proxy.erb
@@ -1,5 +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 "<%= proxy %>:<%= port %>"; };
Acquire::HTTP::Proxy::bugs.debian.org "DIRECT";