summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabriel Filion <gabster@lelutin.ca>2016-01-31 18:24:18 -0500
committerGabriel Filion <gabster@lelutin.ca>2016-01-31 18:24:18 -0500
commitf052a673dcbe532860c80c3e7ebf6d393c452473 (patch)
treef3da67d552d2626439c11f23dc93a3b0846c5d4e
parentc6faaaf04cbf33db4430893b6b0eeacfc5f74776 (diff)
disable NRPE command arguments by default
setting dont_blame_nrpe is useful for some, but it's generally dangerous and should be disabled if it's not used. In this sense, it's a better idea to disable this by default.
-rw-r--r--manifests/nrpe.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/nrpe.pp b/manifests/nrpe.pp
index 364a2c8..b7984b6 100644
--- a/manifests/nrpe.pp
+++ b/manifests/nrpe.pp
@@ -5,7 +5,7 @@ class nagios::nrpe (
$plugin_dir = '',
$server_address = '',
$allowed_hosts = '',
- $dont_blame = '1',
+ $dont_blame = '0',
) {
if !($dont_blame in ['0', '1']) {