Fire events on the minion, events can be fired up to the master
Fire an event on the local minion event bus
CLI Example:
salt '*' event.fire 'stuff to be in the event' 'tag'
Fire an event off on the master server
CLI Example:
salt '*' event.fire_master 'stuff to be in the event' 'tag'