aboutsummaryrefslogtreecommitdiff
path: root/manifests/proxy_client.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/proxy_client.pp')
-rw-r--r--manifests/proxy_client.pp2
1 files changed, 2 insertions, 0 deletions
diff --git a/manifests/proxy_client.pp b/manifests/proxy_client.pp
index 9ba79f2..61e3b97 100644
--- a/manifests/proxy_client.pp
+++ b/manifests/proxy_client.pp
@@ -1,9 +1,11 @@
class apt::proxy_client(
$proxy = 'http://localhost',
$port = '3142',
+ $ensure = 'present',
){
apt_conf { '20proxy':
content => template('apt/20proxy.erb'),
+ ensure => $ensure,
}
}