aboutsummaryrefslogtreecommitdiff
path: root/manifests/base/laptop.pp
blob: 7da2163a3ea9e000306067a089626a4a5548e789 (plain)
1
2
3
4
5
6
7
8
9
10
class nodo::base::laptop inherits nodo::base::personal {
  include nodo::subsystem::dhclient
  include nodo::subsystem::hibernate
  include nodo::utils::laptop
  include firewall::wifi

  # Optional
  #include firewall::openvpn
  #include firewall::ppp
}