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
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'
The text was updated successfully, but these errors were encountered:
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'
The text was updated successfully, but these errors were encountered: