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
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 md5host postgres postgres 127.0.0.1/32 md5Now, 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