summaryrefslogtreecommitdiff
path: root/manifests/centos
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2011-10-13 00:56:24 +0200
committermh <mh@immerda.ch>2011-10-13 00:56:24 +0200
commitd9b5ec61e22353faf9b975d14cdec45efc128f2c (patch)
tree80083f96264d10044ab7f896184c2cc1a2562760 /manifests/centos
parent3e0081dd3cd8754454ccf1ee616a88d357952052 (diff)
add worker related config files
Diffstat (limited to 'manifests/centos')
-rw-r--r--manifests/centos/worker.pp5
1 files changed, 5 insertions, 0 deletions
diff --git a/manifests/centos/worker.pp b/manifests/centos/worker.pp
new file mode 100644
index 0000000..4816fbf
--- /dev/null
+++ b/manifests/centos/worker.pp
@@ -0,0 +1,5 @@
+class apache::centos::worker inherits apache::centos {
+ File['apache_service_config']{
+ source => "puppet:///modules/apache/service/CentOS/httpd.worker"
+ }
+}