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

Set dbpath_fix to false by default #347

Merged
merged 1 commit into from
Oct 20, 2017

Commits on Oct 20, 2017

  1. Set dbpath_fix to false by default

    Under Xenial, the current default value of dbpath_fix set to true leads
    to idempotency issues because the data files may be created with the
    nogroup group.  This can lead to puppet repeatedly fixing permissions
    which is not ideal. The files that are getting changed are set to 0600
    so the group ownership does not help.  By default, we should be setting
    this to false because we should not need to manage the user/group
    permissions with the default install provided by distrobutions.
    mwhahaha committed Oct 20, 2017
    Configuration menu
    Copy the full SHA
    65197d9 View commit details
    Browse the repository at this point in the history