diff options
Diffstat (limited to 'manifests/init.pp')
-rw-r--r-- | manifests/init.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index 5251251..e4d3152 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -410,7 +410,7 @@ class nodo::master { '': { fail("You need to define if this is the main master! Please set \$main_master in host config") } } - if $main_master = true { + if $main_master == true { include munin::host # The main master has a host entry pointing to itself, other |