mirror of
https://github.com/saltstack-formulas/users-formula.git
synced 2026-09-23 11:16:16 +02:00
Enable/disable bashrc/vimrc per user
Made both states configurable per user in pillar data Had to drop extend, for this otherwise the extend would be empty if manage is False
This commit is contained in:
@@ -9,6 +9,8 @@ users:
|
||||
password: $6$w.............
|
||||
home: /custom/buser
|
||||
createhome: True
|
||||
manage_vimrc: False
|
||||
manage_bashrc: False
|
||||
expire: 16426
|
||||
sudouser: True
|
||||
sudo_rules:
|
||||
|
||||
Reference in New Issue
Block a user