aboutsummaryrefslogtreecommitdiff
path: root/manifests/role/tpc.pp
blob: aa37f53bb2af80f982f406732ac11db66ab87603 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Trusted Personal Computer
class nodo::role::tpc(
  $version = '1',
) {
  include nodo::base::laptop
  #include nodo::utils::web::hardened
  #include nodo::subsystem::udev::network
  #include nodo::subsystem::network::wicd::macchanger
  #include onion::full
  include nodo::subsystem::network::manager::macchanger
  include onion
}