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

Install fails if postgres_version is not set #396

Closed
d1nuc0m opened this issue Mar 21, 2024 · 1 comment
Closed

Install fails if postgres_version is not set #396

d1nuc0m opened this issue Mar 21, 2024 · 1 comment

Comments

@d1nuc0m
Copy link

d1nuc0m commented Mar 21, 2024

Describe the Bug

Automatic setup of PostgreSQL does not work unless an updated version is specified

Expected Behavior

Minimal install works:

class { 'puppetdb':
}

Steps to Reproduce

Steps to reproduce the behavior:

  1. Try a minimal install
class { 'puppetdb':
}

PostgreSQL install fails as packages are not in the repositories

  1. Specify a supported PostgreSQL version (>= 12)
class { 'puppetdb':
  postgres_version  => '13',
}

and install succeeds

Environment

  • Version [7.13.0]
  • Platform [EL 9.x]

Additional Context

The most up-to-date puppetlabs-postgresql supported by this module (8.3.0) defaults to postgres 11, as it was supported at release time. Now it is EOL, so packages have been removed from the repositories and install fails

@h0tw1r3
Copy link
Contributor

h0tw1r3 commented May 1, 2024

This was fixed in #379 and part of release 8.0.0

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

No branches or pull requests

2 participants