]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Trying to fix error at 'apt::proxy_client'
authorSilvio Rhatto <rhatto@riseup.net>
Mon, 23 Dec 2013 18:19:55 +0000 (16:19 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Mon, 23 Dec 2013 18:19:55 +0000 (16:19 -0200)
manifests/subsystem/apt.pp

index d9c40fc3423677962d71e98e9f2f48a907c0c6ba..b0f6e72c9dce60b4ff032b71d17cf99646a06792 100644 (file)
@@ -42,6 +42,7 @@ class nodo::subsystem::apt {
     }
   } else {
     class { 'apt::proxy_client':
+      proxy  => 'none',
       ensure => absent,
     }
   }