diff options
author | 2017-03-31 17:41:36 -0600 | |
---|---|---|
committer | 2017-04-03 11:03:50 -0600 | |
commit | 3424991c39e27e434bd61d3964bf578695fc767c (patch) | |
tree | 4320c454abd6d968be13cd8e3dabf6d27f8477ef /manifests/profile/base | |
parent | b6a9d14489608e4c3ff48d602351a7b93092b11b (diff) |
Move horizon to step 3
We configure apache in step 3 so horizon should be configured at the
same time or else updates will cause horizon to be unvailable during the
update process.
Change-Id: I4032f7c24edc0ff9ed637e213870cdd3beb9a54e
Closes-Bug: #1678338
(cherry picked from commit e2928717412242faa4eb15d778f1b5c0952edc08)
Diffstat (limited to 'manifests/profile/base')
-rw-r--r-- | manifests/profile/base/horizon.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/profile/base/horizon.pp b/manifests/profile/base/horizon.pp index bd28ab0..4db5e50 100644 --- a/manifests/profile/base/horizon.pp +++ b/manifests/profile/base/horizon.pp @@ -26,7 +26,7 @@ class tripleo::profile::base::horizon ( $step = hiera('step'), ) { - if $step >= 4 { + if $step >= 3 { # Horizon include ::apache::mod::remoteip include ::apache::mod::status |