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.
Pull Request (PR) description
This fixes the default project description and organization.
Currently the
rundeck
class pulls in defaults forprojects_description
andprojects_organization
fromrundeck::params
, thenrundeck::config
attempts to pull them out ofrundeck
using the wrong name. The result is that when callingrundeck
and providingprojects_description
and/orprojects_organization
, those values are not used, and the defaults fromrundeck::params
are used instead.This simply fixes the names that
rundeck::config
is using to pull the the description and organization fromrundeck
.This Pull Request (PR) fixes the following issues
n/a