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

Adding support for the enforce_password option.

This will allow users change their passwords after the initial setting in Salt.
lookup-fix-3
Seth Miller преди 9 години
родител
ревизия
7dca1ebfd2
променени са 2 файла, в които са добавени 4 реда и са изтрити 0 реда
  1. +1
    -0
      pillar.example
  2. +3
    -0
      users/init.sls

+ 1
- 0
pillar.example Целия файл

@@ -7,6 +7,7 @@ users:
buser:
fullname: B User
password: $6$w.............
enforce_password: True
home: /custom/buser
createhome: True
manage_vimrc: False

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

@@ -72,6 +72,9 @@ users_{{ name }}_user:
{% if 'password' in user -%}
- password: '{{ user['password'] }}'
{% endif -%}
{% if 'enforce_password' in user -%}
- enforce_password: '{{ user['enforce_password'] }}'
{% endif -%}
{% if user.get('system', False) -%}
- system: True
{% endif -%}

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