MythicSalt/states/email/mailboxes.sls

52 lines
929 B
Plaintext

# Mailboxes that need to exist, and supporting files.
heather:
group.present:
- gid: 1001
user.present:
- fullname: 'Heather James'
- home: /home/heather
- shell: /bin/bash
- uid: 1001
- gid: 1001
alex:
group.present:
- gid: 1002
user.present:
- fullname: 'Alexandra Hague'
- home: /home/alex
- shell: /bin/bash
- uid: 1002
- gid: 1002
chrissy:
group.present:
- gid: 1003
user.present:
- fullname: 'Christina Hague'
- home: /home/chrissy
- shell: /bin/bash
- uid: 1003
- gid: 1003
hannah:
group.present:
- gid: 1007
user.present:
- fullname: 'Hannah Farncombe'
- home: /home/hannah
- shell: /bin/bash
- uid: 1005
- gid: 1007
cryhavocbag:
group.present:
- gid: 1008
user.present:
- fullname: 'Cry Havoc Bag'
- home: /home/cryhavocbag
- shell: /usr/sbin/nologin
- uid: 1008
- gid: 1008