0
0
mirror of https://github.com/saltstack-formulas/openssh-formula.git synced 2026-05-15 23:50:33 +02:00

position is obligatory afaik

This commit is contained in:
David J. M. Karlsen 2014-04-23 14:33:47 +02:00
parent 1fda731e40
commit 911e58f7c3

View File

@ -11,6 +11,7 @@ openssh:
iptables.insert:
- table: filter
- chain: INPUT
- position: 0
- protocol: tcp
- dport: 22
- jump: ACCEPT