瀏覽代碼

Add ability to create system users.

tags/v0.45.0
René Jochum 9 年之前
父節點
當前提交
c1b383d78b
共有 1 個檔案被更改,包括 3 行新增1 行删除
  1. +3
    -1
      users/init.sls

+ 3
- 1
users/init.sls 查看文件

@@ -72,6 +72,9 @@ include:
{% if 'password' in user -%}
- password: '{{ user['password'] }}'
{% endif -%}
{% if user.get('system', False) -%}
- system: True
{% endif -%}
{% if 'prime_group' in user and 'gid' in user['prime_group'] -%}
- gid: {{ user['prime_group']['gid'] }}
{% else -%}
@@ -252,4 +255,3 @@ googleauth-{{ svc }}-{{ name }}:
{{ group }}:
group.absent
{% endfor %}


Loading…
取消
儲存