summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2008-04-11 12:59:22 +0000
committermh <mh@immerda.ch>2008-04-11 12:59:22 +0000
commit396eaf78f359da24b5ac791402262c572d91d62d (patch)
tree5b9741ed332638648705ac8578d2ab0eed4e8b9e /manifests/init.pp
parent048fb4249992301916ec1dc6bd23c4791ecf4d56 (diff)
fixed case
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 82d4c25..26befd2 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -73,7 +73,7 @@ class puppet::openbsd {
}
class puppetmaster inherits puppet {
- case $operatingsystem {
+ case $kernel {
linux: { include puppetmaster::linux }
}
File[puppet_config]{