From 6f77e238b8efd6c4dfbd653f14e144c6dca2fad4 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 18 Feb 2010 17:00:39 -0200 Subject: Minor fix --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } -- cgit v1.2.3