mirror of
https://github.com/saltstack-formulas/openssh-formula.git
synced 2026-05-19 16:15:28 +02:00
will this work?
This commit is contained in:
parent
ca8b6da771
commit
7ec208cba5
@ -1,6 +1,6 @@
|
|||||||
{% from "openssh/map.jinja" import openssh with context %}
|
{% from "openssh/map.jinja" import openssh with context %}
|
||||||
{% set openssh_pillar = pillar.get('openssh', {}) %}
|
{% 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:
|
sshd.iptables.input:
|
||||||
iptables.insert:
|
iptables.insert:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user