summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2013-08-10 19:05:03 +0200
committerMicah Anderson <micah@riseup.net>2013-08-10 19:54:43 +0200
commitbcdbdc6cd97700d671c83c7b2a68f710789e6ab5 (patch)
tree8bd84f1edb4d9b58396974f1bc0928f377f0eb7b
parent09e665c2bebe8d61aea40ec77975bccb7d1e08ac (diff)
fix syntax error
-rw-r--r--manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
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 => ''
}
}