Pārlūkot izejas kodu

Fix warning in salt v3003

The 'gid_from_name' argument in the user.present state has been replaced
with 'usergroup'. Update your SLS file to get rid of this warning.
pull/223/head
Bruno Binet pirms 3 gadiem
vecāks
revīzija
316ea6c462
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. +1
    -1
      linux/system/user.sls

+ 1
- 1
linux/system/user.sls Parādīt failu

@@ -49,7 +49,7 @@ system_user_{{ name }}:
{%- if user.gid is defined and user.gid %}
- gid: {{ user.gid }}
{%- else %}
- gid_from_name: true
- gid: {{ name }}
{%- endif %}
{%- if user.groups is defined %}
- groups: {{ user.groups }}

Notiek ielāde…
Atcelt
Saglabāt