summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2013-01-26 22:36:52 +0100
committervarac <varacanero@zeromail.org>2016-03-09 17:20:58 +0100
commitbad75052820f221df575a1942417712e35ab1af7 (patch)
tree83713faf0dc598153e5557b56d2db3859ace314d /manifests/init.pp
parentc0dee4a2393e23b226e123a427898de94b342141 (diff)
Added $storeconfigs parameter
With this you can disable collection of exported resources. On masterless setups, this module would otherwise complain.
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index c4d7725..e3421a0 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -23,6 +23,7 @@ class nagios(
$service_atboot = true,
$purge_resources = true,
$gpgkey_checks = {},
+ $storeconfigs = true
) {
case $nagios::httpd {
'absent': { }