salt.modules.event

Fire events on the minion, events can be fired up to the master

salt.modules.event.fire(data, tag)

Fire an event on the local minion event bus

CLI Example:

salt '*' event.fire 'stuff to be in the event' 'tag'
salt.modules.event.fire_master(data, tag)

Fire an event off on the master server

CLI Example:

salt '*' event.fire_master 'stuff to be in the event' 'tag'

Parent topic

Previous topic

salt.modules.eix

Next topic

salt.modules.extfs