Projet

Général

Profil

Révision 11bf7237

ID11bf7237333a685ccc629e0b2536a34c79a4e217
Parent 78f22811
Enfant b09d43bf

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

lint_fix results

Voir les différences:

manifests/rules/puppet.pp
1 1
# manage in puppet
2
class nftables::rules::puppet(
2
class nftables::rules::puppet (
3 3
  Array[Integer,1]
4
    $ports = [8140],
4
  $ports = [8140],
5 5
) {
6
  nftables::rule{
6
  nftables::rule {
7 7
    'default_in-puppet':
8 8
      content => "tcp dport {${join($ports,', ')}} accept",
9 9
  }

Formats disponibles : Unified diff