mirror of
https://github.com/saltstack-formulas/template-formula.git
synced 2025-04-17 10:10:28 +00:00
fix(libsaltcli): update salt-ssh
detection for enable_ssh_minions
* Automated using https://github.com/myii/ssf-formula/pull/161
This commit is contained in:
parent
19cded8567
commit
f0e7192fb5
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
{%- if opts_cli == 'salt-minion' %}
|
||||
{%- set cli = 'minion' %}
|
||||
{%- elif opts_cli == 'salt-call' %}
|
||||
{%- set cli = 'ssh' if opts_masteropts_cli == 'salt-ssh' else 'local' %}
|
||||
{%- set cli = 'ssh' if opts_masteropts_cli in ('salt-ssh', 'salt-master') else 'local' %}
|
||||
{%- else %}
|
||||
{%- set cli = 'unknown' %}
|
||||
{%- endif %}
|
||||
|
|
Loading…
Add table
Reference in a new issue