Sfoglia il codice sorgente

Merge pull request #3 from duk3luk3/master

Fixed user default shell source
lookup-fix-3
David Boucha 11 anni fa
parent
commit
6b1d798302
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      users/init.sls

+ 1
- 1
users/init.sls Vedi File

@@ -28,7 +28,7 @@ include:
user.present:
- name: {{ name }}
- home: {{ home }}
- shell: {{ pillar.get('shell', '/bin/bash') }}
- shell: {{ user.get('shell', '/bin/bash') }}
{% if 'uid' in user -%}
- uid: {{ user['uid'] }}
{% endif %}

Loading…
Annulla
Salva