Add influx pillars during setup

This commit is contained in:
Mike Reeves
2022-12-19 12:03:00 -05:00
parent 61bfeb82d9
commit fde65db021
2 changed files with 14 additions and 4 deletions

View File

@@ -1494,9 +1494,13 @@ docker_pillar() {
redis_pillar() {
title "Create the redis pillar file"
touch $adv_redis_pillar_file
printf '%s\n'\
"redis_settings:"\
" redis_maxmemory: 812" > "$redis_pillar_file"
touch $redis_pillar_file
}
influxdb_pillar() {
title "Create the influxdb pillar file"
touch $adv_influxdb_pillar_file
touch $influxdb_pillar_file
}
mark_version() {