diff options
author | mh <mh@immerda.ch> | 2013-01-03 18:32:42 +0100 |
---|---|---|
committer | mh <mh@immerda.ch> | 2013-01-03 18:32:42 +0100 |
commit | c2ea39b148de14512c757d0a6c4ca548cdf2ba17 (patch) | |
tree | 39b093219de1983fb2aa8c0b02f584171d181f56 /manifests/centos/five.pp | |
parent | 5ce46c56e0ed95e03c3322f6eba53488a0615207 (diff) |
linting
Diffstat (limited to 'manifests/centos/five.pp')
-rw-r--r-- | manifests/centos/five.pp | 3 |
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'], } } } |