summaryrefslogtreecommitdiff
path: root/manifests/centos/five.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/centos/five.pp')
-rw-r--r--manifests/centos/five.pp8
1 files changed, 8 insertions, 0 deletions
diff --git a/manifests/centos/five.pp b/manifests/centos/five.pp
new file mode 100644
index 0000000..101ab42
--- /dev/null
+++ b/manifests/centos/five.pp
@@ -0,0 +1,8 @@
+class strongswan::centos::five inherits strongswan::base {
+ if $::selinux == 'true' {
+ package{'strongswan-selinux':
+ before => Service['ipsec'],
+ ensure => installed,
+ }
+ }
+}