summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 }
}