diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-03-07 17:30:33 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-03-07 17:30:33 -0300 |
commit | 64840eb79e98b385579e749c40c1524a83b95a06 (patch) | |
tree | 2b49b3276c89bde6ecd10f39c04c22c4110b29f9 | |
parent | 04d3e0f273815483838504efd66372bc2eff316a (diff) | |
download | puppet-nodo-64840eb79e98b385579e749c40c1524a83b95a06.tar.gz puppet-nodo-64840eb79e98b385579e749c40c1524a83b95a06.tar.bz2 |
Manage rrdcached just on main master (2)
-rw-r--r-- | manifests/subsystem/monitor/master.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/subsystem/monitor/master.pp b/manifests/subsystem/monitor/master.pp index 5be7b7e..fd4f662 100644 --- a/manifests/subsystem/monitor/master.pp +++ b/manifests/subsystem/monitor/master.pp @@ -12,7 +12,7 @@ class nodo::subsystem::monitor::master { if $main == true { $manage = present } else { - $manage = absent, + $manage = absent } # |