bundles/wireguard: clean up leftovers

This commit is contained in:
Franzi 2023-12-25 10:19:34 +01:00
parent 9cf5fa2e5f
commit 3b7e14755c
Signed by: kunsi
GPG key ID: 12E3D2136B818350
3 changed files with 0 additions and 63 deletions

View file

@ -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',
}