Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
immerda
Puppet Modules
firewall
Commits
e7534f60
Commit
e7534f60
authored
Feb 08, 2021
by
mh
Browse files
fix + required param
parent
a0f0225c
Changes
1
Hide whitespace changes
Inline
Side-by-side
manifests/rules/out/munin.pp
View file @
e7534f60
...
...
@@ -3,9 +3,10 @@ class firewall::rules::out::munin {
include
firewall
if
$firewall::use_nftables
{
nftables::simplerule
{
'munin
-
out'
:
'munin
_
out'
:
chain
=>
'default_out'
,
dport
=>
'4949'
,
dport
=>
4949
,
proto
=>
'tcp'
,
}
}
else
{
include
shorewall::rules::out::munin
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment