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
ba917871
Commit
ba917871
authored
Jul 05, 2021
by
mh
Browse files
is a simple rulename
parent
8edd4105
Changes
1
Hide whitespace changes
Inline
Side-by-side
manifests/rule.pp
View file @
ba917871
# manage incoming rule
define
firewall::rule
(
Nftables
::
RuleName
$rule_name
=
$title
,
Nftables
::
Simple
RuleName
$rule_name
=
$title
,
Nftables
::
Port
$port
,
Enum
[
'tcp'
,
'udp'
]
$proto
,
)
{
...
...
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