puppetlabs / puppetlabs/puppetlabs-postgresql
Note able to install a specific minor version of postgresql 14
Nobody has claimed this yet.
- Dominant language
- Ruby
- Stars
- 232
- Forks
- 610
- Avg merge
- 5d 23h
- Merged PRs (30d)
- 4
Description
Describe the Bug
When using the module, and specifying the version as "14.5", the puppet run errors out with "Nothing to do".
The output shows:
Error: Execution of '/bin/yum -d 0 -e 0 -y install postgresql145-server' returned 1: Error: Nothing to do
Expected Behavior
puppet run should install postgresql version 14.5
Steps to Reproduce
Steps to reproduce the behavior:
Set global version at:
postgresql::globals as "14.5"
Environment
mod 'puppetlabs-postgresql', '7.0.2'
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at the postgresql::globals version setting and trace how the specified 14.5 value becomes the yum package name. Reproduce the Puppet run with version 14.5 and confirm that it installs PostgreSQL 14.5 instead of returning “Nothing to do”.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- postgresql, ruby
- Domain
- databases
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100