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
9aa89dbc
Commit
9aa89dbc
authored
Dec 09, 2020
by
mh
Browse files
fix expected naming
parent
92810ae1
Changes
1
Hide whitespace changes
Inline
Side-by-side
manifests/rules/munin.pp
View file @
9aa89dbc
...
...
@@ -9,13 +9,13 @@ class firewall::rules::munin(
if
$firewall::use_nftables
{
if
!
empty
(
$collector
)
{
nftables::rule
{
'default_in-munin
-
ipv4'
:
'default_in-muninipv4'
:
content
=>
"ip saddr {
$
{collector.join(',')}} tcp dport
${port}
accept"
,
}
}
if
!
empty
(
$collector6
)
{
nftables::rule
{
'default_in-munin
-
ipv6'
:
'default_in-muninipv6'
:
content
=>
"ip6 saddr {
$
{collector6.join(',')}} tcp dport
${port}
accept"
,
}
}
...
...
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