aboutsummaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
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
}