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

Fix default project attribute names #384

Closed jescholl closed 6 years ago

jescholl commented 6 years ago

Pull Request (PR) description

This fixes the default project description and organization.

Currently the rundeck class pulls in defaults for projects_description and projects_organization from rundeck::params, then rundeck::config attempts to pull them out of rundeck using the wrong name. The result is that when calling rundeck and providing projects_description and/or projects_organization, those values are not used, and the defaults from rundeck::params are used instead.

This simply fixes the names that rundeck::config is using to pull the the description and organization from rundeck.

This Pull Request (PR) fixes the following issues

n/a

bastelfreak commented 6 years ago

Thanks for the PR @jescholl !