Hi all,
But cutting it down to what I want:
-----------------
firewalld:
zones:
public:
rich_rules:
- family: ipv4
source:
port: 5432
protocol: tcp
accept: true
-----------------
when I run it against a host I get this error:
[root@wellkatellodev salt]# salt 'testvmdb2.niwa.local' state.apply test
testvmdb2.niwa.local:
Data failed to compile:
----------
State 'firewalld' in SLS 'test' is not formed as a list
ERROR: Minions returned with non-zero exit code
[root@wellkatellodev salt]#
Can anyone suggest what I'm doing wrong?
Thanks :-)
Dylan