Install build-essential to build pfixtools
[vagrant-mail.git] / test-vagrant-salt / salt / testvm / users.sls
CommitLineData
cbf0e0a2
NI
1# Fake admin user account with a .forward file
2x2042blah:
3 user.present:
4 - fullname: Blah
5 - gid: 100
6 - shell: /bin/sh
7 - createhome: true
99a32f90 8 - home: /home/x2042blah
cbf0e0a2
NI
9 - groups:
10 - adm
11
cbf0e0a2
NI
12/home/x2042blah/.forward:
13 file.managed:
14 - user: x2042blah
15 - group: users
16 - contents: x2042blah-forwarded@hruid.polytechnique.org
99a32f90 17 - require:
cbf0e0a2 18 - user: x2042blah
99a32f90
PAD
19
20# Builder account for salt
21builder:
22 user.present:
23 - fullname: Builder
24 - gid: 100
25 - shell: /usr/sbin/nologin
26 - createhome: true
27 - home: /usr/src/builder