bundles/users: add vim
This commit is contained in:
parent
2990216a8b
commit
411d22d404
3 changed files with 33 additions and 0 deletions
|
@ -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))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue