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