From 1fda731e4023cec14cb278473909dc78ec264d49 Mon Sep 17 00:00:00 2001 From: "David J. M. Karlsen" Date: Wed, 23 Apr 2014 09:27:06 +0200 Subject: [PATCH] reorder and cleanup --- openssh/init.sls | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/openssh/init.sls b/openssh/init.sls index 98741a7..15ec947 100644 --- a/openssh/init.sls +++ b/openssh/init.sls @@ -9,12 +9,11 @@ openssh: - require: - pkg: {{ openssh.server }} iptables.insert: - - position: 0 - - protocol: tcp - - dport: 22 - table: filter - chain: INPUT + - protocol: tcp + - dport: 22 - jump: ACCEPT - match: state - - connstate: NEW, ESTABLISHED + - connstate: NEW,ESTABLISHED - save: True