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

Error 'has no parameter named port' #401

Closed
StephaneGerardVUB opened this issue May 2, 2024 · 1 comment · Fixed by #402
Closed

Error 'has no parameter named port' #401

StephaneGerardVUB opened this issue May 2, 2024 · 1 comment · Fixed by #402

Comments

@StephaneGerardVUB
Copy link

Describe the Bug

When trying to compile the catalog with puppetdb 8.0.0 and postgresql 9.2.0, it fails with error 'has no parameter named 'port'.

The error is located in file /etc/puppetlabs/code/environments/prod/modules/puppetdb/manifests/database/postgresql.pp at line 149

@smortex
Copy link
Collaborator

smortex commented May 2, 2024

This was changed in #392 and depends on puppetlabs/puppetlabs-postgresql#1494

It looks like the bump of the lower bound version requirement for the PostgreSQL module is missing. I will open a PR to fix it.

smortex added a commit that referenced this issue May 2, 2024
The changes introduced in #392 require changes that where introduced in
version 10.0.0 of the puppetlabs-postgresql module, but the lower
version of the module was not properly updated in this PR.

Fix the lower bound of the dependency to indicate that version 10 of the
puppetlabs-postgresql module is required for proper operation.

Fixes #401
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 a pull request may close this issue.

2 participants