diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-01-20 17:53:06 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-01-20 17:53:06 -0200 |
commit | 557dfacf629e37e2e10b79da2ccddfe38b23bfa0 (patch) | |
tree | 86148e6887f86b84891d819d5651c721ab0b620d /manifests/host.pp | |
parent | db024f3215de6800934eb3f30ccd8cef09aafe6a (diff) | |
download | puppet-nodo-557dfacf629e37e2e10b79da2ccddfe38b23bfa0.tar.gz puppet-nodo-557dfacf629e37e2e10b79da2ccddfe38b23bfa0.tar.bz2 |
Removing quotes for default parameters at extlookup calls
Diffstat (limited to 'manifests/host.pp')
-rw-r--r-- | manifests/host.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/host.pp b/manifests/host.pp index cae28ce..f2ad776 100644 --- a/manifests/host.pp +++ b/manifests/host.pp @@ -20,7 +20,7 @@ class nodo::host inherits nodo { # Monitoring class { 'monitor': type => 'host', - use_nagios => extlookup('host_use_nagios', 'true'), + use_nagios => extlookup('host_use_nagios', true), } # Time configuration |