diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2012-05-25 11:37:12 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2012-05-25 11:37:12 -0300 |
commit | 146ee46c31d124168fd523b8ed9fc170e4aa49df (patch) | |
tree | b0848b73404f998e433f8427a76e981dc35707ff /manifests | |
parent | 569234157b6ded84ccb0c425dc07b26079b7229a (diff) | |
download | puppet-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.pp | 3 |
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. |