aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-01-27 20:13:01 -0200
committerSilvio Rhatto <rhatto@riseup.net>2013-01-27 20:13:01 -0200
commit6bf60a8d707b747e95fceaf6d5c6a6c2f9ce9e11 (patch)
treeb81897446ddf14a252e4103ca47167f76cb81325
parent6e72f87daeba96d4f72ce16d81a72587a7c41177 (diff)
downloadpuppet-nodo-6bf60a8d707b747e95fceaf6d5c6a6c2f9ce9e11.tar.gz
puppet-nodo-6bf60a8d707b747e95fceaf6d5c6a6c2f9ce9e11.tar.bz2
Introducing apache::site::hidden
-rw-r--r--manifests/web.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/web.pp b/manifests/web.pp
index 5644e3e..24318cc 100644
--- a/manifests/web.pp
+++ b/manifests/web.pp
@@ -1,6 +1,6 @@
class nodo::web inherits nodo::vserver {
# Hidden services
- $hidden = hiera('nodo::web::hidden', false)
+ $hidden = hiera('apache::site::hidden', false)
if $hidden == true {
include onion
}