blob: 11aba44a3faf8dad1a54704221024a4391a69492 [file] [log] [blame]
Yuli Shlosberg0875ce02018-01-25 13:53:36 +02001{
2 "name": "cassandra-actions",
3 "description": "cassandra-actions",
4 "json_class": "Chef::Role",
5 "default_attributes": {
6
7 },
8 "override_attributes": {
9
10 },
11 "chef_type": "role",
12 "run_list": [
13 "recipe[cassandra-actions::01-createCsUser]",
14 "recipe[cassandra-actions::02-createDoxKeyspace]",
15 "recipe[cassandra-actions::03-schemaCreation]",
16 "recipe[cassandra-actions::04-importComformance]"
17 ],
18
19 "env_run_lists": {
20
21 }
22}
23
24