17 lines
360 B
Python
17 lines
360 B
Python
defaults = {
|
|
'apt': {
|
|
'packages': {
|
|
'openhab': {},
|
|
},
|
|
'sources': {
|
|
'deb https://openhab.jfrog.io/artifactory/openhab-linuxpkg stable main',
|
|
},
|
|
},
|
|
'zfs': {
|
|
'datasets': {
|
|
'tank/openhab': {
|
|
'mountpoint': '/var/lib/openhab',
|
|
},
|
|
},
|
|
},
|
|
}
|