diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2009-12-26 16:36:21 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2009-12-26 16:36:21 -0200 |
commit | 889d8b951c5a55423f17a2bf44ae11354f45fe62 (patch) | |
tree | b1b51f2718592ed9b3f4227b76642a9cb409cdc4 /manifests | |
parent | 5c3cf0ce7dedd4b6fb1b825165e69e106a3567b6 (diff) | |
download | puppet-virtual-889d8b951c5a55423f17a2bf44ae11354f45fe62.tar.gz puppet-virtual-889d8b951c5a55423f17a2bf44ae11354f45fe62.tar.bz2 |
Setup plugins just if munin is enabled in the system (3)
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/vserver.pp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/vserver.pp b/manifests/vserver.pp index dbe4f86..ef4f01c 100644 --- a/manifests/vserver.pp +++ b/manifests/vserver.pp @@ -74,6 +74,7 @@ class vserver::host { "/usr/local/share/munin-plugins/vserver_loadavg": source => "puppet://$server/virtual/munin/vserver_loadavg", mode => 0755, owner => root, group => root; + } } # Setup some plugins if munin is enabled in the system |