diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2016-09-24 10:55:18 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2016-09-24 10:55:18 -0300 |
commit | cfa02682ca9bf80e1674bae8e6b2b0454b784787 (patch) | |
tree | 1c706e901b86ec0ddb80461f8996f7f877e21d2a /manifests/role | |
parent | f5c61d72cd4ffebb494e816f8abe9579fde8e9fe (diff) | |
download | puppet-nodo-cfa02682ca9bf80e1674bae8e6b2b0454b784787.tar.gz puppet-nodo-cfa02682ca9bf80e1674bae8e6b2b0454b784787.tar.bz2 |
Adds nodo::role::tpc
Diffstat (limited to 'manifests/role')
-rw-r--r-- | manifests/role/tpc.pp | 7 |
1 files changed, 7 insertions, 0 deletions
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 +} |