Преглед на файлове

Create a system usergroup if user is a system user

If the user to be created is a system user, it makes no sense to create
him a primary group which is not a system group too.
tags/v0.45.0
Raphaël Hertzog преди 8 години
родител
ревизия
cf122d1bd6
променени са 1 файла, в които са добавени 3 реда и са изтрити 0 реда
  1. +3
    -0
      users/init.sls

+ 3
- 0
users/init.sls Целия файл

@@ -73,6 +73,9 @@ users_{{ name }}_user:
{%- elif 'uid' in user %}
- gid: {{ user['uid'] }}
{%- endif %}
{% if 'system' in user and user['system'] %}
- system: True
{% endif %}
user.present:
- name: {{ name }}
- home: {{ home }}

Loading…
Отказ
Запис