From: Silvio Rhatto Date: Sat, 24 Sep 2016 13:55:18 +0000 (-0300) Subject: Adds nodo::role::tpc X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=cfa02682ca9bf80e1674bae8e6b2b0454b784787;p=puppet-nodo.git Adds nodo::role::tpc --- 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 +}