Skip to content
Snippets Groups Projects
Commit 51871ef2 authored by Ciaran McCrisken's avatar Ciaran McCrisken
Browse files

(maint) Ensure wget install succeeds on RHEL OSs

parent 623aac4b
No related branches found
No related tags found
No related merge requests found
...@@ -124,7 +124,7 @@ jobs: ...@@ -124,7 +124,7 @@ jobs:
before_script: before_script:
- "bundle exec rake 'litmus:provision_list[<%=platform%>]'" - "bundle exec rake 'litmus:provision_list[<%=platform%>]'"
<% if @configs['litmus']['install_wget']-%> <% if @configs['litmus']['install_wget']-%>
- "bundle exec bolt command run 'apt-get install wget -y' --inventoryfile inventory.yaml --targets='localhost*'" - "bundle exec bolt command run 'apt-get install wget -y || yum install wget -y' --inventoryfile inventory.yaml --targets='localhost*'"
<% end-%> <% end-%>
- "bundle exec rake 'litmus:install_agent[<%=puppet_version%>]'" - "bundle exec rake 'litmus:install_agent[<%=puppet_version%>]'"
- "bundle exec rake litmus:install_module" - "bundle exec rake litmus:install_module"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment