Set permissions on redis
This commit is contained in:
parent
c649a7a6b4
commit
958ff7daa9
|
@ -21,6 +21,6 @@ class sunetdrive::redis_cluster (
|
||||||
command => 'chown -R 999:root /opt/redis/node-*'
|
command => 'chown -R 999:root /opt/redis/node-*'
|
||||||
}
|
}
|
||||||
exec { 'set_permissions_files':
|
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