Merge remote-tracking branch 'remotes/origin/dev' into issue/1093

This commit is contained in:
m0duspwnens
2020-09-23 12:07:12 -04:00
8 changed files with 66 additions and 6 deletions

View File

@@ -1245,7 +1245,10 @@ manager_global() {
" time_file: 1"\
" upload_queue_size: 4"\
" encoding: gzip"\
" interval: 5" >> "$global_pillar"
" interval: 5"\
"backup:"\
" locations:"\
" - /opt/so/saltstack/local" >> "$global_pillar"
printf '%s\n' '----' >> "$setup_log" 2>&1
}