summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2017-04-09 19:11:37 +0200
committermh <mh@immerda.ch>2017-04-09 19:11:37 +0200
commit60b1ac3ad8fc6ed5277ca7f3cb0cdd52df5f6875 (patch)
treef7a57cefdaa77fb9349b5c323a6f1a93a19192ac
parent28a72736071330261ba8fa9dd5ca4e1202c1247f (diff)
minor linting
-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',
+ }
}