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

Avoid service restarts on configuration changes and allow "resourcejson" as resource format. #521

Closed erik-frontify closed 10 months ago

erik-frontify commented 10 months ago

Pull Request (PR) description

Allow resource_format "resourcejson" as well, as it's allowed and working with rundeck.

Fix PR #486 to really avoid service restarts on configuration changes.

This Pull Request (PR) fixes the following issues

n/a

Joris29 commented 10 months ago

What version of rundeck are you using because since 3.4.0 the support to manage projects has moved to DB and this module is not able to manage it yet through DB i mad a very big PR which will drop support for rundeck lower than 3.4.0 if you want you can put suggestions in there.

https://github.com/voxpupuli/puppet-rundeck/pull/520

kenyon commented 10 months ago

Obsoleted by #520.

erik-frontify commented 9 months ago

Sorry for being so late on my answer. We are running Rundeck 4.17. So that should work. Will have a closer look into the new release next year.

Joris29 commented 9 months ago

Yh sure i'm planning to add new features through rundeck cli for the projects/jobs so this PR will also be included in it as well.