-
Notifications
You must be signed in to change notification settings - Fork 104
Reword following command #4310
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Lennonka
merged 1 commit into
theforeman:master
from
ATIX-AG:fix_3672_following_command_part_3
Sep 30, 2025
Merged
Reword following command #4310
Lennonka
merged 1 commit into
theforeman:master
from
ATIX-AG:fix_3672_following_command_part_3
Sep 30, 2025
Conversation
This file contains hidden or 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
maximiliankolb
commented
Sep 26, 2025
guides/common/modules/proc_adding-a-host-to-a-host-collection.adoc
Outdated
Show resolved
Hide resolved
guides/common/modules/proc_adding-kvm-details-to-a-compute-profile.adoc
Outdated
Show resolved
Hide resolved
guides/common/modules/proc_assigning-a-puppet-class-to-an-individual-host.adoc
Outdated
Show resolved
Hide resolved
guides/common/modules/proc_configuring-kerberos-authentication-for-remote-execution.adoc
Outdated
Show resolved
Hide resolved
$ fd -e adoc . guides/common/modules | sort -u | grep -v "guides/common/modules/con_managing-ostree-content.adoc" | rg -v "guides/common/modules/proc_changing-the-method-the-bootstrap-script-uses-to-download-the-consumer-rpm.adoc" | rg -v "guides/common/modules/proc_registering-hosts-by-using-the-bootstrap-script.adoc" | rg -v "guides/common/modules/proc_creating-custom-rhel-images.adoc" | rg -v "guides/common/modules/proc_enabling-remote-execution-on-the-host.adoc" | rg -v "guides/common/modules/proc_registering-clients-using-the-bootstrap-script.adoc" | rg -v "guides/common/modules/proc_enabling-power-management-on-hosts.adoc" | rg -v "guides/common/modules/proc_providing-an-alternative-fqdn-for-the-host.adoc" | rg -v "guides/common/modules/con_managing-ostree-content.adoc" | xargs rg "following command" This patch is the third part. Extends PR theforeman#4283 Extends PR theforeman#4292 Fixes theforeman#3672
2ea7d6f
to
3296285
Compare
Lennonka
approved these changes
Sep 29, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Lennonka
pushed a commit
that referenced
this pull request
Sep 30, 2025
$ fd -e adoc . guides/common/modules | sort -u | grep -v "guides/common/modules/con_managing-ostree-content.adoc" | rg -v "guides/common/modules/proc_changing-the-method-the-bootstrap-script-uses-to-download-the-consumer-rpm.adoc" | rg -v "guides/common/modules/proc_registering-hosts-by-using-the-bootstrap-script.adoc" | rg -v "guides/common/modules/proc_creating-custom-rhel-images.adoc" | rg -v "guides/common/modules/proc_enabling-remote-execution-on-the-host.adoc" | rg -v "guides/common/modules/proc_registering-clients-using-the-bootstrap-script.adoc" | rg -v "guides/common/modules/proc_enabling-power-management-on-hosts.adoc" | rg -v "guides/common/modules/proc_providing-an-alternative-fqdn-for-the-host.adoc" | rg -v "guides/common/modules/con_managing-ostree-content.adoc" | xargs rg "following command" This patch is the third part. Extends PR #4283 Extends PR #4292 Fixes #3672
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What changes are you introducing?
Reword "following command"; see issue/other PRs.
Why are you introducing these changes? (Explanation, links to references, issues, etc.)
Fixes #3672
Anything else to add? (Considerations, potential downsides, alternative solutions you have explored, etc.)
This patch is the third part.
Extends PR #4283
Extends PR #4292
Contributor checklists
Please cherry-pick my commits into: