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 #98 from shrug/maint/3.7.x/sles12
Browse files Browse the repository at this point in the history
(re-3499) Update to lay down sles 12 final mocks
  • Loading branch information
MosesMendoza committed Nov 19, 2014
2 parents 7b4ab17 + 7cc835e commit f75ec66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/pe-sles-mock-config.erb
Expand Up @@ -42,7 +42,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/sles12beta-<%=t_arch%>/RPMS.os'
baseurl='http://osmirror.delivery.puppetlabs.net/<%=@dist%>-<%=@release%>-<%=t_arch%>/RPMS.os'
<% else %>
baseurl='http://osmirror.delivery.puppetlabs.net/<%=@dist%>-<%=@release%>-<%=@sp%>-<%=t_arch%>-latest-<%=t_arch%>/RPMS.os/'
<% end %>
Expand Down

0 comments on commit f75ec66

Please sign in to comment.