summaryrefslogtreecommitdiff
path: root/manifests/init.pp
blob: b9a3becbdc03c6c3800bf84f518de7b11da06bbd (plain)
1
2
3
4
5
6
7
8
class strongswan {
  
  include strongswan::base
  
  if $use_shorewall {
    include shorewall::rules::ipsec  
  }
}