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