Skip to content
Snippets Groups Projects
Unverified Commit 3d2e75cb authored by david22swan's avatar david22swan Committed by GitHub
Browse files

Merge pull request #340 from sanfrancrisko/fix/wget_install_rhel

(maint) Ensure wget install succeeds on RHEL OSs
parents 623aac4b 51871ef2
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