Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Merge pull request #31 from HubbleStack/develop
Browse files Browse the repository at this point in the history
Merge to master (prep for v2016.9.2)
  • Loading branch information
basepi authored Sep 6, 2016
2 parents 9e162bf + 00a66ac commit e6b2813
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions _beacons/pulsar.py
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,8 @@ def beacon(config):
ret = []

if ret and 'return' in config:
__opts__['grains'] = __grains__
__opts__['pillar'] = __pillar__
__returners__ = salt.loader.returners(__opts__, __salt__)
return_config = config['return']
if isinstance(return_config, salt.ext.six.string_types):
Expand Down

0 comments on commit e6b2813

Please sign in to comment.