fix zsh shell set

This commit is contained in:
mwiegand 2022-08-31 12:02:54 +02:00
parent a545a74242
commit 9afe4eb619

View file

@ -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,