bundles/wireguard: clean up leftovers
This commit is contained in:
parent
9cf5fa2e5f
commit
3b7e14755c
3 changed files with 0 additions and 63 deletions
|
@ -34,10 +34,3 @@ for peer, config in sorted(node.metadata.get('wireguard/peers', {}).items()):
|
|||
'svc_systemd:systemd-networkd:restart',
|
||||
},
|
||||
}
|
||||
|
||||
if node.has_bundle('pppd'):
|
||||
files['/etc/ppp/ip-up.d/reconnect-wireguard'] = {
|
||||
'source': 'pppd-ip-up',
|
||||
'content_type': 'mako',
|
||||
'mode': '0755',
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue