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/ceph_client.pp
2 2
# Enable this to be a client of Ceph's Monitor (MON),
3 3
# Object Storage Daemons (OSD), Metadata Server Daemons (MDS),
4 4
# and Manager Daemons (MGR).
5
class nftables::rules::out::ceph_client(
5
class nftables::rules::out::ceph_client (
6 6
  Array[Integer,1] $ports = [3300, 6789],
7
){
8
  nftables::rule{
7
) {
8
  nftables::rule {
9 9
    'default_out-ceph_client':
10 10
      content => "tcp dport { ${$ports.join(', ')}, 6800-7300 } accept comment \"Accept Ceph MON, OSD, MDS, MGR\"",
11 11
  }

Formats disponibles : Unified diff