diff --git a/_includes/manuals/3.12/3.2.2_installer_options.md b/_includes/manuals/3.12/3.2.2_installer_options.md
index 8bb453e296..570ff4ad75 100644
--- a/_includes/manuals/3.12/3.2.2_installer_options.md
+++ b/_includes/manuals/3.12/3.2.2_installer_options.md
@@ -145,6 +145,10 @@ More information about compute resources can be found in the [Compute Resources
--[no-]enable-foreman-plugin-google |
Enable 'foreman_plugin_google' puppet module (foreman_google) |
+
+ --[no-]enable-foreman-plugin-hdm |
+ Enable 'foreman_plugin_hdm' puppet module (foreman_hdm) |
+
--[no-]enable-foreman-plugin-host-extra-validator |
Enable 'foreman_plugin_host_extra_validator' puppet module (foreman_host_extra_validator) |
@@ -289,6 +293,10 @@ More information about compute resources can be found in the [Compute Resources
--[no-]enable-foreman-proxy-plugin-dynflow |
Enable 'foreman_proxy_plugin_dynflow' puppet module (smart_proxy_dynflow) |
+
+ --[no-]enable-foreman-proxy-plugin-hdm |
+ Enable 'foreman_proxy_plugin_hdm' puppet module (smart_proxy_hdm) |
+
--[no-]enable-foreman-proxy-plugin-monitoring |
Enable 'foreman_proxy_plugin_monitoring' puppet module (smart_proxy_monitoring) |
@@ -1427,10 +1435,6 @@ kafo-export-params -c /etc/foreman-installer/scenarios.d/foreman.yaml -f html
--puppet-http-read-timeout |
The time an agent waits for one block to be read from an HTTP connection. If nothing is read after the elapsed interval then the connection will be closed. |
-
- --puppet-localconfig |
- The localconfig setting. |
-
--puppet-logdir |
Override the log directory. |
@@ -2279,6 +2283,30 @@ kafo-export-params -c /etc/foreman-installer/scenarios.d/foreman.yaml -f html
--foreman-proxy-plugin-dynflow-tls-disabled-versions |
Disable TLS versions. Version 1.0 is always disabled. For example: ['1.1'] |
+
+ --foreman-proxy-plugin-hdm-enabled |
+ enables/disables the HDM plugin |
+
+
+ --foreman-proxy-plugin-hdm-hdm-password |
+ password of the HDM API user - can be ommited if HDM runs unauthenticated |
+
+
+ --foreman-proxy-plugin-hdm-hdm-url |
+ the API endpoint of your HDM installation |
+
+
+ --foreman-proxy-plugin-hdm-hdm-user |
+ email address of the API-role user inside of HDM - can be ommited if HDM runs unauthenticated |
+
+
+ --foreman-proxy-plugin-hdm-listen-on |
+ proxy feature listens on http, https, or both |
+
+
+ --foreman-proxy-plugin-hdm-version |
+ plugin package version, it's passed to ensure parameter of package resource can be set to specific version number, 'latest', 'present' etc. |
+
--foreman-proxy-plugin-monitoring-collect-status |
collect monitoring status from monitoring solution |