lib/librarian/puppet/dsl.rb in librarian-puppet-1.3.2 vs lib/librarian/puppet/dsl.rb in librarian-puppet-1.4.0
- old
+ new
@@ -18,10 +18,10 @@
specfile, sources = nil, specfile if specfile.kind_of?(Array) && sources.empty?
if specfile.kind_of?(Pathname) and !File.exists?(specfile)
debug { "Specfile not found, using defaults: #{specfile}" }
specfile = Proc.new do
- forge "https://forgeapi.puppetlabs.com"
+ forge "http://forge.puppetlabs.com"
metadata
end
end
Target.new(self).tap do |target|