aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-01-20 17:14:16 -0200
committerSilvio Rhatto <rhatto@riseup.net>2013-01-20 17:14:16 -0200
commit656789ec7d0f4d823cea7f4e090e59e24c3687e2 (patch)
treef9b77b33670b66981445539c4e16451b93659784 /manifests
parentd9848286efd375abbf4025feb540508b0d8d6220 (diff)
downloadpuppet-nodo-656789ec7d0f4d823cea7f4e090e59e24c3687e2.tar.gz
puppet-nodo-656789ec7d0f4d823cea7f4e090e59e24c3687e2.tar.bz2
Changing use_nagios_fqdn to use_fqdn
Diffstat (limited to 'manifests')
-rw-r--r--manifests/subsystems/monitor.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/subsystems/monitor.pp b/manifests/subsystems/monitor.pp
index 0a6734e..26ba019 100644
--- a/manifests/subsystems/monitor.pp
+++ b/manifests/subsystems/monitor.pp
@@ -11,8 +11,8 @@ class monitor(
}
if $type == 'host' or $type == 'personal' {
- $use_nagios_fqdn = extlookup('use_nagios_fqdn', false)
- if $use_nagios_fqdn == true {
+ $use_fqdn = extlookup('use_nagios_fqdn', false)
+ if $use_fqdn == true {
include nagios::target::fqdn
}
else {