Skip to content

Commit e64ab10

Browse files
authored
Merge pull request #463 from natemccurdy/fix_readme
docs: Fix "beginning with accounts" terminology in the README
2 parents 5601974 + b875ece commit e64ab10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ This module works on many UNIX/Linux operating systems. It does not support conf
2626

2727
### Beginning with accounts
2828

29-
Declare the `accounts` class in a Puppet-managed node's manifest:
29+
Declare the `accounts::user` defined type for each local user you want to manage:
3030

3131
~~~puppet
3232
node default {
@@ -35,7 +35,7 @@ node default {
3535
}
3636
~~~
3737

38-
The above example creates accounts, home directories, and groups for Dan and Morgan.
38+
The above example creates accounts, home directories, and groups for `dan` and `morgan` in the default node group.
3939

4040
## Usage
4141

0 commit comments

Comments
 (0)