diff options
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 |