Skip to content

Commit

Permalink
(maint) - Small readme fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanbreen28 committed Sep 18, 2024
1 parent da0cabf commit 18c9d71
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,22 +211,22 @@ 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'
```

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

0 comments on commit 18c9d71

Please sign in to comment.