Révision 11bf7237
lint_fix results
manifests/rules/icinga2.pp | ||
---|---|---|
1 | 1 |
# manage in icinga2 |
2 |
class nftables::rules::icinga2( |
|
2 |
class nftables::rules::icinga2 (
|
|
3 | 3 |
Array[Integer,1] |
4 |
$ports = [5665],
|
|
4 |
$ports = [5665], |
|
5 | 5 |
) { |
6 |
nftables::rule{ |
|
6 |
nftables::rule {
|
|
7 | 7 |
'default_in-icinga2': |
8 | 8 |
content => "tcp dport {${join($ports,', ')}} accept", |
9 | 9 |
} |
Formats disponibles : Unified diff