mirror of
https://github.com/saltstack-formulas/openssh-formula.git
synced 2026-05-11 09:44:47 +02:00
fix(map): update debian.yaml in case of debian 13
update dnsutils in case we are on debian13 the package dnsutils is deprecated and replaced by bind9-dnsutils since debian 13 (trixie)
This commit is contained in:
parent
3567e79736
commit
bc4f8ecaf6
@ -14,6 +14,9 @@ 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
|
||||||
|
{%- 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