aboutsummaryrefslogtreecommitdiffstats
path: root/manifests/tls_proxy.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/tls_proxy.pp')
-rw-r--r--manifests/tls_proxy.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/tls_proxy.pp b/manifests/tls_proxy.pp
index 607e20f..34cc731 100644
--- a/manifests/tls_proxy.pp
+++ b/manifests/tls_proxy.pp
@@ -43,7 +43,7 @@ define tripleo::tls_proxy(
include ::apache
::apache::vhost { "${title}-proxy":
ensure => 'present',
- docroot => undef, # This is required by the manifest
+ docroot => false, # This is required by the manifest
manage_docroot => false,
servername => $servername,
ip => $ip,