aboutsummaryrefslogtreecommitdiff
path: root/manifests/role
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2022-12-21 16:03:21 -0300
committerSilvio Rhatto <rhatto@riseup.net>2022-12-21 16:03:21 -0300
commit7ba73570ea7c3a0936a617a1e92b8939984619e2 (patch)
tree8e998c860c66e2901d06a19b37e5306bd875af90 /manifests/role
parent93ce17804c95770c1193e31ef0b9fecb2cbeb679 (diff)
downloadpuppet-nodo-7ba73570ea7c3a0936a617a1e92b8939984619e2.tar.gz
puppet-nodo-7ba73570ea7c3a0936a617a1e92b8939984619e2.tar.bz2
Fix: merge nodo::utils::tor into nodo::utils::network::tor
Diffstat (limited to 'manifests/role')
-rw-r--r--manifests/role/tor.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/role/tor.pp b/manifests/role/tor.pp
index 07ae5a0..cf6dc30 100644
--- a/manifests/role/tor.pp
+++ b/manifests/role/tor.pp
@@ -1,4 +1,4 @@
class nodo::role::tor inherits nodo::base::virtual {
include tor::daemon
- include nodo::utils::tor
+ include nodo::utils::network::tor
}