Skip to content
This repository has been archived by the owner on Dec 20, 2024. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants