From bf5eaa2fa243b9f3a1e329ea60ad23e12af41f1c Mon Sep 17 00:00:00 2001 From: Juan Antonio Osorio Robles Date: Mon, 24 Jul 2017 13:35:56 +0300 Subject: Pass 'false' docroot to vhost for tls_proxy passing undef causes a failure since due to a recent commit [1] the resource now does proper validation of the parameters. [1] https://github.com/puppetlabs/puppetlabs-apache/commit/d6952b21ec66d7ce8b69dd0c2f2a0debca54e18f Change-Id: I6dc1e5820a1f4fe449d254d301738e1073f4b82b Closes-Bug: #1706026 --- manifests/tls_proxy.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests/tls_proxy.pp') 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, -- cgit 1.2.3-korg