Skip to content

Commit

Permalink
Merge pull request puppetlabs-toy-chest#40 from stahnma/fix_el_el_typo
Browse files Browse the repository at this point in the history
Update mock configurations to not have duplciate el-el
  • Loading branch information
haus committed Sep 11, 2013
2 parents 31cc2c7 + 28227ad commit 063bd65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion templates/pe-el-mock-config.erb
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ skip_if_unavailable=1
proxy=_none_

<% if @release == '5' -%>
[build-tools-el-<%=@dist%>-<%=@release%>-<%=@arch%>]
[build-tools-<%=@dist%>-<%=@release%>-<%=@arch%>]
name=build-tools-<%=@dist%>-<%=@release%>-<%=@arch%>
enabled=1
baseurl=http://neptune.delivery.puppetlabs.net/build-tools/<%=@dist%>/<%=@release%>/<%=@arch%>/
Expand Down
2 changes: 1 addition & 1 deletion templates/pe-legacy-el-mock-config.erb
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ baseurl=http://neptune.delivery.puppetlabs.net/<%=@pe_ver%>/repos/<%=@dist%>-<%=
skip_if_unavailable=1
proxy=_none_

[build-tools-el-<%=@dist%>-<%=@release%>-<%=@arch%>]
[build-tools-<%=@dist%>-<%=@release%>-<%=@arch%>]
name=build-tools-<%=@dist%>-<%=@release%>-<%=@arch%>
enabled=1
baseurl=http://neptune.delivery.puppetlabs.net/build-tools/<%=@dist%>/<%=@release%>/<%=@arch%>/
Expand Down

0 comments on commit 063bd65

Please sign in to comment.