aboutsummaryrefslogtreecommitdiff
path: root/manifests/role/tpc.pp
blob: 6405ed1c063316d134f45033b2216c86ef52ac7f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Trusted Personal Computer
class nodo::role::tpc(
  $version = '1',
) {
  include nodo::base::laptop
  include nodo::subsystem::network::manager::macchanger
  include onion

  # Disabled and old stuff
  #include nodo::utils::web::hardened
  #include nodo::subsystem::udev::network
  #include nodo::subsystem::network::wicd::macchanger
  #include onion::full
}