From 076909377eaa3aa41936e3acb7e02a9b5b14d493 Mon Sep 17 00:00:00 2001 From: mh Date: Thu, 31 May 2012 11:38:45 +0200 Subject: fix various puppet language things --- manifests/itk_plus.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests/itk_plus.pp') diff --git a/manifests/itk_plus.pp b/manifests/itk_plus.pp index 64d7c87..7d9f721 100644 --- a/manifests/itk_plus.pp +++ b/manifests/itk_plus.pp @@ -3,7 +3,7 @@ # see: http://mpm-itk.sesse.net/ class apache::itk_plus inherits apache::itk { - case $operatingsystem { + case $::operatingsystem { centos: { include ::apache::centos::itk_plus } default: { fail("itk plus mode is currently only implemented for CentOS") } } -- cgit v1.2.3