Skip to content

Commit 7e831d8

Browse files
committed
Ensure tabs with foremanctl are shown only for Katello
1 parent 9c79a33 commit 7e831d8

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
. Install {ProjectServer} packages:
1315
.. Upgrade all packages:
1416
+
@@ -35,7 +37,7 @@ The installation run is non-interactive by default.
3537
The script displays its progress and writes logs to `{installer-log-file}`.
3638
+
3739
For a list of the available customization options, run `{foreman-installer} --help` or `{foreman-installer} --full-help`.
38-
40+
ifdef::foremanctl[]
3941
Containerized installation::
4042
. Install the `foremanctl` package:
4143
+
@@ -60,3 +62,4 @@ Running `foremanctl checks` is optional because the pre-install check is also ru
6062
+
6163
You can find credentials to access your {ProjectServer} in the message shown in the `TASK [post_install : Admin credentials]` task results.
6264
====
65+
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)