aboutsummaryrefslogtreecommitdiff
path: root/manifests/subsystems/monitor.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-01-20 17:53:06 -0200
committerSilvio Rhatto <rhatto@riseup.net>2013-01-20 17:53:06 -0200
commit557dfacf629e37e2e10b79da2ccddfe38b23bfa0 (patch)
tree86148e6887f86b84891d819d5651c721ab0b620d /manifests/subsystems/monitor.pp
parentdb024f3215de6800934eb3f30ccd8cef09aafe6a (diff)
downloadpuppet-nodo-557dfacf629e37e2e10b79da2ccddfe38b23bfa0.tar.gz
puppet-nodo-557dfacf629e37e2e10b79da2ccddfe38b23bfa0.tar.bz2
Removing quotes for default parameters at extlookup calls
Diffstat (limited to 'manifests/subsystems/monitor.pp')
-rw-r--r--manifests/subsystems/monitor.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/subsystems/monitor.pp b/manifests/subsystems/monitor.pp
index e100781..6d3b5aa 100644
--- a/manifests/subsystems/monitor.pp
+++ b/manifests/subsystems/monitor.pp
@@ -1,7 +1,7 @@
class monitor(
$type = 'vserver',
$use_nagios = true,
- $use_fqdn = extlookup('use_nagios_fqdn', 'false')
+ $use_fqdn = extlookup('use_nagios_fqdn', false)
) {
if $use_nagios != false {