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

This pull request fixes an augeas warning #935

Merged
merged 2 commits into from Jan 30, 2018

Commits on Nov 9, 2017

  1. Avoid useless loading of all files by augeas

    If there are files other than bash style config in /etc/sysconfig/pgsql/postgresql, augeas will throw exception
    ```
    Warning: Augeas[override PGDATA in /etc/sysconfig/pgsql/postgresql](provider=augeas): Loading failed for one or more files, see debug for /augeas//error output
    ```
    This commit fixes the issue.
    iakovgan committed Nov 9, 2017
    Configuration menu
    Copy the full SHA
    4932e5c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from ingenico-group/avoid-augeas-warning

    Avoid useless loading of all files by augeas
    iakovgan committed Nov 9, 2017
    Configuration menu
    Copy the full SHA
    671d6d0 View commit details
    Browse the repository at this point in the history