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/icmp.pp
1 1
class nftables::rules::out::icmp (
2 2
  Optional[Array[String]] $v4_types = undef,
3 3
  Optional[Array[String]] $v6_types = undef,
4
  String $order                     = '10',
4
  String $order = '10',
5 5
) {
6 6
  if $v4_types {
7 7
    $v4_types.each | String $icmp_type | {

Formats disponibles : Unified diff