adding ganglia checks

This commit is contained in:
Udo Waechter
2013-06-05 13:53:00 +02:00
parent c7f29f670d
commit b33d9437a2
3 changed files with 34 additions and 2 deletions

View File

@@ -24,7 +24,7 @@ class puppet::puppetmaster ($ensure = 'present', $puppetqd = false) {
}
}
if defined(Class['ganglia']) {
if defined(Class['ganglia::monitor']) {
Ganglia::Gmetric::Cron {
source => 'puppet/ganglia',
ensure => $ensure,