Add initial implmentation of SOCtopus pillar

This commit is contained in:
Wes Lambert
2020-09-30 14:24:15 +00:00
parent 10f4e09b70
commit c62acf5e4e
2 changed files with 8 additions and 4 deletions

View File

@@ -1266,9 +1266,13 @@ manager_global() {
" upload_queue_size: 4"\
" encoding: 'gzip'"\
" interval: 5"\
"backup:"\
" locations:"\
" - /opt/so/saltstack/local" >> "$global_pillar"
"backup:"\
" locations:"\
" - /opt/so/saltstack/local"\
"soctopus:"\
" playbook:"\
" rulesets:"\
" - windows" >> "$global_pillar"
printf '%s\n' '----' >> "$setup_log" 2>&1
}