26 lines
398 B
Plaintext
26 lines
398 B
Plaintext
deploy:
|
|
user.present:
|
|
- shell: /bin/bash
|
|
- home: /home/deploy
|
|
- fullname: Deploy
|
|
|
|
scragg:
|
|
user.present:
|
|
- fullname: Matthew Scragg
|
|
- shell: /bin/bash
|
|
- home: /home/scragg
|
|
|
|
sudo:
|
|
pkg:
|
|
- installed
|
|
|
|
/etc/sudoes.d/mysudoers:
|
|
file:
|
|
- managed
|
|
- source: salt://users/mysudoers
|
|
- mode: 440
|
|
- user: root
|
|
- group: root
|
|
- require:
|
|
- pkg: sudo
|