Option was removed in d4f39e8e5f
, but the
default environment seems to not be set to "production" without
it being present. Adding it back until a better way is found.
Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
This commit is contained in:
parent
27d178d852
commit
1089146801
@ -54,6 +54,7 @@ salt:
|
||||
pillar_merge_lists: True
|
||||
pillar_source_merging_strategy: smart
|
||||
top_file_merging_strategy: same
|
||||
env_order: ['production']
|
||||
log_level: info
|
||||
show_jid: True
|
||||
timeout: 20
|
||||
|
Loading…
Reference in New Issue
Block a user