Skip to content

Commit

Permalink
Merge pull request #475 from puppetlabs/maint-readme_fixes
Browse files Browse the repository at this point in the history
(maint) - Small readme fix
  • Loading branch information
LukasAud authored Sep 18, 2024
2 parents da0cabf + 18c9d71 commit fa2ed4f
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 fa2ed4f

Please sign in to comment.