summaryrefslogtreecommitdiff
path: root/manifests/gentoo.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/gentoo.pp')
-rw-r--r--manifests/gentoo.pp7
1 files changed, 4 insertions, 3 deletions
diff --git a/manifests/gentoo.pp b/manifests/gentoo.pp
index 7b307a4..b3fd670 100644
--- a/manifests/gentoo.pp
+++ b/manifests/gentoo.pp
@@ -1,5 +1,6 @@
+# gentoo specific things
class shorewall::gentoo inherits shorewall::base {
- Package[shorewall]{
- category => 'net-firewall',
- }
+ Package['shorewall']{
+ category => 'net-firewall',
+ }
}