Révision 94a80621
Use Stdlib::Port everywhere in place of Integer
Use Stdlib::Port in place of Integer for ports
Fixes #37
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