diff options
Diffstat (limited to 'manifests/subsystems/monitor.pp')
-rw-r--r-- | manifests/subsystems/monitor.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/subsystems/monitor.pp b/manifests/subsystems/monitor.pp index 5be3509..2e59838 100644 --- a/manifests/subsystems/monitor.pp +++ b/manifests/subsystems/monitor.pp @@ -7,7 +7,7 @@ class monitor( if $type == 'vserver' { include nagios::target::fqdn - nagios::service::ping { "$fqdn": } + nagios::service::ping { "$fqdn": } } if $type == 'host' or $type == 'personal' { |