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 130 forks source link

Rundeck 3.4 no longer supports the rundeck.projectsStorageType configuration property #472

Closed koraz0815 closed 8 months ago

koraz0815 commented 3 years ago

Affected Puppet, Ruby, OS and module versions/distributions

How to reproduce (e.g Puppet code you use)

Update existing system with rundeck 3.3 to 3.4

What are you seeing

I see in the rundeck service.log the following error

WARN  framework.RundeckFrameworkFactory - Invalid value for rundeck.projectsStorageType configuration: filesystem, The 'filesystem' value is no longer supported. You should remove the rundeck.projectsStorageType configuration. Using 'db' storage type.

Any additional information you'd like to impart

https://docs.rundeck.com/docs/administration/projects/configuration.html#storage-types

https://github.com/voxpupuli/puppet-rundeck/blob/master/spec/classes/config/global/rundeck_config_spec.rb#L95 should be removed