]> gitweb.fluxo.info Git - puppet-apache.git/commitdiff
Make sure that the tor daemon is included
authorSilvio Rhatto <rhatto@riseup.net>
Fri, 25 May 2012 14:37:12 +0000 (11:37 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Fri, 25 May 2012 14:37:12 +0000 (11:37 -0300)
manifests/init.pp

index 669dd00b90e22740b2c79edf71da1b455026d1b8..52f17fb812ef4faaabf7cf63bd424cdd423d9dfc 100644 (file)
@@ -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.