File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 597597 if $ssl_key {
598598 $ssl_key_real = $ssl_key .flatten
599599 $ssl_key_real .each | $key | {
600- File <| title == $key or path == $key |> {
601- before => Concat::Fragment[" ${name_sanitized} -ssl-header" ],
602- }
600+ File <| title == $key or path == $key |> -> Concat::Fragment[" ${name_sanitized} -ssl-header" ]
603601 }
604602 }
605603 if $ssl_cert {
606604 $ssl_cert_real = $ssl_cert .flatten
607605 $ssl_cert_real .each | $cert | {
608- File <| title == $cert or path == $cert |> {
609- before => Concat::Fragment[" ${name_sanitized} -ssl-header" ],
610- }
606+ File <| title == $cert or path == $cert |> -> Concat::Fragment[" ${name_sanitized} -ssl-header" ]
611607 }
612608 }
613609 concat::fragment { "${name_sanitized}-ssl-header" :
You can’t perform that action at this time.
0 commit comments