Skip to content

Commit 1db4ea8

Browse files
authored
Move firewall verification to snippet (theforeman#2419)
This should be the verification step in the Enabling Connections section for Project Server and Smart Proxy. Reading it as a separate section is irrelevant.
1 parent 38f021e commit 1db4ea8

5 files changed

+6
-16
lines changed

guides/common/assembly_preparing-environment-for-capsule-installation.adoc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,5 @@ include::modules/proc_enabling-connections-from-capsule-to-satellite.adoc[levelo
2626
// Enabling Connections from {ProjectServer} and Clients to a {SmartProxyServer}
2727
include::modules/proc_enabling-connections-to-capsule.adoc[leveloffset=+1]
2828

29-
// Verifying Firewall Settings
30-
include::modules/proc_verifying-firewall-settings.adoc[leveloffset=+1]
31-
3229
ifdef::parent-context[:context: {parent-context}]
3330
ifndef::parent-context[:!context:]

guides/common/assembly_preparing-environment-for-installation.adoc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ include::modules/ref_ports-and-firewall-requirements.adoc[leveloffset=+1]
2121

2222
include::modules/proc_enabling-client-connections-to-satellite.adoc[leveloffset=+1]
2323

24-
include::modules/proc_verifying-firewall-settings.adoc[leveloffset=+1]
25-
2624
include::modules/proc_verifying-dns-resolution.adoc[leveloffset=+1]
2725

2826
ifdef::parent-context[:context: {parent-context}]

guides/common/modules/proc_enabling-client-connections-to-satellite.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,5 @@ endif::[]
3535
----
3636
# firewall-cmd --runtime-to-permanent
3737
----
38+
39+
include::snip_verify-firewall-settings.adoc[]

guides/common/modules/proc_enabling-connections-to-capsule.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,5 @@ endif::[]
3636
----
3737
# firewall-cmd --runtime-to-permanent
3838
----
39+
40+
include::snip_verify-firewall-settings.adoc[]

guides/common/modules/proc_verifying-firewall-settings.adoc renamed to guides/common/modules/snip_verify-firewall-settings.adoc

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,5 @@
1-
[id="verifying-firewall-settings_{context}"]
2-
3-
= Verifying Firewall Settings
4-
5-
Use this procedure to verify your changes to the firewall settings.
6-
7-
include::snip_firewalld.adoc[]
8-
9-
.Procedure
10-
11-
. Enter the following command:
1+
.Verification
2+
* Enter the following command:
123
+
134
[options="nowrap"]
145
----

0 commit comments

Comments
 (0)