From bcdbdc6cd97700d671c83c7b2a68f710789e6ab5 Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Sat, 10 Aug 2013 19:05:03 +0200 Subject: fix syntax error --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/init.pp b/manifests/init.pp index cc7987f..e099166 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -17,7 +17,7 @@ class strongswan( } -> class { 'certtool': } $require_monkeysphere = $use_monkeysphere ? { - true => 'Class['monkeysphere']', + true => Class['monkeysphere'], false => '' } } -- cgit v1.2.3