mirror of
https://github.com/saltstack-formulas/openssh-formula.git
synced 2025-04-23 10:28:15 +02:00
added possibility to configure server version
This commit is contained in:
parent
7cfc9f5a04
commit
f93ea51ed4
@ -4,6 +4,9 @@ openssh:
|
||||
{% if openssh.server is defined %}
|
||||
pkg.installed:
|
||||
- name: {{ openssh.server }}
|
||||
{% if openssh.server_version is defined %}
|
||||
- version: {{ openssh.server_version }}
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
{% if openssh.sshd_enable is sameas true %}
|
||||
service.running:
|
||||
|
Loading…
x
Reference in New Issue
Block a user