mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Updating minion to respond to list_available events for beacons
This commit is contained in:
parent
db6fcefe62
commit
180971203e
1 changed files with 2 additions and 0 deletions
|
@ -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):
|
||||
'''
|
||||
|
|
Loading…
Add table
Reference in a new issue