aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
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,
}
}