diff options
-rw-r--r-- | manifests/laptop.pp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/manifests/laptop.pp b/manifests/laptop.pp index c4e5823..db355c0 100644 --- a/manifests/laptop.pp +++ b/manifests/laptop.pp @@ -3,6 +3,8 @@ class nodo::laptop inherits nodo::personal { include modprobe::laptop include sysctl::laptop include firewall::wifi + include firewall::openvpn + include firewall::ppp # fstab if $fstab != false { |