Révision 31b17627
Use single line for each parameter definition
manifests/rules/out/puppet.pp | ||
---|---|---|
1 | 1 |
# manage outgoing puppet |
2 | 2 |
class nftables::rules::out::puppet ( |
3 |
Variant[String,Array[String,1]] |
|
4 |
$puppetmaster, |
|
5 |
Integer |
|
6 |
$puppetserver_port = 8140, |
|
3 |
Variant[String,Array[String,1]] $puppetmaster, |
|
4 |
Integer $puppetserver_port = 8140, |
|
7 | 5 |
) { |
8 | 6 |
any2array($puppetmaster).each |$index,$pm| { |
9 | 7 |
nftables::rule { |
Formats disponibles : Unified diff