salt.beacons.pkg

Watch for pkgs that have upgrades, then fire an event.

2016.3.0 新版功能.

salt.beacons.pkg.beacon(config)

Check if installed packages are the latest versions and fire an event for those that have upgrades.

beacons:
  pkg:
    - pkgs:
        - zsh
        - apache2
    - refresh: True
salt.beacons.pkg.validate(config)

Validate the beacon configuration