]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Quoting test for extlookup
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 20 Jan 2013 19:49:31 +0000 (17:49 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Sun, 20 Jan 2013 19:49:31 +0000 (17:49 -0200)
manifests/subsystems/monitor.pp

index 6d3b5aab407043779208fa61a2289b935b548b74..e10078145bb0574241fcacb0f8f2897cd33abf85 100644 (file)
@@ -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 {