Saltstack troubleshooting: Difference between revisions

From wikinotes
(Created page with " = Invalid Jinja = <blockquote> Check the minion's <code>/var/log/salt/minion</code> to get the full python stacktrace. </blockquote><!-- Invalid Jinja -->")
 
No edit summary
Line 4: Line 4:
Check the minion's <code>/var/log/salt/minion</code> to get the full python stacktrace.
Check the minion's <code>/var/log/salt/minion</code> to get the full python stacktrace.
</blockquote><!-- Invalid Jinja -->
</blockquote><!-- Invalid Jinja -->
= Salt Modules won't Execute =
<blockquote>
Here there be dragons.<br>
If you're lucky, the salt modules documentation will stipulate a requirement. For example, see the note on [https://docs.saltproject.io/en/latest/ref/modules/all/salt.modules.gpg.html#module-salt.modules.gpg salt.modules.gpg].<br>
Otherwise, ... TBD.
Here are some modules that I bang my head against frequently.
== gpg ==
<blockquote>
</blockquote><!-- gpg -->
== pip ==
<blockquote>
</blockquote><!-- pip -->
</blockquote><!-- Salt Modules won't Execute -->

Revision as of 20:24, 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

pip