From 18c9d71f7e0b79fb9365788989acde0b712279c8 Mon Sep 17 00:00:00 2001 From: jordanbreen28 Date: Wed, 18 Sep 2024 09:07:37 +0100 Subject: [PATCH] (maint) - Small readme fix --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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