From 47b100f88da682b5c2e055ec175c2acce7d04551 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 15 Feb 2010 20:54:43 -0200 Subject: Minor fix --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests/init.pp') 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 -- cgit v1.2.3