fix zsh shell set
This commit is contained in:
parent
a545a74242
commit
9afe4eb619
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ files = {
|
||||||
}
|
}
|
||||||
|
|
||||||
for name, user_config in node.metadata.get('users').items():
|
for name, user_config in node.metadata.get('users').items():
|
||||||
if user_config.get('shell', None) != '/usr/bin/zsh':
|
if user_config.get('shell', None) == '/usr/bin/zsh':
|
||||||
files[join(user_config['home'], '.zshrc')] = {
|
files[join(user_config['home'], '.zshrc')] = {
|
||||||
'owner': name,
|
'owner': name,
|
||||||
'group': name,
|
'group': name,
|
||||||
|
|
Loading…
Reference in a new issue