From 7288988a6d3f2785f5e23bd2d7a7f6c275421c00 Mon Sep 17 00:00:00 2001 From: nadir Date: Thu, 8 Nov 2012 14:42:27 +0100 Subject: unquoted boolean variables --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README') 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" } -- cgit v1.2.3