summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authornadir <nadir-technik@nadir.org>2012-11-08 14:42:27 +0100
committerGabriel Filion <gabster@lelutin.ca>2015-04-19 17:06:50 -0400
commit7288988a6d3f2785f5e23bd2d7a7f6c275421c00 (patch)
tree18b917d57dbbbcc6a5567b8b6e4eccfc16c2892a /README
parent0b20e1e0fd001cb0b688c6bf6971c8e7c3f743c6 (diff)
unquoted boolean variables
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 0949071..4e5a824 100644
--- a/README
+++ b/README
@@ -73,7 +73,7 @@ nagios server define a service that will check the NRPE command 'check_cpu' on
the current node:
nagios::service { 'CPU Usage':
- use_nrpe => 'true',
+ use_nrpe => true,
check_command => "check_cpu",
nrpe_args => "-t 60"
}