Browse Source

Allow uid change

pull/204/head
Irving Leonard 6 years ago
parent
commit
10dd12da57
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      linux/system/user.sls

+ 3
- 0
linux/system/user.sls View File

- uid: {{ user.uid }} - uid: {{ user.uid }}
{%- endif %} {%- endif %}
- require: {{ requires|yaml }} - require: {{ requires|yaml }}
{%- if user.allow_uid_change is defined and user.allow_uid_change %}
- allow_uid_change: true
{%- endif %}


system_user_home_{{ user.home }}: system_user_home_{{ user.home }}:
file.directory: file.directory:

Loading…
Cancel
Save