summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2013-08-10 15:17:00 +0200
committerMicah Anderson <micah@riseup.net>2013-08-10 19:54:43 +0200
commitf22c3da35a1ef2230c78474e7f21b9fec9d37c03 (patch)
treeec4008eed2d55a657c3bd9940a78b01a4e8ade27
parentf3acff6c8a3d103fa208647d6ab61041d3eb3568 (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 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