Révision 324b6851
fix datatype for $table
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