aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
Diffstat (limited to 'manifests')
-rw-r--r--manifests/role/tpc.pp7
1 files changed, 7 insertions, 0 deletions
diff --git a/manifests/role/tpc.pp b/manifests/role/tpc.pp
new file mode 100644
index 0000000..d21dad1
--- /dev/null
+++ b/manifests/role/tpc.pp
@@ -0,0 +1,7 @@
+# Trusted Personal Computer
+class nodo::role::tpc inherits nodo::base::laptop {
+ #include nodo::utils::web::hardened
+ include nodo::utils::network::wicd
+ include nodo::subsystem::macchanger::wicd
+ include onion::full
+}