diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-01-27 19:13:50 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-01-27 19:13:50 -0200 |
commit | 55e581331700ec09082711fd1c1b6e277572981f (patch) | |
tree | ef39ce55f630fb94e03ec3d9e6674948f4869fc1 /manifests | |
parent | e7baecde3407485b28fa44646db3a77c6e407ef9 (diff) | |
download | puppet-apache-55e581331700ec09082711fd1c1b6e277572981f.tar.gz puppet-apache-55e581331700ec09082711fd1c1b6e277572981f.tar.bz2 |
Changing declaration of tor::daemon class
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/site.pp | 4 |
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 |