rabbitmq module (5.2.3) - puppet 2.7.26 - Could not autoload rabbitmq_erlang_cookie undefined method `has_command'

78 views
Skip to first unread message

kdo

unread,
Sep 3, 2015, 1:43:23 AM9/3/15
to Puppet Users
Hello all,

wondering whether anyone may have come across this issue before. The module works if clustering is set to false. We however require clustering to be setup so would like to get this working if possible. I haven't read that master 2.7 is not supported with version of puppetlabs rabbitmq module (5.2.3)

err: Failed to apply catalog: Could not autoload rabbitmq_erlang_cookie: Could not autoload /var/lib/puppet/lib/puppet/provider/rabbitmq_erlang_cookie/ruby.rb: undefined method `has_command' for Puppet::Type::Rabbitmq_erlang_cookie::ProviderRuby:Class

some of our settings in param.pp

  config_cluster           => true,
  cluster_nodes            => ['host1', 'host2'],
  cluster_node_type        => 'ram',
  erlang_cookie            => 'A_SECRET_COOKIE_STRING',
  wipe_db_on_cookie_change => true,


thanks in advance

Morgan Haskel

unread,
Sep 3, 2015, 12:46:36 PM9/3/15
to Puppet Users
Hi,

Version 5.0.0 of the rabbitmq module dropped support for Puppet 2.7, it was noted in the CHANGELOG.

Cheers,
Morgan

--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/9f4937cc-e8f3-4307-9082-7d7b1df109d5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
Morgan Haskel
Module Engineer

PuppetConf 2015 is coming to Portland, Oregon! Join us October 5-9.
Register now to take advantage of the Final Countdown discount save $149!

Karl Hampel

unread,
Sep 3, 2015, 8:42:31 PM9/3/15
to puppet...@googlegroups.com
Thanks Morgan for getting back to me.

I can see a version 4.1 and 4.0 of the puppetlabs rabbitmq module. Does that mean I should be able to run a version < 5.0 of the rabbitmq module on my 2.7.26 puppet environment ?

--
You received this message because you are subscribed to a topic in the Google Groups "Puppet Users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/puppet-users/2bcJ3m9nb70/unsubscribe.
To unsubscribe from this group and all its topics, send an email to puppet-users...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/CA%2BFnDv0dgpNE43SL8Y9FPJBbEax5YZsmDiN_t%2BCPFTwQeiTNOQ%40mail.gmail.com.

kdo

unread,
Sep 3, 2015, 11:52:19 PM9/3/15
to Puppet Users
have got 4.1.0 to work with rabbitmq clustering enalbed after applying a patch so all good now. thanks again


On Friday, September 4, 2015 at 10:42:31 AM UTC+10, kdo wrote:
Thanks Morgan for getting back to me.

I can see a version 4.1 and 4.0 of the puppetlabs rabbitmq module. Does that mean I should be able to run a version < 5.0 of the rabbitmq module on my 2.7.26 puppet environment ?
On Fri, Sep 4, 2015 at 2:45 AM, Morgan Haskel <mor...@puppetlabs.com> wrote:
Hi,

Version 5.0.0 of the rabbitmq module dropped support for Puppet 2.7, it was noted in the CHANGELOG.

Cheers,
Morgan

On Wed, Sep 2, 2015 at 10:43 PM kdo <kb...@hampels.com.au> wrote:
Hello all,

wondering whether anyone may have come across this issue before. The module works if clustering is set to false. We however require clustering to be setup so would like to get this working if possible. I haven't read that master 2.7 is not supported with version of puppetlabs rabbitmq module (5.2.3)

err: Failed to apply catalog: Could not autoload rabbitmq_erlang_cookie: Could not autoload /var/lib/puppet/lib/puppet/provider/rabbitmq_erlang_cookie/ruby.rb: undefined method `has_command' for Puppet::Type::Rabbitmq_erlang_cookie::ProviderRuby:Class

some of our settings in param.pp

  config_cluster           => true,
  cluster_nodes            => ['host1', 'host2'],
  cluster_node_type        => 'ram',
  erlang_cookie            => 'A_SECRET_COOKIE_STRING',
  wipe_db_on_cookie_change => true,


thanks in advance

--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users+unsubscribe@googlegroups.com.
--
Morgan Haskel
Module Engineer

PuppetConf 2015 is coming to Portland, Oregon! Join us October 5-9.
Register now to take advantage of the Final Countdown discount save $149!

--
You received this message because you are subscribed to a topic in the Google Groups "Puppet Users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/puppet-users/2bcJ3m9nb70/unsubscribe.
To unsubscribe from this group and all its topics, send an email to puppet-users+unsubscribe@googlegroups.com.

kdo

unread,
Sep 3, 2015, 11:53:14 PM9/3/15
to Puppet Users
have got 4.1.0 to work with rabbitmq clustering enalbed after applying a patch so all good now. thanks again

On Friday, September 4, 2015 at 10:42:31 AM UTC+10, kdo wrote:
Thanks Morgan for getting back to me.

I can see a version 4.1 and 4.0 of the puppetlabs rabbitmq module. Does that mean I should be able to run a version < 5.0 of the rabbitmq module on my 2.7.26 puppet environment ?
On Fri, Sep 4, 2015 at 2:45 AM, Morgan Haskel <mor...@puppetlabs.com> wrote:
Hi,

Version 5.0.0 of the rabbitmq module dropped support for Puppet 2.7, it was noted in the CHANGELOG.

Cheers,
Morgan
Hello all,


wondering whether anyone may have come across this issue before. The module works if clustering is set to false. We however require clustering to be setup so would like to get this working if possible. I haven't read that master 2.7 is not supported with version of puppetlabs rabbitmq module (5.2.3)

err: Failed to apply catalog: Could not autoload rabbitmq_erlang_cookie: Could not autoload /var/lib/puppet/lib/puppet/provider/rabbitmq_erlang_cookie/ruby.rb: undefined method `has_command' for Puppet::Type::Rabbitmq_erlang_cookie::ProviderRuby:Class

some of our settings in param.pp

  config_cluster           => true,
  cluster_nodes            => ['host1', 'host2'],
  cluster_node_type        => 'ram',
  erlang_cookie            => 'A_SECRET_COOKIE_STRING',
  wipe_db_on_cookie_change => true,


thanks in advance
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users+unsubscribe@googlegroups.com.
--
Morgan Haskel
Module Engineer

PuppetConf 2015 is coming to Portland, Oregon! Join us October 5-9.
Register now to take advantage of the Final Countdown discount save $149!

--
You received this message because you are subscribed to a topic in the Google Groups "Puppet Users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/puppet-users/2bcJ3m9nb70/unsubscribe.
To unsubscribe from this group and all its topics, send an email to puppet-users+unsubscribe@googlegroups.com.
Reply all
Reply to author
Forward
0 new messages