Small typo and grammar correction in modules doc
This commit is contained in:
parent
d512c2e310
commit
176f1a4d6a
1 changed files with 2 additions and 2 deletions
|
@ -105,7 +105,7 @@ The core boxen module provides [a number of variables to use](https://github.com
|
||||||
In addition to these, you may always assume the presence of a `boxen_user` fact,
|
In addition to these, you may always assume the presence of a `boxen_user` fact,
|
||||||
which is the local user running Boxen.
|
which is the local user running Boxen.
|
||||||
|
|
||||||
Other modules may provider their own globally available variables.
|
Other modules may provide their own globally available variables.
|
||||||
The recommendation is to put any variables that might be consumed by
|
The recommendation is to put any variables that might be consumed by
|
||||||
multiple classes/manifests should be in a scoped config class
|
multiple classes/manifests in a scoped config class
|
||||||
(e.g. `modules/boxen/manifests/config.pp`).
|
(e.g. `modules/boxen/manifests/config.pp`).
|
||||||
|
|
Loading…
Reference in a new issue