]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Minor fix
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 18 Feb 2010 19:00:39 +0000 (17:00 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 18 Feb 2010 19:00:39 +0000 (17:00 -0200)
manifests/init.pp

index ca31f2b74efaccdf1d13f3b3f8a025570d171420..47a40688d742eeecd393023159abb04026d30b1a 100644 (file)
@@ -186,7 +186,7 @@ class nodo::vserver inherits nodo {
 
   # We include munin configuration if it's not defined by
   # and exported resource.
-  if !(defined(munin::client) {
+  if !defined(munin::client) {
     include munin::client
   }