Skip to content

Commit

Permalink
Remove unnecessary macros (#3632)
Browse files Browse the repository at this point in the history
* Simplify macros in assembly
* Drop unnecessary ifdef macro
  This file is not used by Satellite.
  Satellite also does not support Debian-installer which did not use any
  "ifdef" macro before. Now, it's consistent.

(cherry picked from commit 545c779)
  • Loading branch information
maximiliankolb committed Feb 4, 2025
1 parent 4fb6f39 commit 936e468
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,14 @@ include::modules/con_supported-usage-and-versions-of-project-components.adoc[]

ifdef::satellite[]
include::modules/con_supported-usage-of-project-components.adoc[leveloffset=+1]
endif::[]

ifdef::satellite[]
include::modules/con_supported-client-architectures-for-content-management.adoc[leveloffset=+1]
endif::[]

ifdef::satellite[]
include::modules/con_supported-client-architectures-for-host-provisioning.adoc[leveloffset=+1]
endif::[]

ifdef::satellite[]
include::modules/con_supported-client-architectures-for-configuration-management.adoc[leveloffset=+1]

include::modules/con_supported-usage-and-versions-of-project-components-additional-resources.adoc[leveloffset=+1]
endif::[]

ifndef::satellite,orcharhino[]
Expand All @@ -23,7 +19,3 @@ endif::[]
ifndef::satellite[]
include::modules/con_client-operating-systems.adoc[leveloffset=+1]
endif::[]

ifdef::satellite[]
include::modules/con_supported-usage-and-versions-of-project-components-additional-resources.adoc[leveloffset=+1]
endif::[]
2 changes: 0 additions & 2 deletions guides/common/modules/con_client-operating-systems.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ include::snip_supported-client-operating-systems.adoc[]
* OpenSCAP
* OpenSSH
* Puppet
ifndef::satellite[]
* Salt
endif::[]
* Windows Remote Management (WinRM)
* Operating system installers that can perform unattended installations, such as Anaconda or Debian-installer

Expand Down

0 comments on commit 936e468

Please sign in to comment.