Will Yardley
Will Yardley
@eLvErDe can you post a copy of your module tree (`puppet modules list` on the master should work in most cases, I think). And same questions - are you using...
I think the `README` documents that the erlang dep has to be satisfied externally. Unfortunately, the puppet erlang module recommended there doesn’t seem to be well maintained anymore. I have...
Yes, you’re right, in fact, I took out those docs, probably because they were so out of date, in https://github.com/voxpupuli/puppet-rabbitmq/commit/af1c79b478e9e3e3beaa6f1f839a21a78cd25777 and they’ve never gotten replaced 😓 https://www.rabbitmq.com/which-erlang.html is a good...
> Maybe we should migrate to Bintray, since they also provide packages for Erlang. @dhoppe This is probably one of the better options. _But_, if you check out the link...
Have you tried configuring the system’s locale to utf-8? There are some existing workarounds in the module that try to force it in the env of commands that run but...
ps - as far as Erlang goes, once the puppet-erlang module actually gets released, I’m hoping someone will work on getting the changes in #845 to work, which I think...
From a quick look, this is probably partially because of the naive versioncmp at https://github.com/voxpupuli/puppet-rabbitmq/blob/master/manifests/config.pp#L228 as 2017 > 7. https://github.com/camptocamp/facterdb/blob/master/facts/3.6/amazon-2017-x86_64.facts#L272 So one quick fix would just be to set a...
@mattboston I know this has been a while, but if this is an issue, can you see if the latest version of the module behaves the same way? There have...
I think the issues were more related to some of the version specific code in the module, as Amazon Linux has different versioning (tho not sure why the workaround mentioned...
[wrapped your debug output in backticks] While I don't like the old Amazon Linux numbering, if they're moving to '2' and '4', that could really cause some conflicts with actual...