summaryrefslogtreecommitdiff
path: root/templates/20proxy.erb
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2014-04-18 10:59:26 +0200
committermh <mh@immerda.ch>2014-04-18 10:59:26 +0200
commitaf616677e6558d1ad2bfdcdf02dc318bec192363 (patch)
tree104ad12c4461ad7af50d44e9b7598e3172704bce /templates/20proxy.erb
parent9d56396a0439a19dd6cd3a09a5d1a9f7d6345778 (diff)
address puppet 3.x deprecation warnings
Diffstat (limited to 'templates/20proxy.erb')
-rw-r--r--templates/20proxy.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/20proxy.erb b/templates/20proxy.erb
index ea706b6..520e7b1 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 "<%= proxy %>:<%= port %>"; };
+Acquire::http { Proxy "<%= @proxy %>:<%= @port %>"; };
Acquire::HTTP::Proxy::bugs.debian.org "DIRECT";