voxpupuli / puppet-rundeck

Module for managing the installatation and configuration of the rundeck orchestration tool
https://forge.puppet.com/puppet/rundeck
MIT License
39 stars 128 forks source link

Update for use with puppet5 #332

Closed attachmentgenie closed 7 years ago

attachmentgenie commented 7 years ago

Could not retrieve catalog from remote server: Error 500 on SERVER: Server Error: Evaluation Error: Illegal Class name in class reference. A TypeReference['Apt::Update']-Type cannot be used where a String is expected at /etc/puppetlabs/code/environments/mgmt/modules/rundeck/manifests/install.pp:66:129

The current code, breaks on Puppet5, this pull request remedies the error above

roidelapluie commented 7 years ago

Thanks @attachmentgenie