We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc4f8ec commit 701afb4Copy full SHA for 701afb4
openssh/parameters/os_family/Debian.yaml
@@ -14,7 +14,7 @@ values:
14
server: openssh-server
15
client: openssh-client
16
service: ssh
17
- {%- if salt['config.get']('osrelease')|int > 12 %}
+ {%- if salt['config.get']('osrelease') | int > 12 %}
18
dig_pkg: bind9-dnsutils
19
{%- endif %}
20
sshd_config:
0 commit comments