Skip to content
This repository has been archived by the owner on Jun 5, 2020. It is now read-only.

Commit

Permalink
Merge pull request #119 from shrug/master
Browse files Browse the repository at this point in the history
(SERVER-1782) SLES-12 mocks updated to SP2 for OpenJDK8 packages
  • Loading branch information
mwaggett committed Apr 19, 2017
2 parents 672c0f7 + 4a4d16a commit 3a86859
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/mock-config.erb
Expand Up @@ -97,7 +97,7 @@ enabled=1
<% if @release == '10' %>
baseurl='http://enterprise.delivery.puppetlabs.net/<%=@dist%>/<%=@release%>/<%=t_arch%>/'
<% elsif @release == '12' %>
baseurl='http://osmirror.delivery.puppetlabs.net/<%=@dist%>-<%=@release%>-<%=t_arch%>/RPMS.os'
baseurl='http://osmirror.delivery.puppetlabs.net/<%=@dist%>-<%=@release%>-sp2-<%=t_arch%>/RPMS.os'
<% else %>
baseurl='http://osmirror.delivery.puppetlabs.net/<%=@dist%>-<%=@release%>-sp1-<%=t_arch%>-latest-<%=t_arch%>/RPMS.os/'
<% end %>
Expand Down

0 comments on commit 3a86859

Please sign in to comment.