Last active
August 29, 2015 14:01
-
-
Save jab416171/580c514a06a5e2d9c05f to your computer and use it in GitHub Desktop.
sls file for adding a user
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
myuser: | |
user: | |
- present | |
- uid: 1234 | |
- gid: 1234 | |
- remove_groups: False | |
- password: $6$asdfasdfasdfasdfasdfasdfasdfasdfasdfasdf | |
- shell: /bin/bash | |
- home: /home/myuser | |
- require: | |
- group: myuser | |
myuser: | |
- present | |
- gid: 1234 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment