diff options
author | mh <mh@immerda.ch> | 2017-04-09 19:11:37 +0200 |
---|---|---|
committer | mh <mh@immerda.ch> | 2017-04-09 19:11:37 +0200 |
commit | 60b1ac3ad8fc6ed5277ca7f3cb0cdd52df5f6875 (patch) | |
tree | f7a57cefdaa77fb9349b5c323a6f1a93a19192ac /manifests | |
parent | 28a72736071330261ba8fa9dd5ca4e1202c1247f (diff) |
minor linting
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/gentoo.pp | 7 |
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', + } } |