summaryrefslogtreecommitdiff
path: root/manifests/site.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-01-28 11:46:23 -0200
committerSilvio Rhatto <rhatto@riseup.net>2013-01-28 11:46:23 -0200
commitc80a1e3d5cab1268c09f1f89fd76769bf66eaa89 (patch)
treec9d06646bc145424d3be6f217a2322e39e5813a0 /manifests/site.pp
parentf42c5bd165e96593fd27f6ff94fdd506281a525e (diff)
downloadpuppet-apache-c80a1e3d5cab1268c09f1f89fd76769bf66eaa89.tar.gz
puppet-apache-c80a1e3d5cab1268c09f1f89fd76769bf66eaa89.tar.bz2
Typo
Diffstat (limited to 'manifests/site.pp')
-rw-r--r--manifests/site.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/site.pp b/manifests/site.pp
index a190550..82f7a8e 100644
--- a/manifests/site.pp
+++ b/manifests/site.pp
@@ -26,7 +26,7 @@ define apache::site($ensure = present, $docroot = false, $redirect = false,
default => $mpm_group,
}
- $hidde_enabled = hiera('apache::site::hidden', false)
+ $hidden_enabled = hiera('apache::site::hidden', false)
if $hidden_service == true and $hidden_enabled == true {
tor::daemon::hidden_service { $title:
ports => [ "80 127.0.0.1:80" ],