mirror of
https://github.com/saltstack-formulas/users-formula.git
synced 2026-09-23 06:58:32 +02:00
Add support for setting user expire
This commit is contained in:
+2
-1
@@ -9,8 +9,9 @@ users:
|
||||
password: $6$w.............
|
||||
home: /custom/buser
|
||||
createhome: True
|
||||
expire: 16426
|
||||
sudouser: True
|
||||
sudo_rules:
|
||||
sudo_rules:
|
||||
- ALL=(root) /usr/bin/find
|
||||
- ALL=(otheruser) /usr/bin/script.sh
|
||||
shell: /bin/bash
|
||||
|
||||
Reference in New Issue
Block a user