From f22c3da35a1ef2230c78474e7f21b9fec9d37c03 Mon Sep 17 00:00:00 2001 From: mh Date: Sat, 10 Aug 2013 15:17:00 +0200 Subject: migrate to the new define usage --- manifests/init.pp | 4 ++-- 1 file 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 -- cgit v1.2.3