[DRE-commits] [librarian-puppet] 13/153: warn when changing puppet forge API URL

Stig Sandbeck Mathisen ssm at debian.org
Wed Jun 1 20:30:33 UTC 2016


This is an automated email from the git hooks/post-receive script.

ssm pushed a commit to branch master
in repository librarian-puppet.

commit 7b1e72b83277fda2e137fdbb6cdef64cb45cd893
Author: joshbronson <josh at infochimps.com>
Date:   Mon Jun 23 15:45:12 2014 -0500

    warn when changing puppet forge API URL
    
    moving this from a debug-level to a warn-level message.
---
 lib/librarian/puppet/source/forge.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/librarian/puppet/source/forge.rb b/lib/librarian/puppet/source/forge.rb
index b432700..419131f 100644
--- a/lib/librarian/puppet/source/forge.rb
+++ b/lib/librarian/puppet/source/forge.rb
@@ -55,7 +55,7 @@ module Librarian
 
           if uri =~ %r{^http(s)?://forge\.puppetlabs\.com}
             uri = "https://forgeapi.puppetlabs.com"
-            debug { "Replacing Puppet Forge API URL to use v3 #{uri}. You should update your Puppetfile" }
+            warn { "Replacing Puppet Forge API URL to use v3 #{uri}. You should update your Puppetfile" }
           end
 
           @uri = URI::parse(uri)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/librarian-puppet.git



More information about the Pkg-ruby-extras-commits mailing list