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

puppetlabs/postgresql: Require 9.x #157

Merged
merged 8 commits into from
Aug 22, 2023
Merged

Conversation

bastelfreak
Copy link
Member

@bastelfreak bastelfreak commented Aug 22, 2023

This is a requirement to update the module dependencies. The
dependencies don't support such ancient operating systems.
stdlib 9 namespaced all functions.
This is required for puppetlabs/stdlib 9.
@@ -81,9 +81,13 @@
}

if $::powerdns::backend_create_tables {
$password_hash = $db_password ? {
Undef => undef,
default => postgresql_password($::powerdns::db_username, $_db_password),
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

since ~2021 the postgresql module doesn't support undef passwords, so I had to patch this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants