From 7abaf9db50c73eca827df4c4ef9608370bc0f25c 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 3b564d4..6306711 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