diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2022-01-08 15:53:27 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2022-01-08 15:53:27 -0300 |
commit | 7361651e9d25b0a6b32574e852e49ad34abdcbd5 (patch) | |
tree | 987b932c128e16a8c8f4e00557cfd36b4271a660 /manifests | |
parent | 286b76cf91c60ed283abf35d51bd7bd75e21a108 (diff) | |
download | puppet-nodo-7361651e9d25b0a6b32574e852e49ad34abdcbd5.tar.gz puppet-nodo-7361651e9d25b0a6b32574e852e49ad34abdcbd5.tar.bz2 |
Feat: include firewall::tcp at nodo::role::tpc
Diffstat (limited to 'manifests')
-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 6405ed1..bf72625 100644 --- a/manifests/role/tpc.pp +++ b/manifests/role/tpc.pp @@ -4,6 +4,7 @@ class nodo::role::tpc( ) { include nodo::base::laptop include nodo::subsystem::network::manager::macchanger + include firewall::tpc include onion # Disabled and old stuff |