diff options
author | Alex Schultz <aschultz@redhat.com> | 2017-03-31 17:41:36 -0600 |
---|---|---|
committer | Emilien Macchi <emilien@redhat.com> | 2017-04-02 21:13:05 -0400 |
commit | e2928717412242faa4eb15d778f1b5c0952edc08 (patch) | |
tree | 1cb99fd705adce224e27a461e9c34ae17039fa7a /manifests/profile/base | |
parent | 2e7fbe1d95cf0d57724f4acc4bd51d35ed756b4a (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
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 278c25c..10eaaa6 100644 --- a/manifests/profile/base/horizon.pp +++ b/manifests/profile/base/horizon.pp @@ -31,7 +31,7 @@ class tripleo::profile::base::horizon ( $step = hiera('step'), $neutron_options = hiera('horizon::neutron_options', {}), ) { - if $step >= 4 { + if $step >= 3 { # Horizon include ::apache::mod::remoteip include ::apache::mod::status |