You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-7
Original file line number
Diff line number
Diff line change
@@ -211,22 +211,22 @@ When specifying the repo source of the fixture you have a few options as to whic
211
211
puppet_version: '>= 6.0.0'
212
212
```
213
213
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
+
214
219
Using Forge Authorization
215
-
==============
220
+
-----------------
216
221
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.
218
223
219
224
```bash
220
225
FORGE_API_KEY='your_api_key'
221
226
```
222
227
223
228
puppetlabs_spec_helper will then automatically append this key to all `puppet module install` requests when running `rake spec_prep`.
224
229
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
-
230
230
Fixtures Examples
231
231
-----------------
232
232
Basic fixtures that will symlink `spec/fixtures/modules/my_modules` to the
0 commit comments