diff options
-rw-r--r-- | pillar/role/salt/master.sls | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pillar/role/salt/master.sls b/pillar/role/salt/master.sls index b1a0f2e..e30d4e9 100644 --- a/pillar/role/salt/master.sls +++ b/pillar/role/salt/master.sls @@ -54,11 +54,13 @@ 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 gather_job_timeout: 20 keep_jobs: 30 + ping_on_rotate: True user: ${'secret_salt:master:user'} syndic_user: ${'secret_salt:master:syndic_user'} cache.redis.unix_socket_path: ${'secret_salt:master:cache.redis.unix_socket_path'} |