Franziska Kunsmann
da4b139095
All checks were successful
bundlewrap/pipeline/head This commit looks good
16 lines
263 B
Python
16 lines
263 B
Python
defaults = {
|
|
'apt': {
|
|
'packages': {
|
|
'radvd': {},
|
|
},
|
|
},
|
|
}
|
|
|
|
if node.has_bundle('pppd'):
|
|
defaults.update({
|
|
'pppd': {
|
|
'wait-until-stopped': {
|
|
'radvd.service',
|
|
},
|
|
}
|
|
})
|