diff options
author | Idan Amit <ia096e@intl.att.com> | 2017-08-08 10:32:54 +0300 |
---|---|---|
committer | Idan Amit <ia096e@intl.att.com> | 2017-08-08 10:32:54 +0300 |
commit | b331b88c509df9e8e54530277b741855d1b91d68 (patch) | |
tree | 26162d3699341ebc5e1310cc6dae7f2cbf4be295 /sdc-os-chef/sdc-frontend | |
parent | 9ef3cb55e88bf4df692d55f882338f31445196ee (diff) |
[DevOps] - move the keystore copy before the
jetty modules creation
Change-Id: Ic7d49df2c60ed8385f90c25778ebd4ad747e51e4
Signed-off-by: Idan Amit <ia096e@intl.att.com>
Diffstat (limited to 'sdc-os-chef/sdc-frontend')
-rw-r--r-- | sdc-os-chef/sdc-frontend/chef-solo/roles/catalog-fe.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sdc-os-chef/sdc-frontend/chef-solo/roles/catalog-fe.json b/sdc-os-chef/sdc-frontend/chef-solo/roles/catalog-fe.json index 63b55aa712..547c00657c 100644 --- a/sdc-os-chef/sdc-frontend/chef-solo/roles/catalog-fe.json +++ b/sdc-os-chef/sdc-frontend/chef-solo/roles/catalog-fe.json @@ -15,8 +15,8 @@ "recipe[sdc-catalog-fe::FE_3_errors_config]", "recipe[sdc-catalog-fe::FE_4_logback]", "recipe[sdc-catalog-fe::FE_5_rest_configuration]", - "recipe[sdc-catalog-fe::FE_6_create_jetty_modules]", - "recipe[sdc-catalog-fe::FE_7_locate_keystore]" + "recipe[sdc-catalog-fe::FE_7_locate_keystore]", + "recipe[sdc-catalog-fe::FE_6_create_jetty_modules]" ], "env_run_lists": { } |