bundles/pppd: add dyndns capability

This commit is contained in:
Franzi 2020-11-14 12:46:19 +01:00
parent 10732efa36
commit f405dca771
Signed by: kunsi
GPG key ID: 12E3D2136B818350
4 changed files with 37 additions and 0 deletions

View file

@ -76,6 +76,13 @@ files = {
},
}
if 'dyndns' in node.metadata['pppd']:
files['/etc/ppp/ip-up.d/dyndns'] = {
'content_type': 'mako',
'context': node.metadata['pppd']['dyndns'],
'mode': '0755',
}
svc_systemd = {
'pppoe': {
'needs': {