salt.beacons.proxy_example module

Example beacon to use with salt-proxy

beacons:
  proxy_example:
    endpoint: beacon
salt.beacons.proxy_example.beacon(config)

Called several times each second https://docs.saltstack.com/en/latest/topics/beacons/#the-beacon-function

beacons:
  proxy_example:
    - endpoint: beacon
salt.beacons.proxy_example.validate(config)

Validate the beacon configuration