Projet

Général

Profil

Révision 11bf7237

ID11bf7237333a685ccc629e0b2536a34c79a4e217
Parent 78f22811
Enfant b09d43bf

Ajouté par Steve Traylen il y a plus de 4 ans

lint_fix results

Voir les différences:

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