Move UI package install to base manifest

We moved the package definition in
tripleo::profile::base::ui
to tripleo::ui.

So forth, this path needs to be updated.

This is used in I5cce963a6225552f4b7253cb34edc72b392b9dda
as we removed tripleo::profile::base::ui
and the package install is now in tripleo::ui

Change-Id: Ie20ecabea91ca4c2040c5ef3bf6c71b2b53d26ef
Closes-bug: 1698105
Depends-on: I5cce963a6225552f4b7253cb34edc72b392b9dda
This commit is contained in:
Carlos Camacho 2017-06-19 13:54:17 +02:00
parent ba875e3edd
commit db29cc34af
1 changed files with 1 additions and 1 deletions

View File

@ -578,7 +578,7 @@ Class['::ironic::inspector'] ~> Exec['mistral-db-populate']
Class['::ironic::keystone::auth_inspector'] ~> Exec['mistral-db-populate']
if str2bool(hiera('enable_ui', true)) {
include ::tripleo::profile::base::ui
include ::tripleo::ui
}
if str2bool(hiera('enable_validations', true)) {