diff options
Diffstat (limited to 'pillar')
-rw-r--r-- | pillar/role/salt/master.sls | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pillar/role/salt/master.sls b/pillar/role/salt/master.sls index b1a0f2e..77aa44f 100644 --- a/pillar/role/salt/master.sls +++ b/pillar/role/salt/master.sls @@ -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 |