summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2014-10-12 12:18:05 +0200
committermh <mh@immerda.ch>2014-10-12 12:18:05 +0200
commit9a5b4d4b56ce78d918ef6a978047bdc4d9bfb72a (patch)
tree01f57acdcfe233872eb496b2bafa1f7c3979f890 /manifests/init.pp
parent5b8288629495c1b84a61880c9bcfef21e84b4b12 (diff)
a first shot of tests
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp8
1 files changed, 4 insertions, 4 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 87149d8..a974c9c 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -14,11 +14,11 @@
# manage a simple apache
class apache(
- $cluster_node = '',
+ $cluster_node = '',
$manage_shorewall = false,
- $manage_munin = false,
- $no_default_site = false,
- $ssl = false
+ $manage_munin = false,
+ $no_default_site = false,
+ $ssl = false
) {
case $::operatingsystem {
centos: { include apache::centos }