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
What did you do?
I'm trying to update my puppet module from version 2.1.0 to the current 2.2.0.
What happened?
When I downloaded the module currently on puppet forge I was getting the following error:
Error: Could not retrieve catalog from remote server: Error 500 on SERVER: Server Error: no parameter named 'cluster' at /etc/puppetlabs/code/environments/qsick/modules/sensu/manifests/rabbitmq/config.pp:125
Then I went to the source on github and saw that there had been some checkins related to 'cluster' so pulled the latest from github and now am getting the following error:
Error: Could not retrieve catalog from remote server: Error 500 on SERVER: Server Error: no parameter named 'heartbeat' at /etc/puppetlabs/code/environments/qsick/modules/sensu/manifests/rabbitmq/config.pp:126
What did you expect to happen?
I expected it to work and not throw an error
How can someone reproduce the problem?
Probably by using a similar config to what I have
Command used and debugging output
What does your puppet config look like (including any hiera config)
I ran into this problem when using r10k and different versions of this puppet module. We have a fairly old version of the module in production and when I try to refactor our puppet code to use the most recent version of this module in a separate r10k environment I get the same error.
You can try running /opt/puppetlabs/bin/puppet generate types --verbose --force --environment "$ENV" on the r10k environment.
Description of problem
What did you do?
I'm trying to update my puppet module from version 2.1.0 to the current 2.2.0.
What happened?
When I downloaded the module currently on puppet forge I was getting the following error:
Then I went to the source on github and saw that there had been some checkins related to 'cluster' so pulled the latest from github and now am getting the following error:
What did you expect to happen?
I expected it to work and not throw an error
How can someone reproduce the problem?
Probably by using a similar config to what I have
Command used and debugging output
Mater based
Platform and version information
Anything else to add that you think will be helpful?
The text was updated successfully, but these errors were encountered: