0
0
mirror of https://github.com/saltstack-formulas/openssh-formula.git synced 2026-05-16 08:26:52 +02:00

fix config?

This commit is contained in:
David J. M. Karlsen 2014-04-23 14:52:24 +02:00
parent 247717e141
commit cf4014ccf7

View File

@ -12,9 +12,9 @@ openssh:
- table: filter - table: filter
- chain: INPUT - chain: INPUT
- position: 1 - position: 1
- protocol: tcp
- dport: 22
- match: state - match: state
- connstate: NEW,ESTABLISHED - connstate: NEW,ESTABLISHED
- dport: 22
- proto: tcp
- jump: ACCEPT - jump: ACCEPT
- save: True - save: True