add users bundle

This commit is contained in:
Franzi 2020-02-29 12:30:21 +00:00
parent 3934414140
commit ebf7f7ada9
Signed by: kunsi
GPG key ID: 12E3D2136B818350
2 changed files with 47 additions and 0 deletions

11
bundles/users/metadata.py Normal file
View file

@ -0,0 +1,11 @@
@metadata_processor
def root_user(metadata):
return {
'users': {
'root': {
'home': '/root',
'ssh_pubkey': [],
'shell': '/bin/bash',
},
},
}, DEFAULTS, DONE