Browse Source

not more need for homedir, if not needed

master
Arthur 7 years ago
parent
commit
e486032283
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      users/init.sls

+ 2
- 0
users/init.sls View File

{% endif %} {% endif %}
user.present: user.present:
- name: {{ name }} - name: {{ name }}
{% if user.get('createhome', True) -%}
- home: {{ home }} - home: {{ home }}
{% endif -%}
- shell: {{ user.get('shell', current.get('shell', users.get('shell', '/bin/bash'))) }} - shell: {{ user.get('shell', current.get('shell', users.get('shell', '/bin/bash'))) }}
{% if 'uid' in user -%} {% if 'uid' in user -%}
- uid: {{ user['uid'] }} - uid: {{ user['uid'] }}

Loading…
Cancel
Save