Projet

Général

Profil

Révision 94a80621

ID94a806213c2c7e0ce69d7be48ee88fca969db6cb
Parent b1085d8d
Enfant 5d71ec69

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

Use Stdlib::Port everywhere in place of Integer

Use Stdlib::Port in place of Integer for ports

Fixes #37

Voir les différences:

manifests/rules/out/ceph_client.pp
3 3
# Object Storage Daemons (OSD), Metadata Server Daemons (MDS),
4 4
# and Manager Daemons (MGR).
5 5
class nftables::rules::out::ceph_client (
6
  Array[Integer,1] $ports = [3300, 6789],
6
  Array[Stdlib::Port,1] $ports = [3300, 6789],
7 7
) {
8 8
  nftables::rule {
9 9
    'default_out-ceph_client':

Formats disponibles : Unified diff