Merge pull request #19211 from garethgreenaway/returner_with_profile_fix

Fixes to returner __init__.py
This commit is contained in:
Thomas S Hatch 2014-12-28 13:01:39 -07:00
commit 7896ceeecd

View File

@ -198,7 +198,9 @@ def _fetch_profile_opts(
# Using a profile and it is in _options
creds = {}
profile = _options[profile_attr]
if profile:
log.info('Using profile %s', profile)
if 'config.option' in __salt__: