diff options
-rw-r--r-- | manifests/laptop.pp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/laptop.pp b/manifests/laptop.pp index e088de1..9325598 100644 --- a/manifests/laptop.pp +++ b/manifests/laptop.pp @@ -5,6 +5,7 @@ class nodo::laptop inherits nodo::personal { include firewall::wifi include firewall::openvpn include firewall::ppp + include dhclient # fstab if $fstab != false { |