Révision 94a80621
Use Stdlib::Port everywhere in place of Integer
Use Stdlib::Port in place of Integer for ports
Fixes #37
manifests/rules/icinga2.pp | ||
---|---|---|
1 | 1 |
# manage in icinga2 |
2 | 2 |
class nftables::rules::icinga2 ( |
3 |
Array[Integer,1] $ports = [5665],
|
|
3 |
Array[Stdlib::Port,1] $ports = [5665],
|
|
4 | 4 |
) { |
5 | 5 |
nftables::rule { |
6 | 6 |
'default_in-icinga2': |
Formats disponibles : Unified diff