diff options
Diffstat (limited to 'manifests/subsystem')
-rw-r--r-- | manifests/subsystem/monitor.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/subsystem/monitor.pp b/manifests/subsystem/monitor.pp index d7fa720..015f43c 100644 --- a/manifests/subsystem/monitor.pp +++ b/manifests/subsystem/monitor.pp @@ -11,7 +11,7 @@ class nodo::subsystem::monitor( nagios::service::ping { "${::fqdn}": } } - if $type == 'host' or $type == 'personal' { + if $type == 'host' { if $use_fqdn == true { include nagios::target::fqdn } |