diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-01-27 20:13:01 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-01-27 20:13:01 -0200 |
commit | 6bf60a8d707b747e95fceaf6d5c6a6c2f9ce9e11 (patch) | |
tree | b81897446ddf14a252e4103ca47167f76cb81325 /manifests/web.pp | |
parent | 6e72f87daeba96d4f72ce16d81a72587a7c41177 (diff) | |
download | puppet-nodo-6bf60a8d707b747e95fceaf6d5c6a6c2f9ce9e11.tar.gz puppet-nodo-6bf60a8d707b747e95fceaf6d5c6a6c2f9ce9e11.tar.bz2 |
Introducing apache::site::hidden
Diffstat (limited to 'manifests/web.pp')
-rw-r--r-- | manifests/web.pp | 2 |
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 } |