summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2012-06-05 18:46:00 -0300
committermh <mh@immerda.ch>2012-06-05 18:46:00 -0300
commitd9d9b6ca5085d140e5dad6842cfe92fa336fdbf5 (patch)
tree9119f4b0659714de8c9ce0085d79df1758fdd5c4 /manifests/init.pp
parent02d980eb889c8b7754226a3988ab51dea35310c4 (diff)
parent1c49cd1c2a3d6c3ad4a30a9b42e339392279bea9 (diff)
Merge commit '1c49cd1c2a3d6c3ad4a30a9b42e339392279bea9'
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
}
}