aboutsummaryrefslogtreecommitdiff
path: root/manifests/role/tpc.pp
blob: bf726252b964cc9a7dfd5f3275c4c03a419d48f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Trusted Personal Computer
class nodo::role::tpc(
  $version = '1',
) {
  include nodo::base::laptop
  include nodo::subsystem::network::manager::macchanger
  include firewall::tpc
  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
}