mirror of
https://github.com/saltstack-formulas/users-formula.git
synced 2026-09-22 11:54:15 +02:00
Added ability to specify room number, home phone, and work phone as per https://docs.saltstack.com/en/develop/ref/states/all/salt.states.user.html
This commit is contained in:
@@ -10,6 +10,9 @@ users:
|
||||
enforce_password: True
|
||||
home: /custom/buser
|
||||
createhome: True
|
||||
roomnumber: "A-1"
|
||||
workphone: "(555) 555-5555"
|
||||
homephone: "(555) 555-5551"
|
||||
manage_vimrc: False
|
||||
manage_bashrc: False
|
||||
manage_profile: False
|
||||
|
||||
Reference in New Issue
Block a user