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

Add option storage_encrypt_config #440

Closed nbarrientos closed 4 years ago

nbarrientos commented 4 years ago

Pull Request (PR) description

This changeset adds a new option to the module so it's possible to configure a storage encryption plugin. Example:

rundeck::config::storage_encrypt_config:
   type: 'jasypt-encryption'
   path: 'keys'
   config.encryptionType: 'basic'
   config.password: 'verysecure'

https://docs.rundeck.com/docs/administration/configuration/plugins/bundled-plugins.html#jasypt-encryption-plugin