From: Silvio Rhatto Date: Thu, 18 Feb 2010 19:00:39 +0000 (-0200) Subject: Minor fix X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=6f77e238b8efd6c4dfbd653f14e144c6dca2fad4;p=puppet-nodo.git Minor fix --- diff --git a/manifests/init.pp b/manifests/init.pp index ca31f2b..47a4068 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -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 }