From 997ee462172dc50628e2ff0f896798204ea6d351 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20M=E4kinen?= Date: Thu, 2 Aug 2012 10:56:37 +0300 Subject: [PATCH] Fixed lint errors from ssl module. --- ssl/manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ssl/manifests/init.pp b/ssl/manifests/init.pp index 7e0fb09..8f66843 100644 --- a/ssl/manifests/init.pp +++ b/ssl/manifests/init.pp @@ -3,7 +3,7 @@ # class ssl { - case $operatingsystem { + case $::operatingsystem { "centos","fedora": { $certs = "/etc/pki/tls/certs" $private = "/etc/pki/tls/private"