Updating minion to respond to list_available events for beacons

This commit is contained in:
Gareth J. Greenaway 2017-12-01 12:12:44 -08:00
parent db6fcefe62
commit 180971203e
No known key found for this signature in database
GPG key ID: 10B62F8A7CAD7A41

View file

@ -1915,6 +1915,8 @@ class Minion(MinionBase):
self.beacons.disable_beacon(name)
elif func == 'list':
self.beacons.list_beacons(include_opts, include_pillar)
elif func == u'list_available':
self.beacons.list_available_beacons()
def environ_setenv(self, tag, data):
'''