summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2012-05-25 11:37:12 -0300
committerSilvio Rhatto <rhatto@riseup.net>2012-05-25 11:37:12 -0300
commit146ee46c31d124168fd523b8ed9fc170e4aa49df (patch)
treeb0848b73404f998e433f8427a76e981dc35707ff /manifests
parent569234157b6ded84ccb0c425dc07b26079b7229a (diff)
downloadpuppet-apache-146ee46c31d124168fd523b8ed9fc170e4aa49df.tar.gz
puppet-apache-146ee46c31d124168fd523b8ed9fc170e4aa49df.tar.bz2
Make sure that the tor daemon is included
Diffstat (limited to 'manifests')
-rw-r--r--manifests/init.pp3
1 files changed, 3 insertions, 0 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 669dd00..52f17fb 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -214,6 +214,9 @@ class apache {
}
if $hidden_service == true {
+ # Make sure that the tor daemon is included
+ include tor::daemon
+
# It's important to use a subdir from the tor datadir
# to ease backup/restore procedures as we don't mix
# hidden service data with other tor files.