From 3eea68f159a890dcf565fc3a1f05c149e4314966 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 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 -- cgit v1.2.3