diff options
-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 2036e01..760d7d4 100644 --- a/manifests/target.pp +++ b/manifests/target.pp @@ -8,7 +8,6 @@ class nagios::target( ){ @@nagios_host { $::fqdn: address => $address, - alias => $nagios_alias, use => $use, } # Watch out with using aliases: they need to be unique throughout *all* |