Projet

Général

Profil

Révision 31b17627

ID31b1762780ddf211709dab2e3abbeba499ab9f30
Parent 59c1ddf4
Enfant 5b4c71bc

Ajouté par Steve Traylen il y a plus de 4 ans

Use single line for each parameter definition

Voir les différences:

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