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
f5b6d26e
Commit
f5b6d26e
authored
Jul 05, 2021
by
mh
Browse files
default proto
parent
ba917871
Changes
1
Show whitespace changes
Inline
Side-by-side
manifests/rule.pp
View file @
f5b6d26e
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
define
firewall::rule
(
define
firewall::rule
(
Nftables
::
SimpleRuleName
$rule_name
=
$title
,
Nftables
::
SimpleRuleName
$rule_name
=
$title
,
Nftables
::
Port
$port
,
Nftables
::
Port
$port
,
Enum
[
'tcp'
,
'udp'
]
$proto
,
Enum
[
'tcp'
,
'udp'
]
$proto
=
'tcp'
,
)
{
)
{
include
firewall
include
firewall
if
$firewall::use_nftables
{
if
$firewall::use_nftables
{
...
...
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