From 396eaf78f359da24b5ac791402262c572d91d62d Mon Sep 17 00:00:00 2001 From: mh Date: Fri, 11 Apr 2008 12:59:22 +0000 Subject: fixed case --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests/init.pp') 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]{ -- cgit v1.2.3