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/ceph_mon.pp
1 1
# Ceph is a distributed object store and file system.
2 2
# Enable this option to support Ceph's Monitor Daemon.
3 3
class nftables::rules::ceph_mon (
4
  Array[Integer,1] $ports = [3300, 6789],
4
  Array[Stdlib::Port,1] $ports = [3300, 6789],
5 5
) {
6 6
  nftables::rule {
7 7
    'default_in-ceph_mon':

Formats disponibles : Unified diff