# Fake admin user account with a .forward file x2042blah: user.present: - fullname: Blah - gid: 100 - shell: /bin/sh - createhome: true - home: /home/x2042blah - groups: - adm /home/x2042blah/.forward: file.managed: - user: x2042blah - group: users - contents: x2042blah-forwarded@hruid.polytechnique.org - require: - user: x2042blah # Builder account for salt builder: user.present: - fullname: Builder - gid: 100 - shell: /usr/sbin/nologin - createhome: true - home: /usr/src/builder