After running into a duplicate config entry I found that this line uses the wrong class to notify about the parser error
Additional Context
Reproduce: Put a config entry twice into the postgresql conf and try to manage it using this module. => Leads to:
Postgresql::Server::Config_entry[max_wal_size]/Postgresql_conf[max_wal_size]: Could not evaluate: uninitialized constant ParserError
Did you mean? ParseError
I didn't run the tests as I just wanted to correct this simple thing. I can do a full checkout and test them if you'd like.
Summary
After running into a duplicate config entry I found that this line uses the wrong class to notify about the parser error
Additional Context
Reproduce: Put a config entry twice into the postgresql conf and try to manage it using this module. => Leads to:
I didn't run the tests as I just wanted to correct this simple thing. I can do a full checkout and test them if you'd like.
Checklist
puppet apply
)