aboutsummaryrefslogtreecommitdiff
path: root/manifests/role
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2022-01-02 17:25:16 -0300
committerSilvio Rhatto <rhatto@riseup.net>2022-01-02 17:25:16 -0300
commit5f1dc34fb0cb9fc219eddee315d89260f591ef57 (patch)
treeff741a4530bf459edb5dc2f0631ce59600873f59 /manifests/role
parent85ec371c4a4d0556b4cfd992e4eaa6aa699c406b (diff)
downloadpuppet-nodo-5f1dc34fb0cb9fc219eddee315d89260f591ef57.tar.gz
puppet-nodo-5f1dc34fb0cb9fc219eddee315d89260f591ef57.tar.bz2
Some TPC changes
Diffstat (limited to 'manifests/role')
-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
}