aboutsummaryrefslogtreecommitdiff
path: root/manifests/role
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2022-01-02 21:21:14 -0300
committerSilvio Rhatto <rhatto@riseup.net>2022-01-02 21:21:14 -0300
commit1e652180e6273dfd5fffce70e6913f7f65a87cbc (patch)
tree1d9f936d715b128d0620d9dc91288dd2b5f6a158 /manifests/role
parent5f1dc34fb0cb9fc219eddee315d89260f591ef57 (diff)
downloadpuppet-nodo-1e652180e6273dfd5fffce70e6913f7f65a87cbc.tar.gz
puppet-nodo-1e652180e6273dfd5fffce70e6913f7f65a87cbc.tar.bz2
Some TPC changes (2)
Diffstat (limited to 'manifests/role')
-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
}