We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Updated module from 2.2.0 -> 2.2.1 The manifest is unchanged (works in 2.2.0) Attempting to test on Ubuntu 16.4 (likely other builds as well):
Error: no parameter named 'heartbeat' at [...]/modules/sensu/manifests/rabbitmq/config.pp:126 on Sensu_rabbitmq_config[server name]
Hopefully this list lays it out but basically the new module fails to load properly citing that it's attempting to call a missing parameter.
The text was updated successfully, but these errors were encountered:
Which version of Puppet are you using?
Sorry, something went wrong.
4.10.1 (latest I think)
EDIT: I should clarify this is FOSS, not PE.
I has this same issue .. restarting the puppet-server solved the problem for me.
Yes, this is an old Puppet bug related to directory environments.
FWIW, a restart of pe-puppetserver didn't solve this for me, I had to do this on my Puppetmaster: sudo puppet generate types --environment production
sudo puppet generate types --environment production
No branches or pull requests
Updated module from 2.2.0 -> 2.2.1
The manifest is unchanged (works in 2.2.0)
Attempting to test on Ubuntu 16.4 (likely other builds as well):
Error: no parameter named 'heartbeat' at [...]/modules/sensu/manifests/rabbitmq/config.pp:126 on Sensu_rabbitmq_config[server name]
Hopefully this list lays it out but basically the new module fails to load properly citing that it's attempting to call a missing parameter.
The text was updated successfully, but these errors were encountered: