Add tuneable to the global pillar

This commit is contained in:
Mike Reeves
2020-08-05 22:47:12 -04:00
parent d9b1127308
commit 4e40615e51
3 changed files with 14 additions and 5 deletions

View File

@@ -1121,7 +1121,12 @@ manager_global() {
" delete: 45"\
"minio:"\
" access_key: $ACCESS_KEY"\
" access_secret: $ACCESS_SECRET" > "$global_pillar"
" access_secret: $ACCESS_SECRET"\
"s3_settings:"\
" size_file: 2048"\
" time_file: 1"\
" encoding: gzip"\
" interval: 5" > "$global_pillar"
printf '%s\n' '----' >> "$setup_log" 2>&1
cat "$global_pillar" >> "$setup_log" 2>&1