Jetty default ssl certificate fix

Recipes alignment for ssl.ini new keystore

Change-Id: Ibe5a04712b5fb7c3c7e0adfa0bcb23d260b77479
Issue-ID:SDC-264
Signed-off-by: Tal Gitelman <tg851x@intl.att.com>
diff --git a/sdc-os-chef/sdc-backend/chef-solo/roles/catalog-be.json b/sdc-os-chef/sdc-backend/chef-solo/roles/catalog-be.json
index 9fc7b8d..a05a283 100644
--- a/sdc-os-chef/sdc-backend/chef-solo/roles/catalog-be.json
+++ b/sdc-os-chef/sdc-backend/chef-solo/roles/catalog-be.json
@@ -12,11 +12,12 @@
   "run_list": [
     "recipe[sdc-catalog-be::BE_1_cleanup_jettydir]",
     "recipe[sdc-catalog-be::BE_2_setup_configuration]",
-    "recipe[sdc-catalog-be::BE_4_jetty_Modules]",
-    "recipe[sdc-catalog-be::BE_5_setup_elasticsearch]",
-    "recipe[sdc-catalog-be::BE_6_setup_portal_properties]",
-    "recipe[sdc-catalog-be::BE_7_logback]",
-    "recipe[sdc-catalog-be::BE_8_errors_config]"
+    "recipe[sdc-catalog-be::BE_3_locate_keystore]",
+    "recipe[sdc-catalog-be::BE_5_jetty_Modules]",
+    "recipe[sdc-catalog-be::BE_6_setup_elasticsearch]",
+    "recipe[sdc-catalog-be::BE_7_setup_portal_properties]",
+    "recipe[sdc-catalog-be::BE_8_logback]",
+    "recipe[sdc-catalog-be::BE_9_errors_config]"
   ],
   "env_run_lists": {
   }