-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
puppet 7.29.0 and 8.5.0 sink my arithmetic battleship! #9268
Comments
I also hit the same problem triggered by some definitions in puppet-rabbitmq ( https://github.com/voxpupuli/puppet-rabbitmq/blob/2605e305cc730f77fbb41c76a763cb471f7d66ce/manifests/init.pp#L435-L436 ), in our CI jobs which now uses |
Migrated issue to PUP-12024 |
Just for the sake of completeness, as the title only refers to 7.29.0: This also fails on 8.5.0 (seen with rabbitmq and dhcp modules) |
puppet 7.29.0 introduced a regression[1], which is causing pops errors. Let's exclude the version until the new version with an appropriate fix is released. [1] puppetlabs/puppet#9268 Change-Id: If1cf943890fbdeb40bb6a7a2a2d7acf44337ddf6
* Update puppet-openstack-integration from branch 'master' to 44834b77bad05015cb21762957ca052c731625ae - Exclude known bad puppet version puppet 7.29.0 introduced a regression[1], which is causing pops errors. Let's exclude the version until the new version with an appropriate fix is released. [1] puppetlabs/puppet#9268 Change-Id: If1cf943890fbdeb40bb6a7a2a2d7acf44337ddf6
Sry for commenting in this allready closed issue but does someone else experience this behaviour with agent 7.23 and server 7.16? |
|
For everyone having the same issue. If your puppet agent on your puppetserver is 7.29 this seems to impact all other agents connection to this master. Downgrade the package, clear the cache and reboot server. After that it works again. |
May I know any update (especially ETA of the fixed version) about this problem ? I can't access the jira ticket (maybe I need to request access ? I used to have a different account but lost access to it when I leave my prev. company) Edit: |
As 8.5.1 agent is out now, I only needed to restart the puppetmaster (8.5.0) in order to have it fix the error. |
Describe the Bug
Using a negative value with the Integer type assertion on a class causes a rather surprising pops error.
Example code which triggers the error:
Integer[-1] $slowlog_log_slower_than = 10000,
from
https://github.com/voxpupuli/puppet-redis/blob/e8ca35a403653a2dac60dd93afd33cca4f9c2d2e/manifests/init.pp#L432
causes
Expected Behavior
I expect my battleship to float!
Steps to Reproduce
Steps to reproduce the behavior:
Integer[<a filthy no good negative integer>]
Environment
The text was updated successfully, but these errors were encountered: