2017-08-09 16:59:14 +02:00
|
|
|
# Configuration for the one-user-system user module.
|
|
|
|
#
|
|
|
|
# Besides these settings, the user module also places the following
|
|
|
|
# keys into the globalconfig area, based on user input in the view step.
|
|
|
|
#
|
|
|
|
# - hostname
|
|
|
|
# - username
|
|
|
|
# - password (obscured)
|
|
|
|
# - autologinUser (if enabled, set to username)
|
|
|
|
#
|
|
|
|
# These globalconfig keys are set when the jobs for this module
|
|
|
|
# are created.
|
2014-10-08 15:02:27 +02:00
|
|
|
---
|
|
|
|
defaultGroups:
|
2015-11-17 21:55:50 +01:00
|
|
|
- users
|
2014-10-08 15:02:27 +02:00
|
|
|
- lp
|
|
|
|
- video
|
|
|
|
- network
|
|
|
|
- storage
|
|
|
|
- wheel
|
|
|
|
- audio
|
2015-06-11 04:02:06 +02:00
|
|
|
autologinGroup: autologin
|
2015-08-19 12:51:40 +02:00
|
|
|
doAutologin: true
|
2017-02-02 18:20:12 +01:00
|
|
|
|
|
|
|
# remove the following line to avoid creating /etc/sudoers.d/10-installer
|
2015-06-11 04:02:06 +02:00
|
|
|
sudoersGroup: wheel
|
2017-02-02 18:20:12 +01:00
|
|
|
|
2015-06-11 04:02:06 +02:00
|
|
|
setRootPassword: true
|
2015-11-09 01:53:11 +01:00
|
|
|
doReusePassword: true
|