bundlewrap/bundles/users/metadata.py

16 lines
316 B
Python

defaults = {
'apt': {
'packages': {
'tmux': {},
'vim': {},
},
},
'users': {
'root': {
'home': '/root',
'shell': '/bin/bash',
'password': repo.vault.human_password_for('root on {}'.format(node.name)),
},
},
}