Merge "Fix dependency to purge default vhost config"

This commit is contained in:
Zuul 2022-01-15 15:07:53 +00:00 committed by Gerrit Code Review
commit 5d7236ad8d
1 changed files with 2 additions and 1 deletions

View File

@ -118,6 +118,8 @@ class sahara::wsgi::apache (
include sahara::deps
include sahara::params
Anchor['sahara::install::end'] -> Class['apache']
::openstacklib::wsgi::apache { 'sahara_wsgi':
bind_host => $bind_host,
bind_port => $port,
@ -146,6 +148,5 @@ class sahara::wsgi::apache (
access_log_format => $access_log_format,
error_log_file => $error_log_file,
custom_wsgi_process_options => $custom_wsgi_process_options,
require => Anchor['sahara::install::end'],
}
}