Commit 7daf0591 authored by James T. Lee's avatar James T. Lee
Browse files

network: Ignore tun0 (openvpn) device

parent e1e459c4
...@@ -13,6 +13,9 @@ class nest::profile::base::network { ...@@ -13,6 +13,9 @@ class nest::profile::base::network {
$networkmanager_conf = @(EOT) $networkmanager_conf = @(EOT)
[connection] [connection]
ipv6.ip6-privacy=2 ipv6.ip6-privacy=2
[keyfile]
unmanaged-devices=interface-name:tun0
| EOT | EOT
file { '/etc/NetworkManager/NetworkManager.conf': file { '/etc/NetworkManager/NetworkManager.conf':
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment