aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-12-23 16:26:13 -0200
committerSilvio Rhatto <rhatto@riseup.net>2013-12-23 16:26:13 -0200
commit8dcc39c99fffe2fa5eb38fab70f1b1ea8084b43a (patch)
tree0c774500c214d90b04c18beef8f48dbda989f951 /manifests
parente5632b2e495f1f7190679f0fc21e8fd0ab645314 (diff)
downloadpuppet-apt-8dcc39c99fffe2fa5eb38fab70f1b1ea8084b43a.tar.gz
puppet-apt-8dcc39c99fffe2fa5eb38fab70f1b1ea8084b43a.tar.bz2
May disable apt::proxy_client (2)
Diffstat (limited to 'manifests')
-rw-r--r--manifests/proxy_client.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/proxy_client.pp b/manifests/proxy_client.pp
index 0a14322..61e3b97 100644
--- a/manifests/proxy_client.pp
+++ b/manifests/proxy_client.pp
@@ -6,6 +6,6 @@ class apt::proxy_client(
apt_conf { '20proxy':
content => template('apt/20proxy.erb'),
- ensure => ensure,
+ ensure => $ensure,
}
}