Table of Contents

Using execution modules with salt

Documentation
Name: Using execution modules with salt
Description: How to use (and install) wonderful execution modules in salt-stack
Modification date :19/10/2018
Owner:dodger@ciberterminal.net
Notify changes to:dodger@ciberterminal.net & warlock86@gmail.com
Tags: salt, salt-stack

Official documentation

Module specific documentation

pkg module

Some of the functions of pkg module does not work. List of working functions:

List of non-working functions:

Debugging non-working modules

Set minion loggging to debug:

echo "log_level_logfile: debug" >> /etc/salt/minion

Restart minion:

systemctl restart salt-minion

Watch log:

tail -f /var/log/salt/minion