summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2012-12-13 15:30:14 +0100
committermh <mh@immerda.ch>2012-12-13 15:30:14 +0100
commit03fcb575adaee4678490c6ea577fdab94519d54e (patch)
treefcdaa1fa0b8e131b2c4f0cdb2a5b8edf60aa9b70 /manifests/init.pp
parent56edcd00f3221fa713284c42110c7d3564f23ca1 (diff)
introduce anchor to hook into basic setup
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp7
1 files changed, 1 insertions, 6 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 572213f..612149d 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -12,12 +12,7 @@
# the Free Software Foundation.
#
-# Global variables:
-#
-# $apache_default_user: Set this to the user with which the
-# apache is running.
-# $apache_default_group: Set this to the group with which the
-# apache is running.
+# manage a simple apache
class apache(
$cluster_node = '',
$manage_shorewall = false,