0
0
mirror of https://github.com/saltstack-formulas/openssh-formula.git synced 2025-07-21 02:38:21 +02:00

fix(map): remove conditon about debian >12

This commit is contained in:
GROUX Richard 2025-07-09 12:55:32 +02:00
parent 701afb45c8
commit 072c7364e7

View File

@ -14,9 +14,7 @@ values:
server: openssh-server
client: openssh-client
service: ssh
{%- if salt['config.get']('osrelease') | int > 12 %}
dig_pkg: bind9-dnsutils
{%- endif %}
sshd_config:
Subsystem: sftp /usr/lib/openssh/sftp-server
...