Ensure absolute paths
A few parameters requires absolute paths because these are eventually used as the path property of file resources. Change-Id: Ie5bb8c4174f624813c376df80768213ebbff13b8
This commit is contained in:
parent
53bc36b448
commit
6c3b9a2e2d
@ -626,8 +626,8 @@ class horizon(
|
||||
Hash $neutron_options = {},
|
||||
Hash $instance_options = {},
|
||||
$use_simple_tenant_usage = undef,
|
||||
$file_upload_temp_dir = '/tmp',
|
||||
Optional[String] $policy_files_path = undef,
|
||||
Stdlib::Absolutepath $file_upload_temp_dir = '/tmp',
|
||||
Optional[Stdlib::Absolutepath] $policy_files_path = undef,
|
||||
Optional[Hash[String, String]] $policy_files = undef,
|
||||
$redirect_type = 'permanent',
|
||||
Hash $api_versions = {},
|
||||
|
Loading…
Reference in New Issue
Block a user