summaryrefslogtreecommitdiff
path: root/manifests/worker.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/worker.pp')
-rw-r--r--manifests/worker.pp5
1 files changed, 5 insertions, 0 deletions
diff --git a/manifests/worker.pp b/manifests/worker.pp
new file mode 100644
index 0000000..70c3c70
--- /dev/null
+++ b/manifests/worker.pp
@@ -0,0 +1,5 @@
+class apache::itk inherits apache {
+ case $operatingsystem {
+ centos: { include ::apache::centos::worker }
+ }
+}