Skip to content

Commit

Permalink
Enable Ruby 2.7 to install Hammer for orcharhino
Browse files Browse the repository at this point in the history
Installing Hammer CLI on an EL 8 hosts that is not orcharhino Server or
orcharhino Proxy Server requires the "ruby:2.7" DNF module to be enabled.
  • Loading branch information
maximiliankolb committed Oct 17, 2024
1 parent 087c2d0 commit ace4d12
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions guides/doc-Hammer_CLI/master.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,16 @@ include::common/modules/con_hammer-compared-to-project-api.adoc[leveloffset=+2]

include::common/modules/proc_getting-help.adoc[leveloffset=+2]

ifdef::orcharhino[]
// works for orcharhino with Foreman 3.11 on EL8
:parent-dnf-module-utils: {dnf-module-utils}
:dnf-module-utils: ruby:2.7
endif::[]
include::common/modules/proc_installing-standalone-hammer.adoc[leveloffset=+1]
ifdef::orcharhino[]
:dnf-module-utils: {parent-dnf-module-utils}
:!parent-dnf-module-utils:
endif::[]

include::common/modules/con_hammer-authentication.adoc[leveloffset=+1]

Expand Down

0 comments on commit ace4d12

Please sign in to comment.