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