From 124778c24e400d223f819d3018da5cf26f7dc4c2 Mon Sep 17 00:00:00 2001 From: Rui Melo Amaro <139772430+rmeloamaro@users.noreply.github.com> Date: Mon, 10 Feb 2025 13:38:23 +0000 Subject: [PATCH] Naming standardization for System Configuration - Changing reference from Configuration Management (Commercial) to System Configuration (Enterprise Only), in alignment with references here https://docs.rundeck.com/docs/manual/system-configs.html#system-configuration-enterprise-only and with the naming used in Runbook Automation --- docs/manual/configuration-mgmt/configmgmt.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/manual/configuration-mgmt/configmgmt.md b/docs/manual/configuration-mgmt/configmgmt.md index f80169124..1b1e38085 100644 --- a/docs/manual/configuration-mgmt/configmgmt.md +++ b/docs/manual/configuration-mgmt/configmgmt.md @@ -1,11 +1,11 @@ -# Configuration Management (Commercial) +# System Configuration (Enterprise Only) :::enterprise ::: -Runbook Automation includes a Configuration Management module to set configuration settings via the GUI and store them in the Rundeck database. Database storage shares configuration options with all your cluster members and centralizes configuration. This can significantly streamline configuration of new Rundeck servers. Most settings will be set and refreshed upon Saving. If a setting requires a restart there is a message to let users know. +Runbook Automation includes a System Configuration module to set configuration settings via the GUI and store them in the Rundeck database. Database storage shares configuration options with all your cluster members and centralizes configuration. This can significantly streamline the configuration of new Rundeck servers. Most settings will be set and refreshed upon Saving. If a setting requires a restart there is a message to let users know. -![Configuration Management](/assets/img/configmgmt-list.png) +![System Configuration](/assets/img/configmgmt-list.png) ## Managing Configuration Use the **+ Add Config** button to add new configuration entries. @@ -14,13 +14,13 @@ Use the **+ Add Config** button to add new configuration entries. **Property Name** -Enter the property value here. A dynamic drop down will pre-populate with some suggested settings, but the field will take any value. +Enter the property value here. A dynamic drop-down will pre-populate with some suggested settings, but the field will take any value. **Property Value** -Enter the value for the setting here. Currently the field only supports string values. +Enter the value for the setting here. Currently, the field only supports string values. ## Initial Boot Notes -On initial Rundeck build/boot all configuration items are still written to the traditional file based configuration files. In order to use this feature configuration settings must be written in this Configuration Management GUI, then removed from the file based configurations. File based configurations will take precedence over database configuration. +On the initial Rundeck build/boot, all configuration items are still written to the traditional file-based configuration files. In order to use this feature configuration settings must be written in this System Configuration GUI, then removed from the file-based configurations. File-based configurations will take precedence over database configurations.