vagrant-saltlab/salt_content/local/salt/acg/users/user.sls

14 lines
276 B
Text
Raw Normal View History

2023-04-20 01:56:42 +00:00
{% from "users/map.jinja" import users with context %}
create_user_jbyers:
user.present:
- name: jbyers
- fullname: John Byers
- shell: /bin/bash
- home: /home/jbyers
- groups:
2023-04-20 01:56:42 +00:00
- {{ users.sudo_group }}
- qa
- require:
- group: qa