Révision 2e704fc9
add new rules
manifests/rules/out/mysql.pp | ||
---|---|---|
1 |
# manage out mysql |
|
2 |
class nftables::rules::out::mysql { |
|
3 |
nftables::rule{ |
|
4 |
'default_out-mysql': |
|
5 |
content => 'tcp dport 3306 accept'; |
|
6 |
} |
|
7 |
} |
manifests/rules/out/postgres.pp | ||
---|---|---|
1 |
# manage out postgres |
|
2 |
class nftables::rules::out::postgres { |
|
3 |
nftables::rule{ |
|
4 |
'default_out-postgres': |
|
5 |
content => 'tcp dport 5432 accept'; |
|
6 |
} |
|
7 |
} |
Formats disponibles : Unified diff