bundles/users: add vim

This commit is contained in:
Franzi 2020-04-11 12:26:02 +02:00
parent 2990216a8b
commit 411d22d404
Signed by: kunsi
GPG key ID: 12E3D2136B818350
3 changed files with 33 additions and 0 deletions

View file

@ -21,6 +21,10 @@ files['/etc/tmux.conf'] = {
'content_type': 'mako',
}
files['/etc/vim/vimrc.local'] = {
'source': 'vimrc',
}
for username, attrs in node.metadata['users'].items():
home = attrs.get('home', '/home/{}'.format(username))