From 2847bb3fb5efc3cec18cffddac1504b5e55257f3 Mon Sep 17 00:00:00 2001 From: Matt Bostock Date: Sun, 7 Sep 2014 23:03:51 +0100 Subject: [PATCH 1/2] Prefer v3 Puppet Forge API --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3d2819d2..9e32a1dd 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 From b1181ed6112712343778529a1726750c6bbaf5be Mon Sep 17 00:00:00 2001 From: Matt Bostock Date: Sun, 7 Sep 2014 23:04:10 +0100 Subject: [PATCH 2/2] 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 9e32a1dd..b4df8567 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: