summaryrefslogtreecommitdiff
path: root/manifests/site.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-01-27 19:13:50 -0200
committerSilvio Rhatto <rhatto@riseup.net>2013-01-27 19:13:50 -0200
commit55e581331700ec09082711fd1c1b6e277572981f (patch)
treeef39ce55f630fb94e03ec3d9e6674948f4869fc1 /manifests/site.pp
parente7baecde3407485b28fa44646db3a77c6e407ef9 (diff)
downloadpuppet-apache-55e581331700ec09082711fd1c1b6e277572981f.tar.gz
puppet-apache-55e581331700ec09082711fd1c1b6e277572981f.tar.bz2
Changing declaration of tor::daemon class
Diffstat (limited to 'manifests/site.pp')
-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