summaryrefslogtreecommitdiff
path: root/puppet/manifests
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2017-05-02 16:23:20 -0400
committerMicah Anderson <micah@riseup.net>2017-05-06 12:51:51 -0400
commit68e9a28da2db4cb494bc19a1aeaa0663cb286414 (patch)
tree05919b4cac4677c22d206b58c583a3e34c55a11e /puppet/manifests
parentb7c764341a1d3b112707a90fe6c15a6033605699 (diff)
Restructure site_tor to be more clear and re-usable (fixes #8784).
This makes a more clear site_tor::relay class that the leap service includes, and a more generic site_tor class that other classes can depend on for setting up the initial install.
Diffstat (limited to 'puppet/manifests')
-rw-r--r--puppet/manifests/site.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/puppet/manifests/site.pp b/puppet/manifests/site.pp
index 3bf6a5c1..e243c5df 100644
--- a/puppet/manifests/site.pp
+++ b/puppet/manifests/site.pp
@@ -45,7 +45,7 @@ node default {
}
if member($services, 'tor') {
- include site_tor
+ include site_tor::relay
}
if member($services, 'mx') {