-
Notifications
You must be signed in to change notification settings - Fork 289
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
Update README.md with compatibility #568
Milestone
Comments
This was referenced Oct 31, 2016
jeffmccune
added a commit
to jeffmccune/sensu-puppet
that referenced
this issue
Jul 13, 2017
Without this patch, Puppet errors out when both `sensu::rabbitmq_password`, or any of the `sensu::rabbitmq_*` parameters are specified along with `sensu::rabbitmq_cluster`. The error is: Error: /Stage[main]/Sensu::Rabbitmq::Config/Sensu_rabbitmq_config[sensu-server.example.com]: Could not evaluate: no implicit conversion of String into Integer /vagrant/lib/puppet/provider/sensu_rabbitmq_config/json.rb:137:in `[]' /vagrant/lib/puppet/provider/sensu_rabbitmq_config/json.rb:137:in `password' This patch addresses the problem by changing sensu::rabbitmq::config to ignore sensu::rabbitmq_* class parameters when the cluster configuration is specified via `sensu::rabbitmq_cluster`. Resolves sensu#568
jeffmccune
added a commit
to jeffmccune/sensu-puppet
that referenced
this issue
Jul 13, 2017
Without this patch, Puppet errors out when both `sensu::rabbitmq_password`, or any of the `sensu::rabbitmq_*` parameters are specified along with `sensu::rabbitmq_cluster`. The error is: Error: /Stage[main]/Sensu::Rabbitmq::Config/Sensu_rabbitmq_config[sensu-server.example.com]: Could not evaluate: no implicit conversion of String into Integer /vagrant/lib/puppet/provider/sensu_rabbitmq_config/json.rb:137:in `[]' /vagrant/lib/puppet/provider/sensu_rabbitmq_config/json.rb:137:in `password' This patch addresses the problem by changing sensu::rabbitmq::config to ignore sensu::rabbitmq_* class parameters when the cluster configuration is specified via `sensu::rabbitmq_cluster`. Resolves sensu#598
jeffmccune
added a commit
to jeffmccune/sensu-puppet
that referenced
this issue
Jul 13, 2017
Without this patch, Puppet errors out when both `sensu::rabbitmq_password`, or any of the `sensu::rabbitmq_*` parameters are specified along with `sensu::rabbitmq_cluster`. The error is: Error: /Stage[main]/Sensu::Rabbitmq::Config/Sensu_rabbitmq_config[sensu-server.example.com]: Could not evaluate: no implicit conversion of String into Integer /vagrant/lib/puppet/provider/sensu_rabbitmq_config/json.rb:137:in `[]' /vagrant/lib/puppet/provider/sensu_rabbitmq_config/json.rb:137:in `password' This patch addresses the problem by changing sensu::rabbitmq::config to ignore sensu::rabbitmq_* class parameters when the cluster configuration is specified via `sensu::rabbitmq_cluster`. Resolves sensu#598
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We need a template in the README.md with supported versions so it's clear which version of the module supports which version of sensu
Nice example: https://github.com/solarkennedy/puppet-consul#compatibility
The text was updated successfully, but these errors were encountered: