summaryrefslogtreecommitdiff
path: root/manifests/worker.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2011-10-13 01:03:31 +0200
committermh <mh@immerda.ch>2011-10-13 01:03:31 +0200
commitc646c76481d7c7646c1b2e3c1e5a287298f66cf8 (patch)
tree2071cb5f11a07a08eee8a3249e133775823c2ff4 /manifests/worker.pp
parentd9b5ec61e22353faf9b975d14cdec45efc128f2c (diff)
correct naming
Diffstat (limited to 'manifests/worker.pp')
-rw-r--r--manifests/worker.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/worker.pp b/manifests/worker.pp
index 70c3c70..e7a96fa 100644
--- a/manifests/worker.pp
+++ b/manifests/worker.pp
@@ -1,4 +1,4 @@
-class apache::itk inherits apache {
+class apache::worker inherits apache {
case $operatingsystem {
centos: { include ::apache::centos::worker }
}