Commit 90f515f
committed
docs: Fix "beginning with accounts" terminology in the README
Prior to this, the very first example of how to use this module used the
wrong terminology and had an incorrect explanation of what the example
was doing.
1) `accounts::user` is a defined type; it's not a class.
2) The users being created are not `Dan` and `Morgan`; they are `dan`
and `morgan`
3) I tried to clarify that the `accounts::user` define doesn't have to
be used in a Puppet-managed node's manifest, just that the example
being shown chose to put it there.1 parent 219493d commit 90f515f
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
0 commit comments