Add Redis pillar and fix idstools

This commit is contained in:
Mike Reeves
2020-09-30 15:08:44 -04:00
parent 5b16a65422
commit 7314e2dea8
4 changed files with 18 additions and 10 deletions

View File

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