summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2009-09-28 22:21:54 +0200
committermh <mh@immerda.ch>2009-09-28 22:21:54 +0200
commitc1482c600b33f8e01118e1b097fb9b4c36884e21 (patch)
treeb5d22658883e2fa3e80bf325fe2a9e4a33f53595 /manifests/init.pp
parentbd6584180dc9f3cbc03da5f36076a05bdafed6cf (diff)
2 spaces
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp22
1 files changed, 11 insertions, 11 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 992469f..74587db 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -19,16 +19,16 @@
# $apache_default_group: Set this to the group with which the
# apache is running.
class apache {
- case $operatingsystem {
- centos: { include apache::centos }
- gentoo: { include apache::gentoo }
- debian: { include apache::debian }
- ubuntu: { include apache::ubuntu }
- openbsd: { include apache::openbsd }
- default: { include apache::base }
- }
- if $use_munin {
- include apache::status
- }
+ case $operatingsystem {
+ centos: { include apache::centos }
+ gentoo: { include apache::gentoo }
+ debian: { include apache::debian }
+ ubuntu: { include apache::ubuntu }
+ openbsd: { include apache::openbsd }
+ default: { include apache::base }
+ }
+ if $use_munin {
+ include apache::status
+ }
}