mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add log message for successful makostack processing
This commit is contained in:
parent
3940321462
commit
f951266944
1 changed files with 1 additions and 0 deletions
|
@ -459,6 +459,7 @@ def _process_stack_cfg(cfg, stack, minion_id, pillar, namespace):
|
|||
for sub in namespace.split(':')[::-1]:
|
||||
obj = {sub: obj}
|
||||
stack = _merge_dict(stack, obj)
|
||||
log.info('Stack template "{0}" parsed'.format(path))
|
||||
except exceptions.TopLevelLookupException as e:
|
||||
log.info('Stack template "{0}" not found.'.format(path))
|
||||
continue
|
||||
|
|
Loading…
Add table
Reference in a new issue