If name starts with upper case letter they're placed outside of interface eth0 {}:
mod comment comment 'AAA-minimal_example' proto all ACCEPT;
interface eth0 {
mod comment comment 'aaa-minimal_example:' proto all ACCEPT;
mod comment comment 'minimal_example' proto all ACCEPT;
}
I looked into testing for correct ordering, but didn't find a working solution.
There is (e.g.) .that_comes_before, but that's testing against before => ....
I also unsuccessfully tried testing against the content of File[/etc/ferm.d/chains/INPUT.conf] generated by concat_file.
If
name
starts with upper case letter they're placed outside ofinterface eth0 {}
:I looked into testing for correct ordering, but didn't find a working solution.
There is (e.g.)
.that_comes_before
, but that's testing againstbefore => ...
.I also unsuccessfully tried testing against the content of
File[/etc/ferm.d/chains/INPUT.conf]
generated byconcat_file
.