Merge "Fix dependency to purge default vhost config"

This commit is contained in:
Zuul 2022-08-29 20:05:36 +00:00 committed by Gerrit Code Review
commit dd07fa723c
1 changed files with 2 additions and 1 deletions

View File

@ -157,6 +157,8 @@ class glance::wsgi::apache (
include glance::deps
include glance::params
Anchor['glance::install::end'] -> Class['apache']
::openstacklib::wsgi::apache { 'glance_wsgi':
bind_host => $bind_host,
bind_port => $port,
@ -193,6 +195,5 @@ class glance::wsgi::apache (
error_log_file => $error_log_file,
error_log_pipe => $error_log_pipe,
error_log_syslog => $error_log_syslog,
require => Anchor['glance::install::end'],
}
}