Module has been updated to use use -q flag instead of array slices.  This 
has been solved. 

On Wednesday, November 5, 2014 3:40:34 PM UTC-8, Jerry Higgs wrote:
>
> 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/a0eda658-4abf-436c-9680-4ebffcde5743%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to