It appears that there is an error in:
puppetlabs-rabbitmq <https://github.com/puppetlabs/puppetlabs-rabbitmq> /
lib <https://github.com/puppetlabs/puppetlabs-rabbitmq/tree/master/lib> /
puppet
<https://github.com/puppetlabs/puppetlabs-rabbitmq/tree/master/lib/puppet>
/ provider
<https://github.com/puppetlabs/puppetlabs-rabbitmq/tree/master/lib/puppet/provider>
/ rabbitmq_vhost
<https://github.com/puppetlabs/puppetlabs-rabbitmq/tree/master/lib/puppet/provider/rabbitmq_vhost>
/ *rabbitmqctl.rb*
On Wednesday, November 5, 2014 12:40:08 PM UTC-8, Jerry Higgs wrote:
>
> In lastest version of rabbitmqctl the "...done" line has been removed,
> which is causing errors:
>
> In the rabbitmq provider they currently use:
> rabbitmqctl('list_vhosts').split(/\n/)[1..-2]
> *Before:*
> # rabbitmqctl list_vhosts
> Listing vhosts ...
> /
> /mcollective
> ...done.
>
> The provider needs to be updated to reflect the changes in rabbitmqctl:
> rabbitmqctl('list_vhosts').split(/\n/)[1..-1]
> *Now:*
> # rabbitmqctl list_vhosts
> Listing vhosts ...
> /
> /mcollective
>
--
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/0c227e91-14b7-446f-83b6-702374ca1746%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.