summaryrefslogtreecommitdiff
path: root/manifests/centos/five.pp
blob: 1b4ef0f51dcd7672865def987b4d7aaebebbc3b5 (plain)
1
2
3
4
5
6
7
8
9
# strongswan on centos 5
class strongswan::centos::five inherits strongswan::base {
  if $::selinux == 'true' {
    package{'strongswan-selinux':
      ensure => installed,
      before => Service['ipsec'],
    }
  }
}