From: Silvio Rhatto Date: Sun, 27 Jan 2013 21:13:50 +0000 (-0200) Subject: Changing declaration of tor::daemon class X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=55e581331700ec09082711fd1c1b6e277572981f;p=puppet-apache.git Changing declaration of tor::daemon class --- diff --git a/manifests/site.pp b/manifests/site.pp index d686518..732559c 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -28,8 +28,8 @@ define apache::site($ensure = present, $docroot = false, $redirect = false, if $hidden_service == true { # Make sure that the tor daemon is included - if !defined('::tor::daemon') { - class { '::tor::daemon': } + if !defined('tor::daemon') { + class { 'tor::daemon': } } # It's important to use a subdir from the tor datadir