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:05:03 +0200
commit7abaf9db50c73eca827df4c4ef9608370bc0f25c (patch)
treee6248a56a92f2867666d2c2027944964662a64d3
parent31cbf602f874ba16ef3504c004f41021fcad153b (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 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 => ''
}
}