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
fd871309
Commit
fd871309
authored
Aug 30, 2020
by
mh
Browse files
add new rules
parent
0400d62d
Changes
2
Hide whitespace changes
Inline
Side-by-side
manifests/rules/out/mysql.pp
0 → 100644
View file @
fd871309
# manage outgoing mysql
class
firewall::rules::out::mysql
{
include
firewall
if
$firewall::use_nftables
{
include
nftables::rules::out::mysql
}
else
{
include
shorewall::rules::out::mysql
}
}
manifests/rules/out/postgres.pp
0 → 100644
View file @
fd871309
# manage outgoing postgres
class
firewall::rules::out::postgres
{
include
firewall
if
$firewall::use_nftables
{
include
nftables::rules::out::postgres
}
else
{
include
shorewall::rules::out::postgres
}
}
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