mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Rename function from ambiguous name
This commit is contained in:
parent
265de8e61c
commit
c2c47e4e71
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ def _set_retcode(ret, highstate=None):
|
|||
__context__['retcode'] = 2
|
||||
|
||||
|
||||
def _check_pillar(kwargs, pillar=None):
|
||||
def _get_pillar_errors(kwargs, pillar=None):
|
||||
'''
|
||||
Check the pillar for errors, refuse to run the state if there are errors
|
||||
in the pillar and return the pillar errors
|
||||
|
|
Loading…
Add table
Reference in a new issue