Add missing keys in pillar.example (found in init.sls)
This commit is contained in:
parent
984317fca1
commit
4b840e646c
@ -11,7 +11,9 @@ users:
|
|||||||
# WARNING: If 'empty_password' is set to True, the 'password' statement
|
# WARNING: If 'empty_password' is set to True, the 'password' statement
|
||||||
# will be ignored by enabling password-less login for the user.
|
# will be ignored by enabling password-less login for the user.
|
||||||
empty_password: False
|
empty_password: False
|
||||||
|
system: False
|
||||||
home: /custom/buser
|
home: /custom/buser
|
||||||
|
user_dir_mode: 750
|
||||||
createhome: True
|
createhome: True
|
||||||
roomnumber: "A-1"
|
roomnumber: "A-1"
|
||||||
workphone: "(555) 555-5555"
|
workphone: "(555) 555-5555"
|
||||||
@ -34,6 +36,7 @@ users:
|
|||||||
sudo_defaults:
|
sudo_defaults:
|
||||||
- '!requiretty'
|
- '!requiretty'
|
||||||
shell: /bin/bash
|
shell: /bin/bash
|
||||||
|
remove_groups: False
|
||||||
prime_group:
|
prime_group:
|
||||||
name: primarygroup
|
name: primarygroup
|
||||||
gid: 500
|
gid: 500
|
||||||
|
Loading…
Reference in New Issue
Block a user