From: Silvio Rhatto Date: Fri, 25 May 2012 14:37:12 +0000 (-0300) Subject: Make sure that the tor daemon is included X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=146ee46c31d124168fd523b8ed9fc170e4aa49df;p=puppet-apache.git Make sure that the tor daemon is included --- 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.