diff options
Diffstat (limited to 'manifests/target.pp')
-rw-r--r-- | manifests/target.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/target.pp b/manifests/target.pp index 9a86c09..f9b7e13 100644 --- a/manifests/target.pp +++ b/manifests/target.pp @@ -4,7 +4,7 @@ class nagios::target( $parents = 'absent', $address = $::ipaddress, $nagios_alias = $::hostname, - $hostgroups = 'absent', + $hostgroups = 'absent' ){ @@nagios_host { $::fqdn: address => $address, |