Require the UI package when creating the virtual host
authorCarlos Camacho <ccamacho@redhat.com>
Thu, 15 Jun 2017 09:49:42 +0000 (11:49 +0200)
committerCarlos Camacho <ccamacho@redhat.com>
Mon, 19 Jun 2017 16:10:24 +0000 (18:10 +0200)
commit76b0074c76c067de6e722b7e2a6410ecfcb45fb7
tree028c95ad9690fe1bdd115e43961b900fd87da93b
parentd0970575cd315adad50b42051e96972b34de6e88
Require the UI package when creating the virtual host

Quickstart is failing with this error:

Error: Cannot create /var/www/openstack-tripleo-ui/dist;
       parent directory /var/www/openstack-tripleo-ui does not exist
Error: /Stage[main]/Tripleo::Ui/Apache::Vhost[tripleo-ui]/File[/var/www/openstack-tripleo-ui/dist]
       ensure: change from absent to directory
       failed: Cannot create /var/www/openstack-tripleo-ui/dist; parent directory /var/www/openstack-tripleo-ui does not exist

Puppet cant create the folders tree by itself.

Closes-bug: 1698105
Change-Id: I5cce963a6225552f4b7253cb34edc72b392b9dda
manifests/profile/base/ui.pp
manifests/ui.pp