From 7ec208cba5475d2e379fc6bc8fd498fdde3974c2 Mon Sep 17 00:00:00 2001 From: "David J. M. Karlsen" Date: Thu, 24 Apr 2014 09:07:40 +0200 Subject: [PATCH] will this work? --- openssh/iptables-input.sls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openssh/iptables-input.sls b/openssh/iptables-input.sls index f7944cf..4385ee6 100644 --- a/openssh/iptables-input.sls +++ b/openssh/iptables-input.sls @@ -1,6 +1,6 @@ {% from "openssh/map.jinja" import openssh with context %} {% set openssh_pillar = pillar.get('openssh', {}) %} -{% set listen_port = salt['pillar.get']('openssh:listen_port', 22) %} +{% set listen_port = salt['pillar.get']('openssh:listen_port', '22') %} sshd.iptables.input: iptables.insert: