Remove the quotes from the origin line. This doesn't matter on Ubuntu Precise with...
authorMatt Callaway <mcallawa@genome.wustl.edu>
Fri, 31 Jan 2014 21:56:28 +0000 (15:56 -0600)
committerHunter Haugen <hunter@puppetlabs.com>
Tue, 25 Feb 2014 17:43:47 +0000 (09:43 -0800)
(cherry picked from commit 3922a1bdf505947bd2425378035f0edaffc385e6)

templates/pin.pref.erb

index 62c44c72414b41551ad8334c468ec70ba8ccc80f..eed0c10db67facf87d9f7a8d3ab6163bd7d39e6a 100644 (file)
@@ -12,7 +12,7 @@ if @pin_release.length > 0
 elsif @version.length > 0
   @pin = "version #{@version}"
 elsif @origin.length > 0
-  @pin = "origin \"#{@origin}\""
+  @pin = "origin #{@origin}"
 end
 -%>
 # <%= @name %>