summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp8
1 files changed, 4 insertions, 4 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index b9a3bec..b50c1fb 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -1,8 +1,8 @@
class strongswan {
-
+
include strongswan::base
-
- if $use_shorewall {
- include shorewall::rules::ipsec
+
+ if hiera('use_shorewall',false) {
+ include shorewall::rules::ipsec
}
}