Update
This commit is contained in:
parent
12cb2d267e
commit
4256c987fd
|
@ -130,6 +130,10 @@ units:
|
||||||
action: "disable"
|
action: "disable"
|
||||||
mandatory: false
|
mandatory: false
|
||||||
|
|
||||||
|
- name: "AmneziaVPN"
|
||||||
|
action: "enable"
|
||||||
|
mandatory: false
|
||||||
|
|
||||||
- name: "ntpd"
|
- name: "ntpd"
|
||||||
action: "disable"
|
action: "disable"
|
||||||
mandatory: false
|
mandatory: false
|
||||||
|
|
|
@ -25,7 +25,7 @@ defaultGroups:
|
||||||
|
|
||||||
autologinGroup: autologin
|
autologinGroup: autologin
|
||||||
|
|
||||||
doAutologin: true
|
doAutologin: false
|
||||||
|
|
||||||
sudoersGroup: wheel
|
sudoersGroup: wheel
|
||||||
|
|
||||||
|
@ -34,8 +34,9 @@ setRootPassword: true
|
||||||
doReusePassword: true
|
doReusePassword: true
|
||||||
|
|
||||||
passwordRequirements:
|
passwordRequirements:
|
||||||
minLength: -1
|
nonempty: true
|
||||||
maxLength: -1
|
minLength: -1 # Password at least this many characters
|
||||||
|
maxLength: -1 # Password at most this many characters
|
||||||
libpwquality:
|
libpwquality:
|
||||||
- minlen=0
|
- minlen=0
|
||||||
- minclass=0
|
- minclass=0
|
||||||
|
|
Loading…
Reference in New Issue