slsutil.findup does not work with salt-ssh #61143
Labels
Bug
broken, incorrect, or confusing behavior
Salt-SSH
severity-medium
3rd level, incorrect or bad functionality, confusing and lacks a work around
Milestone
Description
In version
3004
the slsutil.findup is added and wanted to try it withsalt-ssh
but it does not work.Setup
Two identical Debian machines,
testmachine5
andtestmachine6
:
The same on the machine withlsb_release -a
salt-ssh
and the targetWith
salt-ssh
package from https://repo.saltproject.io/py3/debian/11/amd64/archive/3004 installed ontestmachine5
.Please be as specific as possible and give set-up details.
Steps to Reproduce the behavior
On the
salt-ssh
machine namedtestmachine5
, create the following files:/srv/salt/test-import/map.jinja
/srv/salt/test-import/findup.sls
/etc/salt/roster
I try to execute either the
.sls
salt-ssh testmachine6 state.apply test-import.findup
Or run the command directly as noted in the documentation:
salt-ssh testmachine6 slsutil.findup test-import map.jinja
Expected behavior
The
state.apply
andslsutil.findup
should have worked as expected.Versions Report
salt-ssh --versions-report
(Provided by running salt-ssh --versions-report. Please also mention any differences in master/minion versions.)Additional context
I tested this new feature in an attempt to workaround #31531 where importing the
map.jinja
starts not working since version3003
(it was working on 3002.7).The text was updated successfully, but these errors were encountered: