diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-02-17 22:47:10 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-02-17 22:47:10 -0200 |
commit | fff581b8224b9286b79b031fa7c60997751c8d34 (patch) | |
tree | c646c5d666d615d3ab9bf358855909ed4d5484ed /manifests | |
parent | 341f81f3e212863a143a60dd7375922545ebc2fe (diff) | |
download | puppet-nodo-fff581b8224b9286b79b031fa7c60997751c8d34.tar.gz puppet-nodo-fff581b8224b9286b79b031fa7c60997751c8d34.tar.bz2 |
Including munin::client on nodo::master
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") } |