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

manage SCM configuration of projects #541

Open wladikz opened 2 months ago

wladikz commented 2 months ago

Affected Puppet, Ruby, OS and module versions/distributions

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

in module versions up to 8.0.1 there is functionality to manage project SCM configuration how to configure SCM in version 9.1.0

What are you seeing

What behaviour did you expect instead

Output log

Any additional information you'd like to impart

Joris29 commented 2 weeks ago

Hello @wladikz, there is a small doc that should get you on your way all the options can be added as project config see docs: https://github.com/voxpupuli/puppet-rundeck/tree/master?tab=readme-ov-file#configure-rundeck-class-with-projects

Joris29 commented 2 weeks ago

If it's not clear don't hesitate to ask further questions

Joris29 commented 2 weeks ago

After a briefer look on the SCM part I came to the conclusion that with the current module version 9.1.0 there is no support yet.

From rundeck docs: Configuration files for the project (previously stored on-disk) are stored in the database. (Since Rundeck 3.4).

This means if you are under Rundeck 3.4 you can still use the old module version if you are above it then you have to write the proper puppet code to make the cli call because those are not added yet.

If u need help or anything you can always contact me.