diff options
author | Jerome Charaoui <jcharaoui@cmaisonneuve.qc.ca> | 2009-12-02 09:42:18 -0500 |
---|---|---|
committer | Jerome Charaoui <jcharaoui@cmaisonneuve.qc.ca> | 2009-12-02 09:42:18 -0500 |
commit | 5c506591a0fb48da1f5b43582c242c196b4b32c7 (patch) | |
tree | 35fe787b7e0f7747ff39b9fb4d370c7293e31528 /manifests | |
parent | 981bd9030eb902ef102c4cc1056f1ede8cdb49c7 (diff) |
don't always add ping service to targets
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/target.pp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/manifests/target.pp b/manifests/target.pp index 07aae93..a58912e 100644 --- a/manifests/target.pp +++ b/manifests/target.pp @@ -2,5 +2,4 @@ class nagios::target { include nagios::target::host - nagios::service::ping{$fqdn:} } |