Procházet zdrojové kódy

Fix issue with bash binary location in FreeBSD

tags/v0.45.0
nike38rus před 10 roky
rodič
revize
2cdb73927f
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      users/init.sls

+ 1
- 1
users/init.sls Zobrazit soubor

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

Načítá se…
Zrušit
Uložit