Set permissions on redis
This commit is contained in:
parent
2258108232
commit
4dcdf87f32
|
@ -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-*/*'
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue