summaryrefslogtreecommitdiff
path: root/manifests/apache.pp
diff options
context:
space:
mode:
authorAntoine Beaupre <anarcat@koumbit.org>2010-04-09 17:21:08 -0400
committeranarcat <anarcat@koumbit.org>2010-04-09 18:03:54 -0400
commite71e7080e403c6bcacb7305b5764d305e314e03d (patch)
treed6e5532215369898eb10ae2a1389152de8d6b162 /manifests/apache.pp
parenta5c6eebcc82e31e13599ee7c3085548feb9ab05d (diff)
proper apache bootstrap
Diffstat (limited to 'manifests/apache.pp')
-rw-r--r--manifests/apache.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/apache.pp b/manifests/apache.pp
index 36994f8..c00b1d9 100644
--- a/manifests/apache.pp
+++ b/manifests/apache.pp
@@ -1,4 +1,4 @@
-class nagios::apache {
+class nagios::apache inherits ::apache {
$nagios_httpd = 'apache'
include nagios
}