summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/init.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 3b564d4..cc7987f 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -68,8 +68,8 @@ class strongswan(
}
if $manage_shorewall {
- class { 'shorewall::rules::ipsec':
- source => $strongswan::shorewall_source
+ shorewall::rules::ipsec {
+ $strongswan::shorewall_source:
}
if $ipsec_nat {
include shorewall::rules::ipsec_nat