diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2016-09-29 16:15:41 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2016-09-29 16:15:41 -0300 |
commit | cad1ba370ce0d94e6410f115f6d210a247ea8c48 (patch) | |
tree | 19c69713897ce4cefbfac8957ceda57fba6ee655 /manifests | |
parent | 59ba70d7b8b5154def010f94f97d3f9bef97d031 (diff) | |
download | puppet-nodo-cad1ba370ce0d94e6410f115f6d210a247ea8c48.tar.gz puppet-nodo-cad1ba370ce0d94e6410f115f6d210a247ea8c48.tar.bz2 |
Removes nodo::subsystem::udev::network from nodo::role::tpc
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/role/tpc.pp | 2 |
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 } |