Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compilation fails with Puppet 6 & 7: Illegal title type at index 0 #395

Open
raphink opened this issue Jul 8, 2021 · 1 comment
Open
Labels
bug Something isn't working

Comments

@raphink
Copy link
Member

raphink commented Jul 8, 2021

https://github.com/voxpupuli/puppet-mcollective/blob/master/manifests/server/config/connector/activemq.pp#L11 declares resources with integers as titles, which is not allowed in Puppet 6 & 7.

@smortex
Copy link
Member

smortex commented Jul 8, 2021

Yes:

"requirements": [
{
"name": "puppet",
"version_requirement": ">= 4.10.0 < 6.0.0"
}

I think we should deprecate this voxpupuli module: MCollective was removed from Puppet, and the successor of MCollective, Choria, has it's own up-to-date modules to manage all components: https://forge.puppet.com/modules/choria

@kenyon kenyon added the bug Something isn't working label Aug 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants