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.pp6
1 files changed, 4 insertions, 2 deletions
diff --git a/manifests/role/tpc.pp b/manifests/role/tpc.pp
index aa37f53..6405ed1 100644
--- a/manifests/role/tpc.pp
+++ b/manifests/role/tpc.pp
@@ -3,10 +3,12 @@ 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
- include nodo::subsystem::network::manager::macchanger
- include onion
}