Révision 11bf7237
lint_fix results
manifests/rules/out/openafs_client.pp | ||
---|---|---|
5 | 5 |
# |
6 | 6 |
# @see https://wiki.openafs.org/devel/AFSServicePorts/ AFS Service Ports |
7 | 7 |
# |
8 |
class nftables::rules::out::openafs_client( |
|
8 |
class nftables::rules::out::openafs_client (
|
|
9 | 9 |
Array[Integer,1] $ports = [7000, 7002, 7003], |
10 |
){ |
|
11 |
|
|
10 |
) { |
|
12 | 11 |
include nftables::rules::out::kerberos |
13 | 12 |
|
14 |
nftables::rule{'default_out-openafs_client':
|
|
13 |
nftables::rule { 'default_out-openafs_client':
|
|
15 | 14 |
content => "udp dport {${$ports.join(', ')}} accept"; |
16 | 15 |
} |
17 |
|
|
18 | 16 |
} |
Formats disponibles : Unified diff