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
With the new Sensu package naming schema yum specifically is unable to install due to the .el(version_number) appended text. The validation in init.pp blocks adding this manually so no workaround is possible.
Error when trying to add the appended text manually:
Error: Could not retrieve catalog from remote server: Error 500 on SERVER: Server Error: Evaluation Error: Error while evaluating a Function Call,
Invalid package version: 0.27.0-1.el7 at /etc/puppetlabs/code/environments/lab/modules/sensu/manifests/init.pp:456:3 on node REMOVED
Warning: Not using cache on failed catalog
Error: Could not retrieve catalog; skipping run
Error when using just the version number:
Could not update: Execution of '/usr/bin/yum -d 0 -e 0 -y downgrade sensu-0.27.0-1' returned 1: Error: Nothing to do
change from 1:0.27.0-1.el7 to 0.27.0-1 failed: Could not update: Execution of '/usr/bin/yum -d 0 -e 0 -y downgrade sensu-0.27.0-1' returned 1: Error: Nothing to do
The text was updated successfully, but these errors were encountered:
With the new Sensu package naming schema yum specifically is unable to install due to the .el(version_number) appended text. The validation in init.pp blocks adding this manually so no workaround is possible.
Validation: https://github.com/sensu/sensu-puppet/blob/master/manifests/init.pp#L456
Working fix: https://github.com/dzeleski/sensu-puppet/blob/test_win_log_rotate/manifests/package.pp#L34
Error when trying to add the appended text manually:
Error when using just the version number:
The text was updated successfully, but these errors were encountered: