Fix beacon index (#38129)

* add new beacon modules to index

* add salt.beacons.avahi_announce to index and release notes
This commit is contained in:
Megan Wilhite 2016-12-07 10:44:53 -07:00 committed by Nicole Thomas
parent bbdfcab7d9
commit 1a42e24e72
3 changed files with 11 additions and 0 deletions

View File

@ -11,9 +11,12 @@ beacon modules
:template: autosummary.rst.tmpl
adb
avahi_announce
bonjour_announce
btmp
diskusage
glxinfo
haproxy
inotify
journald
load
@ -26,5 +29,6 @@ beacon modules
salt_proxy
service
sh
status
twilio_txt_msg
wtmp

View File

@ -0,0 +1,6 @@
salt.beacons.avahi_announce module
====================================
.. automodule:: salt.beacons.avahi_announce
:members:
:undoc-members:

View File

@ -399,6 +399,7 @@ New Modules
Beacons
-------
- :mod:`salt.beacons.avahi_announce <salt.beacons.avahi_announce>`
- :mod:`salt.beacons.bonjour_announce <salt.beacons.bonjour_announce>`
- :mod:`salt.beacons.haproxy <salt.beacons.haproxy>`
- :mod:`salt.beacons.status <salt.beacons.status>`