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.
2 parents 2d557f2 + c800fd1 commit 3a4690fCopy full SHA for 3a4690f
libvirt/libsaltcli.jinja
@@ -5,7 +5,7 @@
5
{%- if salt['config.get']('__cli') == 'salt-minion' %}
6
{%- set cli = 'minion' %}
7
{%- elif salt['config.get']('__cli') == 'salt-call' %}
8
-{%- if salt['config.get']('root_dir').endswith('/running_data') %}
+{%- if opts.get('__master_opts__', {}).get('__cli') == 'salt-ssh' %}
9
{%- set cli = 'ssh' %}
10
{%- else %}
11
{%- set cli = 'local' %}
0 commit comments