amendlik / salt-gen-resource

Generate Rundeck node resources from the Salt Mine
Other
8 stars 7 forks source link

pip3 + salt package #12

Closed zyxep closed 1 year ago

zyxep commented 1 year ago

Hey,

On this new install i have, i had to install pip3 & then pip3 install salt to make the script run. the docs didn't say anything about it.

blu-base commented 1 year ago

This plugin assumes that a salt-minion is running on the rundeck server. Having a salt-minion running implicitly means the salt package has to be available already.

Though, if your salt-minion is running in a virtual environment you'd yield your observation.

valentin2105 commented 1 year ago

Same, with salt 3006.2, I had to pip3 install salt to make it work.

amendlik commented 1 year ago

I don't see an issue here. The documentation is clear that this plugin requires a working Salt minion. Please see the Salt documentation for those instructions.