We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5601974 + b875ece commit e64ab10Copy full SHA for e64ab10
README.md
@@ -26,7 +26,7 @@ This module works on many UNIX/Linux operating systems. It does not support conf
26
27
### Beginning with accounts
28
29
-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:
30
31
~~~puppet
32
node default {
@@ -35,7 +35,7 @@ node default {
35
}
36
~~~
37
38
-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.
39
40
## Usage
41
0 commit comments