diff --git a/README.md b/README.md index b7c1f95..657b1f8 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ This module works on many UNIX/Linux operating systems. It does not support conf ### Beginning with accounts -Declare the `accounts` class in a Puppet-managed node's manifest: +Declare the `accounts::user` defined type for each local user you want to manage: ~~~puppet node default { @@ -34,7 +34,7 @@ node default { } ~~~ -The above example creates accounts, home directories, and groups for Dan and Morgan. +The above example creates accounts, home directories, and groups for `dan` and `morgan` in the default node group. ## Usage