2023-05-19 20:49:55 +01:00
|
|
|
# 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
|
|
|
|
|
2024-03-09 16:53:00 +00:00
|
|
|
cryhavocbag:
|
|
|
|
group.present:
|
|
|
|
- gid: 1008
|
|
|
|
user.present:
|
|
|
|
- fullname: 'Cry Havoc Bag'
|
|
|
|
- home: /home/cryhavocbag
|
2024-03-09 17:37:53 +00:00
|
|
|
- shell: /usr/sbin/nologin
|
2024-03-09 16:53:00 +00:00
|
|
|
- uid: 1008
|
|
|
|
- gid: 1008
|
|
|
|
|
2023-05-19 20:49:55 +01:00
|
|
|
email_aliases:
|
|
|
|
file.recurse:
|
|
|
|
- name: /etc
|
|
|
|
- file_mode: '0644'
|
|
|
|
- source: salt://email/aliases
|
|
|
|
|