diff options
Diffstat (limited to 'manifests/gentoo.pp')
-rw-r--r-- | manifests/gentoo.pp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/manifests/gentoo.pp b/manifests/gentoo.pp new file mode 100644 index 0000000..7b307a4 --- /dev/null +++ b/manifests/gentoo.pp @@ -0,0 +1,5 @@ +class shorewall::gentoo inherits shorewall::base { + Package[shorewall]{ + category => 'net-firewall', + } +} |