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:
maschinetheist
2015-09-12 16:22:42 -05:00
parent 3d2a32432f
commit f087f165f3
2 changed files with 12 additions and 0 deletions
+3
View File
@@ -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