Saltstack troubleshooting: Difference between revisions

From wikinotes
No edit summary
Line 15: Line 15:
== gpg ==
== gpg ==
<blockquote>
<blockquote>
 
* install gpg
* install python-gpg '''to saltstack's python interpreter'''
</blockquote><!-- gpg -->
</blockquote><!-- gpg -->



Revision as of 20:25, 12 March 2022

Invalid Jinja

Check the minion's /var/log/salt/minion to get the full python stacktrace.

Salt Modules won't Execute

Here there be dragons.
If you're lucky, the salt modules documentation will stipulate a requirement. For example, see the note on salt.modules.gpg.
Otherwise, ... TBD.

Here are some modules that I bang my head against frequently.

gpg

  • install gpg
  • install python-gpg to saltstack's python interpreter

pip