Strona działa najlepiej z włączonym JavaScript.
Strona główna
Odkrywaj
Pomoc
Zarejestruj się
Zaloguj się
ExternalMirrors
/
users-formula
kopia lustrzana
https://github.com/saltstack-formulas/users-formula
Obserwuj
1
Polub
0
Forkuj
1
Kod
Zgłoszenia
0
Wydania
13
Wiki
Aktywność
Przeglądaj źródła
Fix issue with bash binary location in FreeBSD
tags/v0.45.0
nike38rus
10 lat temu
rodzic
d30b157526
commit
2cdb73927f
1 zmienionych plików
z
1 dodań
i
1 usunięć
Widok podzielony
Pokaż statystyki zmian
+1
-1
users/init.sls
+ 1
- 1
users/init.sls
Wyświetl plik
@@ -40,7 +40,7 @@
user.present:
- name: {{ name }}
- home: {{ home }}
- shell: {{ user.get('shell', '/bin/bash') }}
- shell: {{ user
s
.get('
visudo_
shell', '/bin/bash') }}
{% if 'uid' in user -%}
- uid: {{ user['uid'] }}
{% endif -%}
Napisz
Podgląd
Ładowanie…
Anuluj
Zapisz