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] d6952b21ec
Change-Id: I6dc1e5820a1f4fe449d254d301738e1073f4b82b
Closes-Bug: #1706026
This commit is contained in:
parent
1fd05b4a04
commit
bf5eaa2fa2
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user