Commit graph

5 commits

Author SHA1 Message Date
Stanislav Asunkin
e1735f47f8 style(libsaltcli): fix comments to jinja comments 2022-02-16 09:14:22 +03:00
Daniel Dehennin
6eb2073d02
fix(libsaltcli+libmatchers): ensure Salt client API detection [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/411
2022-02-04 22:01:30 +00:00
Imran Iqbal
f0e7192fb5 fix(libsaltcli): update salt-ssh detection for enable_ssh_minions
* Automated using https://github.com/myii/ssf-formula/pull/161
2020-04-19 17:51:15 +01:00
Imran Iqbal
69b632fbe6 refactor(libsaltcli): use the opts dict throughout [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/139
2020-03-30 00:20:56 +01:00
Imran Iqbal
a6487b5cf9
chore(libsaltcli): add lib to check type of Salt command being used
* To distinguish between:
  - `salt-minion`
  - `salt-call`
  - `salt-ssh`
* Invoked like `map.jinja`:
  - `{%- from tplroot ~ "/libsaltcli.jinja" import cli with context %}`
* Based upon work done in PRs: #102, #114 & #115
* Finalised from https://github.com/saltstack-formulas/libvirt-formula/pull/71
* Required by #186
2020-03-25 15:21:22 +00:00