mirror of
https://github.com/saltstack-formulas/openssh-formula.git
synced 2025-04-20 04:42:08 +02:00
try this
This commit is contained in:
parent
c8986d34b8
commit
ca8b6da771
@ -1,6 +1,6 @@
|
||||
{% from "openssh/map.jinja" import openssh with context %}
|
||||
{% set openssh_pillar = pillar.get('openssh', {}) %}
|
||||
{% set listen_port = openssh_pillar.get('listen_port', '22') %}
|
||||
{% set listen_port = salt['pillar.get']('openssh:listen_port', 22) %}
|
||||
|
||||
sshd.iptables.input:
|
||||
iptables.insert:
|
||||
|
Loading…
x
Reference in New Issue
Block a user