Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

3.12 update installer options #2177

Merged
merged 3 commits into from
Sep 12, 2024

Conversation

ColeHiggins2
Copy link
Contributor

No description provided.

@@ -341,7 +350,7 @@ kafo-export-params -c /etc/foreman-installer/scenarios.d/foreman.yaml -f html
</tr>
<tr>
<td style='white-space:nowrap'>--apache-mod-status-requires</td>
<td>A Variant type that can be: - String with: - '' or 'unmanaged' - Host auth control done elsewhere - 'ip &lt;List of IPs>&gt;' - Allowed IPs/ranges - 'host &lt;List of names&gt;' - Allowed names/domains - 'all [granted|denied]' - Array of strings with ip or host as above - Hash with following keys: - 'requires' - Value => Array as above - 'enforce' - Value => String 'Any', 'All' or 'None' This encloses "Require" directives in "<Require(Any|All|None)>" block Optional - If unspecified, "Require" directives follow current flow</td>
<td>A Variant type that can be: - String with: - '' or 'unmanaged' - Host auth control done elsewhere - 'ip <List of IPs>' - Allowed IPs/ranges - 'host <List of names>' - Allowed names/domains - 'all [granted|denied]' - Array of strings with ip or host as above - Hash with following keys: - 'requires' - Value => Array as above - 'enforce' - Value => String 'Any', 'All' or 'None' This encloses "Require" directives in "<Require(Any|All|None)>" block Optional - If unspecified, "Require" directives follow current flow</td>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh yes, this was the issue with escaping which the script didn't do. Though it surprises me we didn't need to escape the < and > in Require. HTML can probably deal with it because of the weird tags in between. Please keep this as it was.

@@ -2519,6 +2548,7 @@ kafo-export-params -c /etc/foreman-installer/scenarios.d/foreman.yaml -f html
</table>
</div>


Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: redundant empty line

Suggested change

@@ -317,6 +325,7 @@ More information about compute resources can be found in the [Compute Resources
</table>
</div>


Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: redundant empty line

Suggested change

@ekohl ekohl merged commit 93c3c65 into theforeman:gh-pages Sep 12, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants