From 146ee46c31d124168fd523b8ed9fc170e4aa49df Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 25 May 2012 11:37:12 -0300 Subject: Make sure that the tor daemon is included --- manifests/init.pp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'manifests/init.pp') 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. -- cgit v1.2.3