Sfoglia il codice sorgente

Fix issue with bash binary location in FreeBSD

lookup-fix-3
nike38rus 10 anni fa
parent
commit
2cdb73927f
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      users/init.sls

+ 1
- 1
users/init.sls Vedi File

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

Loading…
Annulla
Salva