bundles/raspberrypi: introduce
This commit is contained in:
parent
01364c2c50
commit
5d1e71e83e
5 changed files with 73 additions and 6 deletions
12
groups/os.py
Normal file
12
groups/os.py
Normal file
|
@ -0,0 +1,12 @@
|
|||
groups['raspberry'] = {
|
||||
'bundles': {
|
||||
'raspberrypi',
|
||||
},
|
||||
'metadata': {
|
||||
'users': {
|
||||
'pi': {
|
||||
'delete': True,
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue