try:
            # Attempt to load the beacon module so we have access to the validate function
            with salt.utils.event.get_event('minion', opts=__opts__, listen=True) as event_bus:
                res = __salt__['event.fire']({'name': name,
                                              'beacon_data': beacon_data,