blob: 9e023762d1020b050fd869f45109f0a929892f50 [file] [log] [blame]
Michael Lando451a3402017-02-19 10:28:42 +02001{
2 "name": "catalog-be",
3 "description": "Installation application - catalogFE",
4 "json_class": "Chef::Role",
5 "default_attributes": {
6
7 },
8 "override_attributes": {
9
10 },
11 "chef_type": "role",
12 "run_list": [
13 "recipe[sdc-catalog-fe::FE_1_cleanup_jettydir]",
14 "recipe[sdc-catalog-fe::FE_2_setup_configuration]",
15 "recipe[sdc-catalog-fe::FE_3_errors_config]",
16 "recipe[sdc-catalog-fe::FE_4_logback]",
17 "recipe[sdc-catalog-fe::FE_5_rest_configuration]",
18 "recipe[sdc-catalog-fe::FE_6_create_jetty_modules]"
19 ],
20 "env_run_lists": {
21 }
22}
23