ReleaseEngineering/PuppetAgain/Modules/users: Difference between revisions
< ReleaseEngineering | PuppetAgain | Modules
Jump to navigation
Jump to search
(Created page with "This module handles login accounts on the system. It has two classes that can be included. These are generally included high in the [[ReleaseEngineering/Puppet/Modules/toplevel...") |
No edit summary |
||
| Line 5: | Line 5: | ||
= users::builder = | = users::builder = | ||
Installs the builder user (cltbld for releng, although this can be adjusted in <tt>manifests/settings.pp</tt>. | Installs the builder user (cltbld for releng, although this can be adjusted in <tt>manifests/settings.pp</tt>). | ||
Revision as of 21:45, 6 March 2012
This module handles login accounts on the system. It has two classes that can be included. These are generally included high in the toplevel hierarchy.
users::root
This sets up the root user (or, on Windows, Administrator).
users::builder
Installs the builder user (cltbld for releng, although this can be adjusted in manifests/settings.pp).