Merge "Package<| tag == 'keystone-package'|> -> File<| title == '/etc/apache2/sites-available' |>"

This commit is contained in:
Zuul 2018-06-19 02:45:08 +00:00 committed by Gerrit Code Review
commit 7fe154daeb
1 changed files with 5 additions and 0 deletions

View File

@ -79,4 +79,9 @@ class keystone::deps {
# Installation or config changes will always restart services.
Anchor['keystone::install::end'] ~> Anchor['keystone::service::begin']
Anchor['keystone::config::end'] ~> Anchor['keystone::service::begin']
# Install the package before the Apache module purges wsgi-keystone.conf.
# Otherwise, the run isn't indempotent.
Package<| tag == 'keystone-package'|> -> File<| title == '/etc/apache2/sites-enabled' |>
Package<| tag == 'keystone-package'|> -> File<| title == '/etc/apache2/sites-available' |>
}