mirror of
https://github.com/saltstack-formulas/openssh-formula.git
synced 2026-07-16 18:36:22 +02:00
fix(map): update debian.yaml
make it more readable space for jinja filter
This commit is contained in:
committed by
GROUX Richard
parent
bc4f8ecaf6
commit
701afb45c8
@@ -14,7 +14,7 @@ values:
|
|||||||
server: openssh-server
|
server: openssh-server
|
||||||
client: openssh-client
|
client: openssh-client
|
||||||
service: ssh
|
service: ssh
|
||||||
{%- if salt['config.get']('osrelease')|int > 12 %}
|
{%- if salt['config.get']('osrelease') | int > 12 %}
|
||||||
dig_pkg: bind9-dnsutils
|
dig_pkg: bind9-dnsutils
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
sshd_config:
|
sshd_config:
|
||||||
|
|||||||
Reference in New Issue
Block a user