diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-01-20 17:57:12 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-01-20 17:57:12 -0200 |
commit | 2e39280326ec5258e47ccf809838fa96d6dc122e (patch) | |
tree | c3c35ca9d715001427b09ad5a7a7d9e6f96c41f1 /manifests/host.pp | |
parent | 557dfacf629e37e2e10b79da2ccddfe38b23bfa0 (diff) | |
download | puppet-nodo-2e39280326ec5258e47ccf809838fa96d6dc122e.tar.gz puppet-nodo-2e39280326ec5258e47ccf809838fa96d6dc122e.tar.bz2 |
Quotes backup to extlookup
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 f2ad776..cae28ce 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 |