Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information