Sfoglia il codice sorgente

Merge pull request #183 from philpep/fix-copying-etc-skel

Fix default behavior of copying /etc/skel when creating home directory
master
Niels Abspoel 6 anni fa
parent
commit
9f6fc4f4b9
Nessun account collegato all'indirizzo email del committer
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      users/init.sls

+ 1
- 1
users/init.sls Vedi File

@@ -64,7 +64,7 @@ users_{{ name }}_{{ group }}_group:
{% if user.get('createhome', True) %}
users_{{ name }}_user_prereq:
file.directory:
- name: {{ home }}
- name: {{ salt['file.dirname'](home) }}
- makedirs: True
- prereq:
- user: users_{{ name }}_user

Loading…
Annulla
Salva