aboutsummaryrefslogtreecommitdiff
path: root/manifests/subsystems
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-01-20 17:49:31 -0200
committerSilvio Rhatto <rhatto@riseup.net>2013-01-20 17:49:31 -0200
commitdb024f3215de6800934eb3f30ccd8cef09aafe6a (patch)
treec3c35ca9d715001427b09ad5a7a7d9e6f96c41f1 /manifests/subsystems
parent18ab043e90de8889fe06944e3208bb4697f93e32 (diff)
downloadpuppet-nodo-db024f3215de6800934eb3f30ccd8cef09aafe6a.tar.gz
puppet-nodo-db024f3215de6800934eb3f30ccd8cef09aafe6a.tar.bz2
Quoting test for extlookup
Diffstat (limited to 'manifests/subsystems')
-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 6d3b5aa..e100781 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 {