Skip to content

Commit fa2ed4f

Browse files
authored
Merge pull request #475 from puppetlabs/maint-readme_fixes
(maint) - Small readme fix
2 parents da0cabf + 18c9d71 commit fa2ed4f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Diff for: README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -211,22 +211,22 @@ When specifying the repo source of the fixture you have a few options as to whic
211211
puppet_version: '>= 6.0.0'
212212
```
213213

214+
**Notes:**
215+
216+
* `ref` and `branch` can be used together to get a specific revision on a specific branch
217+
* Top level `defaults` option could be used to set global options
218+
214219
Using Forge Authorization
215-
==============
220+
-----------------
216221

217-
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.
222+
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.
218223

219224
```bash
220225
FORGE_API_KEY='your_api_key'
221226
```
222227

223228
puppetlabs_spec_helper will then automatically append this key to all `puppet module install` requests when running `rake spec_prep`.
224229

225-
**Notes:**
226-
227-
* `ref` and `branch` can be used together to get a specific revision on a specific branch
228-
* Top level `defaults` option could be used to set global options
229-
230230
Fixtures Examples
231231
-----------------
232232
Basic fixtures that will symlink `spec/fixtures/modules/my_modules` to the

0 commit comments

Comments
 (0)