aboutsummaryrefslogtreecommitdiff
path: root/manifests/subsystems
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-01-20 18:18:39 -0200
committerSilvio Rhatto <rhatto@riseup.net>2013-01-20 18:18:39 -0200
commit71b709d92dbcb3b8e05c4ead59a20a86dec76faa (patch)
tree19968deabb968eba9e25804e63e058135d8c669e /manifests/subsystems
parent2c24dcb640d090d1fd832f8f4ef4a8c21f668f8b (diff)
downloadpuppet-nodo-71b709d92dbcb3b8e05c4ead59a20a86dec76faa.tar.gz
puppet-nodo-71b709d92dbcb3b8e05c4ead59a20a86dec76faa.tar.bz2
Removing default values that should be boolean at extlookups
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 e100781..f4b5ccb 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')
) {
if $use_nagios != false {