aboutsummaryrefslogtreecommitdiff
path: root/manifests/role/tpc.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/role/tpc.pp')
-rw-r--r--manifests/role/tpc.pp12
1 files changed, 8 insertions, 4 deletions
diff --git a/manifests/role/tpc.pp b/manifests/role/tpc.pp
index cdc46fe..aa37f53 100644
--- a/manifests/role/tpc.pp
+++ b/manifests/role/tpc.pp
@@ -1,8 +1,12 @@
# Trusted Personal Computer
-class nodo::role::tpc inherits nodo::base::laptop {
+class nodo::role::tpc(
+ $version = '1',
+) {
+ include nodo::base::laptop
#include nodo::utils::web::hardened
#include nodo::subsystem::udev::network
- include nodo::utils::network::wicd
- include nodo::subsystem::macchanger::wicd
- include onion::full
+ #include nodo::subsystem::network::wicd::macchanger
+ #include onion::full
+ include nodo::subsystem::network::manager::macchanger
+ include onion
}