Skip to content

Commit 812e446

Browse files
committed
Ensure tabs with foremanctl are shown only for Katello
1 parent 4572844 commit 812e446

File tree

4 files changed

+19
-2
lines changed

4 files changed

+19
-2
lines changed

guides/common/modules/proc_configuring-repositories-el.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1+
ifdef::foremanctl[]
12
[tabs]
23
====
34
Puppet-based installation::
5+
endif::[]
46
. Clear any metadata:
57
+
68
[options="nowrap" subs="+quotes,attributes"]
@@ -39,6 +41,7 @@ ifdef::foreman-el,katello[]
3941
----
4042
endif::[]
4143
44+
ifdef::foremanctl[]
4245
Containerized installation::
4346
* Enable the required repositories:
4447
+
@@ -47,3 +50,4 @@ Containerized installation::
4750
# dnf copr enable @theforeman/foremanctl rhel-9-x86_64
4851
----
4952
====
53+
endif::[]

guides/common/modules/proc_running-installer.adoc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,11 @@
66
Install the required packages and run the {Project} installer utility.
77

88
.Procedure
9+
ifdef::foremanctl[]
910
[tabs]
1011
====
1112
Puppet-based installation::
13+
endif::[]
1214
. Upgrade all packages:
1315
+
1416
[options="nowrap" subs="+quotes,attributes"]
@@ -34,7 +36,7 @@ The installation run is non-interactive by default.
3436
The script displays its progress and writes logs to `{installer-log-file}`.
3537
+
3638
For a list of the available customization options, run `{foreman-installer} --help` or `{foreman-installer} --full-help`.
37-
39+
ifdef::foremanctl[]
3840
Containerized installation::
3941
. Upgrade all packages:
4042
+
@@ -65,3 +67,4 @@ Running `foremanctl checks` is optional because the pre-install check is also ru
6567
+
6668
You can find credentials to access your {ProjectServer} in the message shown in the `TASK [post_install : Admin credentials]` task results.
6769
====
70+
endif::[]

guides/common/modules/ref_system-requirements-quickstart.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@
55

66
The following list shows the most critical requirements common for most scenarios.
77

8+
ifdef::foremanctl[]
89
[tabs]
910
====
1011
Puppet-based installation::
12+
endif::[]
1113
// The requirements in this section must match the full requirements in the installation guide.
1214
ifdef::foreman-deb[]
1315
* The following operating systems are supported for deploying {Project}:
@@ -29,6 +31,7 @@ endif::[]
2931
* Install {ProductName} on a freshly provisioned system that serves no other function except to run {ProductName}.
3032
* Ensure the system has at least {project-minimum-memory} of memory.
3133
34+
ifdef::foremanctl[]
3235
Containerized installation::
3336
ifdef::foreman-deb[]
3437
* The following operating systems are supported for deploying {Project}:
@@ -47,3 +50,4 @@ endif::[]
4750
* Install {ProductName} on a freshly provisioned system that serves no other function except to run {ProductName}.
4851
* Ensure the system has at least {project-minimum-memory} of memory.
4952
====
53+
endif::[]

guides/doc-Quickstart/master.adoc

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,24 @@ include::common/header.adoc[]
44
:context: quick-start
55
:mode: connected
66
:ProductName: {ProjectServer}
7-
:foremanctl:
87
:tabs-sync-option:
8+
ifdef::katello[]
9+
:foremanctl:
10+
endif::[]
911

1012
= {QuickstartDocTitle}
1113

1214
This guide describes the quickest way to get a {ProjectServer} up and running.
15+
ifdef::foremanctl[]
1316
You can choose between a Puppet-based installation and containerized installation.
17+
endif::[]
1418
For a full installation guide, see {InstallingServerDocURL}[_{InstallingServerDocTitle}_].
19+
ifdef::foremanctl[]
1520
The full installation guide is currently provided only for the Puppet-based installation.
1621

1722
:FeatureName: The `foremanctl` installer
1823
include::common/modules/snip_technology-preview.adoc[]
24+
endif::[]
1925

2026
include::common/modules/ref_system-requirements-quickstart.adoc[leveloffset=+1]
2127

0 commit comments

Comments
 (0)