diff options
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/init.pp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index 9e18a25..33b485f 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -416,6 +416,7 @@ class nodo::master { include database include gitosis include websites::admin + include munin::client case $main_master { '': { fail("You need to define if this is the main master! Please set \$main_master in host config") } |