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 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 => [
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 => [
You can’t perform that action at this time.
0 commit comments