fixup groups

This commit is contained in:
Franzi 2020-02-29 12:38:27 +00:00
parent 883cad6a5f
commit a47bdcfb39
Signed by: kunsi
GPG key ID: 12E3D2136B818350
4 changed files with 14 additions and 22 deletions

View file

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