forked from theforeman/foreman-documentation
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Redefine oscap prerequisite for upstream (theforeman#3159)
- Loading branch information
Showing
6 changed files
with
28 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
24 changes: 24 additions & 0 deletions
24
guides/common/modules/snip_prerequisite-repositories-with-oscap.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
ifdef::foreman-el,foreman-deb[] | ||
* Ensure that a repository that provides the `openscap-scanner` package and its dependencies is enabled on the host. | ||
endif::[] | ||
ifndef::foreman-el,foreman-deb[] | ||
* Repositories for the operating system version of the host are synchronized on {ProjectServer} and enabled on the host. | ||
ifdef::client-content-dnf[] | ||
ifndef::satellite[] | ||
For example, for {EL} you might require: | ||
endif::[] | ||
** {EL} 9 BaseOS and Appstream RPMs repositories | ||
** {EL} 8 BaseOS and Appstream RPMs repositories | ||
** {EL} 7 Server and Extras RPMs repositories | ||
endif::[] | ||
endif::[] | ||
ifndef::client-content-dnf[] | ||
You might require: | ||
** For Ubuntu 24.04 "Noble": Suite `noble` and components `main universe` | ||
** For Debian 12 "Bookworm": Suite `bookworm` and component `main` | ||
endif::[] | ||
ifndef::satellite[] | ||
|
||
+ | ||
You need repositories that provide the `openscap-scanner` package and its dependencies. | ||
endif::[] |
6 changes: 0 additions & 6 deletions
6
guides/common/modules/snip_prerequisite-rhel-repositories.adoc
This file was deleted.
Oops, something went wrong.