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.pp3
1 files changed, 2 insertions, 1 deletions
diff --git a/manifests/centos/five.pp b/manifests/centos/five.pp
index 101ab42..1b4ef0f 100644
--- a/manifests/centos/five.pp
+++ b/manifests/centos/five.pp
@@ -1,8 +1,9 @@
+# strongswan on centos 5
class strongswan::centos::five inherits strongswan::base {
if $::selinux == 'true' {
package{'strongswan-selinux':
- before => Service['ipsec'],
ensure => installed,
+ before => Service['ipsec'],
}
}
}