From: Silvio Rhatto Date: Mon, 15 Feb 2010 22:54:43 +0000 (-0200) Subject: Minor fix X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=47b100f88da682b5c2e055ec175c2acce7d04551;p=puppet-nodo.git Minor fix --- 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