bundles/raspberrypi: introduce

This commit is contained in:
Franzi 2020-09-27 16:46:26 +02:00
parent 01364c2c50
commit 5d1e71e83e
Signed by: kunsi
GPG key ID: 12E3D2136B818350
5 changed files with 73 additions and 6 deletions

12
groups/os.py Normal file
View file

@ -0,0 +1,12 @@
groups['raspberry'] = {
'bundles': {
'raspberrypi',
},
'metadata': {
'users': {
'pi': {
'delete': True,
},
},
},
}