diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2012-11-28 00:25:47 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2012-11-28 00:25:47 -0200 |
commit | cc9beb50fdeef9386442dc3121f1af15d58677a4 (patch) | |
tree | 0c2e5c1a53f4ec2540bef34f8d62baea33d67e8a | |
parent | 36b821022fde2d3efafac99264b47745463086ed (diff) | |
download | puppet-nodo-cc9beb50fdeef9386442dc3121f1af15d58677a4.tar.gz puppet-nodo-cc9beb50fdeef9386442dc3121f1af15d58677a4.tar.bz2 |
Including dhclient on nodo::laptop
-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 { |