summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2013-08-10 15:17:00 +0200
committermh <mh@immerda.ch>2013-08-10 15:17:00 +0200
commit3eea68f159a890dcf565fc3a1f05c149e4314966 (patch)
treed5f8b2508f76a33c7ef2dbaa167d2f2f3fa31d6f
parent3a10caaa7be94929a2675d9ef69d306f65f65e8e (diff)
migrate to the new define usage
-rw-r--r--manifests/init.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index f2b3bd3..88cf48c 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -60,8 +60,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