README.md in librarian-puppet-2.1.0 vs README.md in librarian-puppet-2.1.1

- old
+ new

@@ -86,10 +86,14 @@ 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 want to change this. + metadata + +Download all the dependencies listed in your `metadata.json` or `Modulefile` from the Puppet Forge. + mod 'puppetlabs-razor' Pull in the latest version of the Puppet Labs Razor module from the default source. @@ -257,10 +261,10 @@ `part-one.part-two`, set the environment variable `LIBRARIAN_PUPPET_PART_ONE__PART_TWO`. Configuration affects how various commands operate. -* The `path` config sets the cookbooks directory to install to. If a relative +* The `path` config sets the directory to install to. If a relative path, it is relative to the directory containing the `Puppetfile`. The equivalent environment variable is `LIBRARIAN_PUPPET_PATH`. * The `tmp` config sets the cache directory for librarian. If a relative path, it is relative to the directory containing the `Puppetfile`. The