2014-01-18 14:00:20 +01:00
|
|
|
{% from "openssh/map.jinja" import openssh with context %}
|
|
|
|
|
|
|
|
openssh_client:
|
|
|
|
pkg.installed:
|
|
|
|
- name: {{ openssh.client }}
|
2018-09-03 16:42:39 +02:00
|
|
|
{% if openssh.client_version is defined %}
|
|
|
|
- version: {{ openssh.client_version }}
|
|
|
|
{% endif %}
|