]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Syntax fix
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 31 Dec 2011 15:16:38 +0000 (13:16 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 31 Dec 2011 15:16:38 +0000 (13:16 -0200)
manifests/subsystems/utils/network.pp

index 9435497097412c8ce0f55a0c989ae75559f72777..551120fd6e5455d4d5c6ad7c6fb717fff13a85d6 100644 (file)
@@ -32,7 +32,7 @@ class utils::network {
     }
 
     # Not using right now
-    package { 'xul-ext-torbutton', 'vidalia':
+    package { [ 'xul-ext-torbutton', 'vidalia' ]:
       ensure => absent,
     }
   }