aboutsummaryrefslogtreecommitdiff
path: root/manifests/role
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2016-09-29 13:48:08 -0300
committerSilvio Rhatto <rhatto@riseup.net>2016-09-29 13:48:08 -0300
commit59ba70d7b8b5154def010f94f97d3f9bef97d031 (patch)
tree3c9f121e96fef0cd8134c4eb59a8f930b46ad3b8 /manifests/role
parentb6b9eb64a866ccf05b1ddad975133de92baaa338 (diff)
downloadpuppet-nodo-59ba70d7b8b5154def010f94f97d3f9bef97d031.tar.gz
puppet-nodo-59ba70d7b8b5154def010f94f97d3f9bef97d031.tar.bz2
Adds nodo::subsystem::udev::network
Diffstat (limited to 'manifests/role')
-rw-r--r--manifests/role/tpc.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/role/tpc.pp b/manifests/role/tpc.pp
index d21dad1..45be3e2 100644
--- a/manifests/role/tpc.pp
+++ b/manifests/role/tpc.pp
@@ -3,5 +3,6 @@ class nodo::role::tpc inherits nodo::base::laptop {
#include nodo::utils::web::hardened
include nodo::utils::network::wicd
include nodo::subsystem::macchanger::wicd
+ include nodo::subsystem::udev::network
include onion::full
}