summaryrefslogtreecommitdiff
path: root/manifests/apache.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/apache.pp')
-rw-r--r--manifests/apache.pp3
1 files changed, 2 insertions, 1 deletions
diff --git a/manifests/apache.pp b/manifests/apache.pp
index b1da837..8fa9061 100644
--- a/manifests/apache.pp
+++ b/manifests/apache.pp
@@ -1,10 +1,11 @@
+# setup naguis together with apache
class nagios::apache(
$allow_external_cmd = false,
$manage_shorewall = false,
$manage_munin = false,
$stored_config = true
) {
- class{'nagios':
+ class{'::nagios':
httpd => 'apache',
allow_external_cmd => $allow_external_cmd,
manage_munin => $manage_munin,