[DRE-commits] [librarian-puppet] 52/153: Prefer v3 Puppet Forge API
    Stig Sandbeck Mathisen 
    ssm at debian.org
       
    Wed Jun  1 20:30:40 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 2847bb3fb5efc3cec18cffddac1504b5e55257f3
Author: Matt Bostock <matt at mattbostock.com>
Date:   Sun Sep 7 23:03:51 2014 +0100
    Prefer v3 Puppet Forge API
---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 3d2819d..9e32a1d 100644
--- a/README.md
+++ b/README.md
@@ -55,7 +55,7 @@ as if the Puppetfile contained
 
 ### Example Puppetfile
 
-    forge "https://forge.puppetlabs.com"
+    forge "https://forgeapi.puppetlabs.com"
 
     mod 'puppetlabs-razor'
     mod 'puppetlabs-ntp', "0.0.3"
@@ -77,7 +77,7 @@ When fetching a module all dependencies specified in its
 
 ### Puppetfile Breakdown
 
-    forge "https://forge.puppetlabs.com"
+    forge "https://forgeapi.puppetlabs.com"
 
 This declares that we want to use the official Puppet Labs Forge as our default
 source when pulling down modules.  If you run your own local forge, you may
-- 
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