Skip to content

Update template `postgresql['custom_hba_entries']`

Richard Clamp requested to merge rc-correct-custom_pg_hba_entries-example into master

What does this MR do?

In 6dd76e32 the postgresql['custom_hba_entries'] setting was changed from being an Array of Hashes to a Hash of Arrays of Hashes

In 85870662 the example in the template was changed to demonstrate a Hash of Hashes.

Here we take one more pass to make the template match the current implementation.

Checklist

See Definition of done.

  • Change added to CHANGELOG.md. Not applicable for Documentation changes and minor changes.
  • Documentation created/updated
  • Tests added
  • Integration tests added to GitLab QA, if applicable
  • MR targeting master branch
  • MR has a green pipeline on GitLab.com

Reviewer Checklist

In addition to above, reviewer must:

  • Pipeline is green on dev.gitlab.org if the change is not touching documentation or internal cookbooks

References

Spotted while looking at !2331 (merged)

Edited by GitLab Release Tools Bot

Merge request reports