aboutsummaryrefslogtreecommitdiff
path: root/manifests/subsystems/monitor.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/subsystems/monitor.pp')
-rw-r--r--manifests/subsystems/monitor.pp2
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' {