bundlewrap/bundles/radvd/metadata.py
Franzi da4b139095
All checks were successful
bundlewrap/pipeline/head This commit looks good
bundles/{radvd,wide-dhcp6c}: remove metadata key integrate-with-pppd
2020-12-18 16:30:17 +01:00

17 lines
263 B
Python

defaults = {
'apt': {
'packages': {
'radvd': {},
},
},
}
if node.has_bundle('pppd'):
defaults.update({
'pppd': {
'wait-until-stopped': {
'radvd.service',
},
}
})