diff --git a/README.md b/README.md index 6ee32b70..84234f60 100644 --- a/README.md +++ b/README.md @@ -211,10 +211,15 @@ When specifying the repo source of the fixture you have a few options as to whic puppet_version: '>= 6.0.0' ``` + **Notes:** + + * `ref` and `branch` can be used together to get a specific revision on a specific branch + * Top level `defaults` option could be used to set global options + Using Forge Authorization -============== +----------------- -In order to perform forge operations which required authorization, such as installing premium modules, you can export your forge api key as an environment variable in your terminal. +In order to perform forge operations which require authorization, such as installing premium modules, you can export your forge api key as an environment variable in your terminal. ```bash FORGE_API_KEY='your_api_key' @@ -222,11 +227,6 @@ FORGE_API_KEY='your_api_key' puppetlabs_spec_helper will then automatically append this key to all `puppet module install` requests when running `rake spec_prep`. - **Notes:** - - * `ref` and `branch` can be used together to get a specific revision on a specific branch - * Top level `defaults` option could be used to set global options - Fixtures Examples ----------------- Basic fixtures that will symlink `spec/fixtures/modules/my_modules` to the