bundles/pppd: add dyndns capability
This commit is contained in:
parent
10732efa36
commit
f405dca771
4 changed files with 37 additions and 0 deletions
|
@ -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': {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue