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

Commit

Permalink
(maint) Make sure baseurl is specified correctly
Browse files Browse the repository at this point in the history
Prior to this change, the new line after the baseurl was being removed,
resulting in the comment being placed on the same line as the baseurl.
This breaks things. This adds in the line between the baseurl and the
comment, which should fix out template.
  • Loading branch information
melissa committed Sep 8, 2014
1 parent 77da220 commit 9a2378d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/mock-config.erb
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ proxy=<%=@proxy%>
# Build Tools Repo
[<%=@dist%>-<%=@release%>-<%=@arch%>-build-tools]
name=<%=@dist%>-<%=@release%>-<%=@arch%>-build-tools
baseurl=http://pl-build-tools.delivery.puppetlabs.net/yum/<%=@dist-%>/<%=@release-%>/<%=@arch-%>
baseurl=http://pl-build-tools.delivery.puppetlabs.net/yum/<%=@dist%>/<%=@release%>/<%=@arch%>
# Note: skip_if_unavailable probably won't do what you want: https://bugzilla.redhat.com/show_bug.cgi?id=842031
skip_if_unavailable=True
proxy=_none_
Expand Down

0 comments on commit 9a2378d

Please sign in to comment.