Automatically apply changed Redis configs

This commit is contained in:
2026-09-22 16:53:12 +02:00
parent 671ee2eae0
commit c44bb365ce
2 changed files with 2 additions and 0 deletions
@@ -18,4 +18,5 @@ redisio_server node["kosmos_redis"]["port"].to_s do
package_install true
package_name node["kosmos_redis"]["package_name"]
requirepass credentials["password"]
breadcrumb false
end
@@ -25,4 +25,5 @@ redisio_server node["kosmos_redis"]["port"].to_s do
replicaof({"address" => primary_host, "port" => node["kosmos_redis"]["port"]})
requirepass credentials["password"]
masterauth credentials["password"]
breadcrumb false
end