File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
modules/iptables/manifests Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 8181 order => 0,
8282 content => ([
8383 ' *filter'
84- ] + $chains_header ).join(' \n ' ),
84+ ] + $chains_header ).join(" \n " ),
8585 }
8686
8787 concat::fragment { '99-ipv4-trailer' :
8888 target => $ipv4file ,
8989 order => 9999,
9090 content => [
9191 ' COMMIT'
92- ].join(' \n ' ),
92+ ].join(" \n " ),
9393 }
9494
9595 exec { 'enforce-puppet-iptables' :
131131 order => 0,
132132 content => ([
133133 ' *filter'
134- ] + $chains_header ).join(' \n ' ),
134+ ] + $chains_header ).join(" \n " ),
135135 }
136136
137137 concat::fragment { '99-ipv6-trailer' :
138138 target => $ipv6file ,
139139 order => 9999,
140140 content => [
141141 ' COMMIT' ,
142- ].join(' \n ' ),
142+ ].join(" \n " ),
143143 }
144144
145145 exec { 'enforce-puppet-ip6tables' :
You can’t perform that action at this time.
0 commit comments