aboutsummaryrefslogtreecommitdiff
path: root/manifests/role
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2016-09-29 16:15:41 -0300
committerSilvio Rhatto <rhatto@riseup.net>2016-09-29 16:15:41 -0300
commitcad1ba370ce0d94e6410f115f6d210a247ea8c48 (patch)
tree19c69713897ce4cefbfac8957ceda57fba6ee655 /manifests/role
parent59ba70d7b8b5154def010f94f97d3f9bef97d031 (diff)
downloadpuppet-nodo-cad1ba370ce0d94e6410f115f6d210a247ea8c48.tar.gz
puppet-nodo-cad1ba370ce0d94e6410f115f6d210a247ea8c48.tar.bz2
Removes nodo::subsystem::udev::network from nodo::role::tpc
Diffstat (limited to 'manifests/role')
-rw-r--r--manifests/role/tpc.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/role/tpc.pp b/manifests/role/tpc.pp
index 45be3e2..cdc46fe 100644
--- a/manifests/role/tpc.pp
+++ b/manifests/role/tpc.pp
@@ -1,8 +1,8 @@
# Trusted Personal Computer
class nodo::role::tpc inherits nodo::base::laptop {
#include nodo::utils::web::hardened
+ #include nodo::subsystem::udev::network
include nodo::utils::network::wicd
include nodo::subsystem::macchanger::wicd
- include nodo::subsystem::udev::network
include onion::full
}