From 3c86d6a60034f0e82e6ce3e7968db0c711d3d9e0 Mon Sep 17 00:00:00 2001 From: varac Date: Sat, 26 Jan 2013 22:36:52 +0100 Subject: Added $stored_config parameter to disabledisable collection of exported resources On masterless setups, this module would otherwise complain --- manifests/apache.pp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'manifests/apache.pp') diff --git a/manifests/apache.pp b/manifests/apache.pp index 8da9c11..54bd24c 100644 --- a/manifests/apache.pp +++ b/manifests/apache.pp @@ -2,12 +2,14 @@ class nagios::apache( $allow_external_cmd = false, $manage_shorewall = false, - $manage_munin = false + $manage_munin = false, + $stored_config = true ) { class{'::nagios': httpd => 'apache', allow_external_cmd => $allow_external_cmd, manage_munin => $manage_munin, manage_shorewall => $manage_shorewall, + stored_config => $stored_config } } -- cgit v1.2.3