Explorar el Código

Merge pull request #45 from nike38rus/master

Fix issue with bash binary location in FreeBSD
tags/v0.45.0
Seth House hace 10 años
padre
commit
b77b198edf
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      users/init.sls

+ 1
- 1
users/init.sls Ver fichero

@@ -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 -%}

Cargando…
Cancelar
Guardar