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/config.pp
1 1
# manage a config snippet
2 2
define nftables::config (
3
  Optional[String]
4
  $content = undef,
5
  Optional[Variant[String,Array[String,1]]]
6
  $source = undef,
3
  Optional[String] $content = undef,
4
  Optional[Variant[String,Array[String,1]]] $source = undef,
7 5
) {
8 6
  $concat_name = "nftables-${name}"
9 7

  

Formats disponibles : Unified diff