Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ensure the permissions of a new redis-sentinel.conf #15

Merged
merged 1 commit into from
Jan 6, 2015

Commits on Jan 5, 2015

  1. Ensure the permissions of a new redis-sentinel.conf

    Without these changes a from-scratch redis-sentinel.conf can be
    created that is not writable by the redis user, as such the sentinel
    server will exit immediately after starting.
    
    This change ensures the permissions of the *.puppet file and then
    preserves those permissions upon copy. Unfortunately the copied-to
    file is hard to test in the spec files, so verification in test is
    no longer available. It works properly in manual testing.
    cdent committed Jan 5, 2015
    Configuration menu
    Copy the full SHA
    b820d82 View commit details
    Browse the repository at this point in the history