diff options
author | Micah <micah@riseup.net> | 2016-11-04 13:35:41 +0000 |
---|---|---|
committer | Micah <micah@riseup.net> | 2016-11-04 13:35:41 +0000 |
commit | 584b7aad338206026d62d846122e6bef532a2d2a (patch) | |
tree | e58bac6baf47d069f646bd78519550f4fb0d39a6 /manifests/proxy_client.pp | |
parent | bd975e939717891b79fce1d7d91da4ce4528af12 (diff) | |
parent | c7581a1f0e2b64b186a2d7c37e7ba0a9fa2cc1df (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.pp | 2 |
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'), } } |