16 lines
321 B
Python
16 lines
321 B
Python
defaults = {
|
|
'apt': {
|
|
'packages': {
|
|
'mariadb-server': {},
|
|
'python3': {},
|
|
'python3-setuptools': {},
|
|
'python3-pip': {},
|
|
},
|
|
},
|
|
'users': {
|
|
'seafile': {
|
|
'home': '/opt/seafile',
|
|
'home-mode': '0755',
|
|
},
|
|
},
|
|
}
|