Compare commits

..

No commits in common. "e0f6d3bafafcec84bc1918904ffc4fcc37dd7428" and "45ac19bec82f9a78a234240b6f3534c84fb72d14" have entirely different histories.

View file

@ -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-*/*'
}
}