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
9401a800
Commit
9401a800
authored
Oct 12, 2021
by
mh
Browse files
add keyserver rule
parent
f6ed162f
Changes
1
Hide whitespace changes
Inline
Side-by-side
manifests/rules/out/keyserver.pp
0 → 100644
View file @
9401a800
# outgoing keyserver
class
firewall::rules::out::keyserver
{
include
firewall
if
$firewall::use_nftables
{
include
nftables::rules::out::keyserver
}
else
{
include
shorewall::rules::out::keyserver
}
}
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