summaryrefslogtreecommitdiff
path: root/manifests/gentoo.pp
blob: b3fd670bb0ce0efed7e729df46c24f6bac3823c0 (plain)
1
2
3
4
5
6
# gentoo specific things
class shorewall::gentoo inherits shorewall::base {
  Package['shorewall']{
    category => 'net-firewall',
  }
}