blob: 8a8e12da9d2a1633ceb3ce80ebe41788c06135fa [file] [log] [blame]
Yuli Shlosberg958c32d2018-02-15 12:04:46 +02001{
2 "name": "catalog-be",
3 "description": "Installation application - catalogBE",
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-be-setup::1_create_consumer_and_user]",
14 "recipe[sdc-catalog-be-setup::2_check_Backend]",
15 "recipe[sdc-catalog-be-setup::3_import_Normatives]"
16
17 ],
18 "env_run_lists": {
19 }
20}
21