diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-02-15 20:54:43 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-02-15 20:54:43 -0200 |
commit | 47b100f88da682b5c2e055ec175c2acce7d04551 (patch) | |
tree | b3e8dc92e4df74956ecbbd52907cc70b68c06c69 /manifests/init.pp | |
parent | 8bf4142e1d6e874147a79c2bf1d68a4ecfbdab9d (diff) | |
download | puppet-nodo-47b100f88da682b5c2e055ec175c2acce7d04551.tar.gz puppet-nodo-47b100f88da682b5c2e055ec175c2acce7d04551.tar.bz2 |
Minor fix
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 |