Skip to content

Conversation

@dennisdegreef
Copy link

This puppet module uses the puppetlabs-apt module for installing rabbitmq through Apt.
The apt-module renders warnings about deprecation.

Warning: Scope(Apt::Source[rabbitmq]): $include_src is deprecated and will be removed in the next major release, please use $include => { 'src' => false } instead
Warning: Scope(Apt::Source[rabbitmq]): $key_source is deprecated and will be removed in the next major release, please use $key => { 'source' => https://www.rabbitmq.com/rabbitmq-release-signing-key.asc } instead.
Warning: Scope(Apt::Key[Add key: 0A9AF2115F4687BD29803A206B73A36E6026DFCA from Apt::Source rabbitmq]): $key_source is deprecated and will be removed in the next major release. Please use $source instead.

These deprecations are put in place for the upcomming 2.x release of the apt module, see:
puppetlabs/puppetlabs-apt@396f308

@aquister
Copy link

aquister commented May 8, 2017

Any progress on this? With the new puppetlabs/apt module released this should be fixed asap.

@wyardley
Copy link
Contributor

This needs to be reworked, and may need some additional work after #493 is merged. In addition, the lint warnings and test failures would need to be resolved, and it should be squashed (since it's affecting apt, should also verify that both regular Debian and Ubuntu acceptance tests look Ok).

@dennisdegreef - are you willing to rework this?

@dennisdegreef
Copy link
Author

Sorry, but I'm not using RabbitMQ anymore :) so there is little incentive for me. I guess I should close this?

@wyardley
Copy link
Contributor

Hopefully someone can rework it after we get the other updates for switching over to Voxpupuli done. I will close this one for now.

@wyardley wyardley closed this Aug 27, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants