[DRE-commits] [librarian-puppet] 53/153: Clarify v3 API is used by default for Puppet Forge

Stig Sandbeck Mathisen ssm at debian.org
Wed Jun 1 20:30:41 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 b1181ed6112712343778529a1726750c6bbaf5be
Author: Matt Bostock <matt at mattbostock.com>
Date:   Sun Sep 7 23:04:10 2014 +0100

    Clarify v3 API is used by default for Puppet Forge
---
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 9e32a1d..b4df856 100644
--- a/README.md
+++ b/README.md
@@ -167,10 +167,10 @@ source specified.  This command writes the complete resolution into
 Librarian-puppet support both v1 and v3 of the Puppet Forge API.
 Specify a specific API version when installing modules:
 
-    $ librarian-puppet install --use-v1-api # this is default
-    $ librarian-puppet install --no-use-v1-api # use the v3 API
+    $ librarian-puppet install --use-v1-api # this is default; ignored for official Puppet Forge
+    $ librarian-puppet install --no-use-v1-api # use the v3 API; default for official Puppet Forge
 
-Please note that this does not apply for the official Puppet Forge where v3 is used by default.
+Please note that this does not apply for the official Puppet Forge, where v3 is used by default.
 
 Get an overview of your `Puppetfile.lock` with:
 

-- 
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