diff options
-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 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, } } |