Skip to content

Commit d8c9a07

Browse files
committed
Fix syntax error
1 parent cdcafae commit d8c9a07

File tree

1 file changed

+4
-4
lines changed
  • modules/iptables/manifests

1 file changed

+4
-4
lines changed

modules/iptables/manifests/ng.pp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,15 +76,15 @@
7676
notify => Exec['enforce-puppet-iptables'],
7777
}
7878

79-
concat::fragment { '00-ipv4-header'
79+
concat::fragment { '00-ipv4-header':
8080
target => $ipv4file,
8181
order => 0,
8282
content => ([
8383
'*filter'
8484
] + $chains_header).join('\n'),
8585
}
8686

87-
concat::fragment { '99-ipv4-trailer'
87+
concat::fragment { '99-ipv4-trailer':
8888
target => $ipv4file,
8989
order => 9999,
9090
content => [
@@ -126,15 +126,15 @@
126126
notify => Exec['enforce-puppet-ip6tables'],
127127
}
128128

129-
concat::fragment { '00-ipv6-header'
129+
concat::fragment { '00-ipv6-header':
130130
target => $ipv6file,
131131
order => 0,
132132
content => ([
133133
'*filter'
134134
] + $chains_header).join('\n'),
135135
}
136136

137-
concat::fragment { '99-ipv6-trailer'
137+
concat::fragment { '99-ipv6-trailer':
138138
target => $ipv6file,
139139
order => 9999,
140140
content => [

0 commit comments

Comments
 (0)