mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #47369 from terminalmage/ldap_pillar
Return an empty dict if no search_order in ldap ext_pillar config file
This commit is contained in:
commit
57c75ff660
1 changed files with 1 additions and 0 deletions
|
@ -324,6 +324,7 @@ def ext_pillar(minion_id, # pylint: disable=W0613
|
|||
'pillar_ldap: search_order missing from configuration. See the '
|
||||
'documentation for more information.'
|
||||
)
|
||||
return {}
|
||||
|
||||
data = {}
|
||||
for source in opts['search_order']:
|
||||
|
|
Loading…
Add table
Reference in a new issue