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