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/00c8802a-33cc-4607-8971-523e87a96e9f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.