summaryrefslogtreecommitdiff
path: root/manifests/apache.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/apache.pp')
-rw-r--r--manifests/apache.pp11
1 files changed, 9 insertions, 2 deletions
diff --git a/manifests/apache.pp b/manifests/apache.pp
index 38026f7..a90d0ee 100644
--- a/manifests/apache.pp
+++ b/manifests/apache.pp
@@ -1,6 +1,13 @@
-class nagios::apache inherits ::apache {
+class nagios::apache(
+ $allow_external_cmd = false,
+ $manage_shorewall = false,
+ $manage_munin = false
+) {
class{'nagios':
- httpd => 'apache'
+ httpd => 'apache',
+ allow_external_cmd => $allow_external_cmd,
+ manage_munin => $manage_munin,
+ manage_shorewall => $manage_shorewall,
}
case $::operatingsystem {