summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp3
1 files changed, 2 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index c6b971a..ad9486c 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -1,3 +1,4 @@
+# manage a strongswan
class strongswan(
$manage_shorewall = false,
$monkeysphere_publish_key = false
@@ -5,7 +6,7 @@ class strongswan(
class{'monkeysphere':
publish_key => $monkeysphere_publish_key
- } -> class{'strongswan::base': }
+ } -> class{'certtool': } -> class{'strongswan::base': }
if $manage_shorewall {
include shorewall::rules::ipsec