From dc8ff6a712b51cb6c075b8870877c4325ce4f9bb Mon Sep 17 00:00:00 2001 From: Micke Nordin Date: Mon, 21 Oct 2024 16:13:51 +0200 Subject: [PATCH] Set permissions on redis --- manifests/redis_cluster.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/redis_cluster.pp b/manifests/redis_cluster.pp index 6a73b70..75c0fac 100644 --- a/manifests/redis_cluster.pp +++ b/manifests/redis_cluster.pp @@ -21,6 +21,6 @@ class sunetdrive::redis_cluster ( command => 'chown -R 999:root /opt/redis/node-*' } exec { 'set_permissions_files': - command => 'chown -R 999:999 /opt/redis/node-*/*' + command => 'chown -R 999:99 /opt/redis/node-*/*' } }