mirror of
https://github.com/saltstack-formulas/openssh-formula.git
synced 2025-04-20 04:42:08 +02:00
added possibility to configure client version
This commit is contained in:
parent
f93ea51ed4
commit
44b7342b10
@ -3,3 +3,6 @@
|
||||
openssh_client:
|
||||
pkg.installed:
|
||||
- name: {{ openssh.client }}
|
||||
{% if openssh.client_version is defined %}
|
||||
- version: {{ openssh.client_version }}
|
||||
{% endif %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user