summaryrefslogtreecommitdiff
path: root/manifests/worker.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2012-05-31 11:38:45 +0200
committermh <mh@immerda.ch>2012-05-31 11:38:45 +0200
commit076909377eaa3aa41936e3acb7e02a9b5b14d493 (patch)
treedae4bd4d405ffe1ba75ea1d50763bfbecf9e1a19 /manifests/worker.pp
parent4ff385d82bc0d300d501bf1fb41df8602c7c95a6 (diff)
fix various puppet language things
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 e7a96fa..9a7b3be 100644
--- a/manifests/worker.pp
+++ b/manifests/worker.pp
@@ -1,5 +1,5 @@
class apache::worker inherits apache {
- case $operatingsystem {
+ case $::operatingsystem {
centos: { include ::apache::centos::worker }
}
}