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