Projet

Général

Profil

Révision 324b6851

ID324b6851df97da8fbfb45ea7f94cee605f01b428
Parent 853ba757
Enfant de3e7bb0

Ajouté par Tim Meusel il y a presque 4 ans

fix datatype for $table

Voir les différences:

manifests/rule.pp
36 36
  Enum['present','absent'] $ensure = 'present',
37 37
  Nftables::RuleName $rulename = $title,
38 38
  Pattern[/^\d\d$/] $order = '50',
39
  Optional[String] $table = 'inet-filter',
39
  String $table = 'inet-filter',
40 40
  Optional[String] $content = undef,
41 41
  Optional[Variant[String,Array[String,1]]] $source = undef,
42 42
) {

Formats disponibles : Unified diff