We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8c9a07 commit dffe053Copy full SHA for dffe053
1 file changed
modules/iptables/manifests/ng.pp
@@ -81,15 +81,15 @@
81
order => 0,
82
content => ([
83
'*filter'
84
- ] + $chains_header).join('\n'),
+ ] + $chains_header).join("\n"),
85
}
86
87
concat::fragment { '99-ipv4-trailer':
88
target => $ipv4file,
89
order => 9999,
90
content => [
91
'COMMIT'
92
- ].join('\n'),
+ ].join("\n"),
93
94
95
exec { 'enforce-puppet-iptables':
@@ -131,15 +131,15 @@
131
132
133
134
135
136
137
concat::fragment { '99-ipv6-trailer':
138
target => $ipv6file,
139
140
141
'COMMIT',
142
143
144
145
exec { 'enforce-puppet-ip6tables':
0 commit comments