example42 / puppet-nagios

Puppet module for Nagios
Other
4 stars 18 forks source link

Checking for host definition before defining again #12

Closed lieutdan13 closed 11 years ago

lieutdan13 commented 11 years ago

In the example in host.pp, it says to use $fqdn for the name. Inside of nagios::host, nagios::target is included and the host is defined again in target using $::fqdn. This should fix that issue.