]> gitweb.fluxo.info Git - puppet-apt.git/commitdiff
May disable apt::proxy_client (2)
authorSilvio Rhatto <rhatto@riseup.net>
Mon, 23 Dec 2013 18:26:13 +0000 (16:26 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Mon, 23 Dec 2013 18:26:13 +0000 (16:26 -0200)
manifests/proxy_client.pp

index 0a14322e91808676fd4bac3a9747c700a04be28a..61e3b9781d30ede04fb60b8abe4738c87b40dc0e 100644 (file)
@@ -6,6 +6,6 @@ class apt::proxy_client(
 
   apt_conf { '20proxy':
     content => template('apt/20proxy.erb'),
-    ensure  => ensure,
+    ensure  => $ensure,
   }
 }