Open
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'