summaryrefslogtreecommitdiff
path: root/manifests/proxy_client.pp
diff options
context:
space:
mode:
authorMicah <micah@riseup.net>2016-11-04 13:35:41 +0000
committerMicah <micah@riseup.net>2016-11-04 13:35:41 +0000
commit584b7aad338206026d62d846122e6bef532a2d2a (patch)
treee58bac6baf47d069f646bd78519550f4fb0d39a6 /manifests/proxy_client.pp
parentbd975e939717891b79fce1d7d91da4ce4528af12 (diff)
parentc7581a1f0e2b64b186a2d7c37e7ba0a9fa2cc1df (diff)
Merge branch 'puppet4' into 'master'
Puppet4 Fixes stuff for puppet 4 See merge request !54
Diffstat (limited to 'manifests/proxy_client.pp')
-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 9ba79f2..e7972f7 100644
--- a/manifests/proxy_client.pp
+++ b/manifests/proxy_client.pp
@@ -3,7 +3,7 @@ class apt::proxy_client(
$port = '3142',
){
- apt_conf { '20proxy':
+ ::apt::apt_conf { '20proxy':
content => template('apt/20proxy.erb'),
}
}