Fix ineffective dependency

The 'barbican-api' tag is never used. This change replaces usage of
that invalid tag to ensure the relevant packages are installed.

Change-Id: Ied1d936d753658de403606d511aad7acd8adeb88
This commit is contained in:
Takashi Kajinami 2022-01-04 21:07:41 +09:00
parent da645f8270
commit 47729d343f
1 changed files with 1 additions and 1 deletions

View File

@ -148,7 +148,7 @@ class barbican::wsgi::apache (
#",
}
Package<| tag == 'barbican-api' |> -> File[$::barbican::params::httpd_config_file]
Anchor['barbican::install::end'] -> File[$::barbican::params::httpd_config_file]
File[$::barbican::params::httpd_config_file] ~> Service['httpd']
openstacklib::wsgi::apache { 'barbican_wsgi_main':