diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2016-09-29 13:48:08 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2016-09-29 13:48:08 -0300 |
commit | 59ba70d7b8b5154def010f94f97d3f9bef97d031 (patch) | |
tree | 3c9f121e96fef0cd8134c4eb59a8f930b46ad3b8 /manifests/role | |
parent | b6b9eb64a866ccf05b1ddad975133de92baaa338 (diff) | |
download | puppet-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.pp | 1 |
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 } |