Franziska Kunsmann
bd217f0666
Some checks failed
bundlewrap/pipeline/head There was a failure building this commit
14 lines
348 B
Python
14 lines
348 B
Python
defaults = {
|
|
'apt': {
|
|
'packages': {
|
|
'ppp': {},
|
|
'pppoe': {},
|
|
'python3-requests': {},
|
|
'python3-netifaces': {},
|
|
'ndisc6': {},
|
|
},
|
|
},
|
|
'cron': {
|
|
'restart-pppoe-if-no-public-ip': '*/5 * * * * root /usr/local/bin/restart-pppoe-if-no-public-ip',
|
|
},
|
|
}
|