[fix] Redirect missing lines to global pillar

This commit is contained in:
William Wernert
2020-10-06 13:23:26 -04:00
parent 9737b01676
commit bd4292711e

View File

@@ -1272,9 +1272,9 @@ manager_global() {
"soctopus:"\
" playbook:"\
" rulesets:"\
" - windows" >> "$global_pillar"
" - windows"\
"redis_settings:"\
" redis_maxmemory: 812"\
" redis_maxmemory: 812" >> "$global_pillar"
printf '%s\n' '----' >> "$setup_log" 2>&1