mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
parent
af297bb0ae
commit
eb9970019a
1 changed files with 1 additions and 1 deletions
|
@ -652,7 +652,7 @@ class State(object):
|
|||
Execute the aggregation systems to runtime modify the low chunk
|
||||
'''
|
||||
agg_opt = self.functions['config.option']('state_aggregate')
|
||||
if low.get('aggregate') is True:
|
||||
if 'aggregate' in low:
|
||||
agg_opt = low['aggregate']
|
||||
if agg_opt is True:
|
||||
agg_opt = [low['state']]
|
||||
|
|
Loading…
Add table
Reference in a new issue