summaryrefslogtreecommitdiff
path: root/puppet/modules/site_static
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/modules/site_static
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/modules/site_static')
-rw-r--r--puppet/modules/site_static/manifests/hidden_service.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/puppet/modules/site_static/manifests/hidden_service.pp b/puppet/modules/site_static/manifests/hidden_service.pp
index b64a35bc..31cf328e 100644
--- a/puppet/modules/site_static/manifests/hidden_service.pp
+++ b/puppet/modules/site_static/manifests/hidden_service.pp
@@ -1,7 +1,7 @@
# create hidden service for static sites
class site_static::hidden_service ( $single_hop = false ) {
- include tor::daemon
+ include site_tor
tor::daemon::hidden_service { 'static':
ports => [ '80 127.0.0.1:80'],
single_hop => $single_hop