bundlewrap/bundles/pppd/metadata.py

15 lines
348 B
Python
Raw Normal View History

2020-11-13 20:41:02 +00:00
defaults = {
'apt': {
'packages': {
'ppp': {},
'pppoe': {},
2020-11-14 11:46:19 +00:00
'python3-requests': {},
'python3-netifaces': {},
'ndisc6': {},
2020-11-13 20:41:02 +00:00
},
},
'cron': {
'restart-pppoe-if-no-public-ip': '*/5 * * * * root /usr/local/bin/restart-pppoe-if-no-public-ip',
},
2020-11-13 20:41:02 +00:00
}