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 <[email protected]> > wrote: > >> Hi, >> >> Version 5.0.0 of the rabbitmq module dropped support for Puppet 2.7, it >> was noted in the CHANGELOG >> <https://github.com/puppetlabs/puppetlabs-rabbitmq/blob/master/CHANGELOG.md#2014-12-22---version-500> >> . >> >> Cheers, >> Morgan >> >> On Wed, Sep 2, 2015 at 10:43 PM kdo <[email protected]> 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 [email protected]. >>> To view this discussion on the web visit >>> https://groups.google.com/d/msgid/puppet-users/9f4937cc-e8f3-4307-9082-7d7b1df109d5%40googlegroups.com >>> >>> <https://groups.google.com/d/msgid/puppet-users/9f4937cc-e8f3-4307-9082-7d7b1df109d5%40googlegroups.com?utm_medium=email&utm_source=footer> >>> . >>> For more options, visit https://groups.google.com/d/optout. >>> >> -- >> Morgan Haskel >> [email protected] >> Module Engineer >> >> *PuppetConf 2015 <http://2015.puppetconf.com/> is coming to Portland, >> Oregon! Join us October 5-9.* >> *Register now to take advantage of the Final Countdown discount >> <https://www.eventbrite.com/e/puppetconf-2015-october-5-9-register-now-its-the-final-countdown-tickets-13115894995?discount=FinalCountdown> >> * >> *—**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 >> [email protected]. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/puppet-users/CA%2BFnDv0dgpNE43SL8Y9FPJBbEax5YZsmDiN_t%2BCPFTwQeiTNOQ%40mail.gmail.com >> >> <https://groups.google.com/d/msgid/puppet-users/CA%2BFnDv0dgpNE43SL8Y9FPJBbEax5YZsmDiN_t%2BCPFTwQeiTNOQ%40mail.gmail.com?utm_medium=email&utm_source=footer> >> . >> >> For more options, visit https://groups.google.com/d/optout. >> > > -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/db203120-a353-47d1-8d22-81d1d1c31de2%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
