summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/site.pp4
1 files changed, 2 insertions, 2 deletions
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