You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Try a minimal install
class { 'puppetdb':
}
PostgreSQL install fails as packages are not in the repositories
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
The text was updated successfully, but these errors were encountered:
Describe the Bug
Automatic setup of PostgreSQL does not work unless an updated version is specified
Expected Behavior
Minimal install works:
Steps to Reproduce
Steps to reproduce the behavior:
PostgreSQL install fails as packages are not in the repositories
and install succeeds
Environment
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
The text was updated successfully, but these errors were encountered: