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

Missing rundeck.security.syncLdapUser config setting #510

Closed nosrio closed 12 months ago

nosrio commented 1 year ago

Affected Puppet, Ruby, OS and module versions/distributions

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

Trying to set rundeck security setting syncLdapUser the setting is not setted

class { 'rundeck':
 security_config = {
    'syncLdapUser' => true,
  }
}

What are you seeing

The setting is missing on rundeck-config.groovy file

What behaviour did you expect instead

The setting being setted on rundeck-config.groovy file

nosrio commented 1 year ago

@bastelfreak could you please review this PR?