Skip to content

File e.g. pool_hba.conf not properly updated #16

Description

@khdevel

Hello,

I see that the when you execute a pgpool::hba class with some content it will create a file /etc/pgpool-II-94/pool_hba.conf which is proper behavior. After this I may have something like this in it:
host inapp postgres 127.0.0.1/32 md5
host postgres postgres 127.0.0.1/32 md5

Now, lets say that I remove from puppet's configuration a configuration which creates the second line. I assume that the file should be updated and have a structure:

host inapp postgres 127.0.0.1/32 md5

...but it does not have it. It looks like it is not updated "backward". Values are not removed?

Is it an issue in your module or I use it in a wrong way?

Thank you,
Kamil

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions