mirror of
https://github.com/saltstack-formulas/openssh-formula.git
synced 2026-05-24 14:46:22 +02:00
fix(map): remove conditon about debian >12
This commit is contained in:
parent
701afb45c8
commit
072c7364e7
@ -14,9 +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 %}
|
|
||||||
dig_pkg: bind9-dnsutils
|
dig_pkg: bind9-dnsutils
|
||||||
{%- endif %}
|
|
||||||
sshd_config:
|
sshd_config:
|
||||||
Subsystem: sftp /usr/lib/openssh/sftp-server
|
Subsystem: sftp /usr/lib/openssh/sftp-server
|
||||||
...
|
...
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user