Skip to content

Commit

Permalink
Update Foreman 3.7 & nightly installer params
Browse files Browse the repository at this point in the history
  • Loading branch information
ekohl committed Aug 1, 2023
1 parent 5aa4959 commit 1fff43d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion _includes/manuals/3.7/3.2.2_installer_options.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,10 @@ More information about compute resources can be found in the [Compute Resources
<td style='white-space:nowrap'>--[no-]enable-foreman-plugin-ovirt-provision</td>
<td>Enable 'foreman_plugin_ovirt_provision' puppet module (<a href="https://github.com/theforeman/ovirt_provision_plugin">ovirt_provision_plugin</a>)</td>
</tr>
<tr>
<td style='white-space:nowrap'>--[no-]enable-foreman-plugin-proxmox</td>
<td>Enable 'foreman_plugin_proxmox' puppet module (<a href="https://github.com/theforeman/foreman_proxmox">foreman_proxmox</a>)</td>
</tr>
<tr>
<td style='white-space:nowrap'>--[no-]enable-foreman-plugin-puppet</td>
<td>Enable 'foreman_plugin_puppet' puppet module (<a href="https://github.com/theforeman/foreman_puppet">foreman_puppet</a>)</td>
Expand Down Expand Up @@ -1529,7 +1533,7 @@ kafo-export-params -c /etc/foreman-installer/scenarios.d/foreman.yaml -f html
</tr>
<tr>
<td style='white-space:nowrap'>--puppet-server-cipher-suites</td>
<td>List of SSL ciphers to use in negotiation Defaults to [ 'TLS_RSA_WITH_AES_256_CBC_SHA256', 'TLS_RSA_WITH_AES_256_CBC_SHA', 'TLS_RSA_WITH_AES_128_CBC_SHA256', 'TLS_RSA_WITH_AES_128_CBC_SHA', ]</td>
<td>List of SSL ciphers to use in negotiation Defaults to ['TLS_AES_128_GCM_SHA256', 'TLS_AES_256_GCM_SHA384', 'TLS_DHE_RSA_WITH_AES_128_GCM_SHA256', 'TLS_DHE_RSA_WITH_AES_256_GCM_SHA384', 'TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256', 'TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384', 'TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256', 'TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384']</td>
</tr>
<tr>
<td style='white-space:nowrap'>--puppet-server-common-modules-path</td>
Expand Down
6 changes: 5 additions & 1 deletion _includes/manuals/nightly/3.2.2_installer_options.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,10 @@ More information about compute resources can be found in the [Compute Resources
<td style='white-space:nowrap'>--[no-]enable-foreman-plugin-ovirt-provision</td>
<td>Enable 'foreman_plugin_ovirt_provision' puppet module (<a href="https://github.com/theforeman/ovirt_provision_plugin">ovirt_provision_plugin</a>)</td>
</tr>
<tr>
<td style='white-space:nowrap'>--[no-]enable-foreman-plugin-proxmox</td>
<td>Enable 'foreman_plugin_proxmox' puppet module (<a href="https://github.com/theforeman/foreman_proxmox">foreman_proxmox</a>)</td>
</tr>
<tr>
<td style='white-space:nowrap'>--[no-]enable-foreman-plugin-puppet</td>
<td>Enable 'foreman_plugin_puppet' puppet module (<a href="https://github.com/theforeman/foreman_puppet">foreman_puppet</a>)</td>
Expand Down Expand Up @@ -1529,7 +1533,7 @@ kafo-export-params -c /etc/foreman-installer/scenarios.d/foreman.yaml -f html
</tr>
<tr>
<td style='white-space:nowrap'>--puppet-server-cipher-suites</td>
<td>List of SSL ciphers to use in negotiation Defaults to [ 'TLS_RSA_WITH_AES_256_CBC_SHA256', 'TLS_RSA_WITH_AES_256_CBC_SHA', 'TLS_RSA_WITH_AES_128_CBC_SHA256', 'TLS_RSA_WITH_AES_128_CBC_SHA', ]</td>
<td>List of SSL ciphers to use in negotiation Defaults to ['TLS_AES_128_GCM_SHA256', 'TLS_AES_256_GCM_SHA384', 'TLS_DHE_RSA_WITH_AES_128_GCM_SHA256', 'TLS_DHE_RSA_WITH_AES_256_GCM_SHA384', 'TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256', 'TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384', 'TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256', 'TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384']</td>
</tr>
<tr>
<td style='white-space:nowrap'>--puppet-server-common-modules-path</td>
Expand Down

0 comments on commit 1fff43d

Please sign in to comment.