blob: d8155e2068bb8fa08d2f6b8d874765cf1e04776f [file] [log] [blame]
Michael Lando451a3402017-02-19 10:28:42 +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::02-createCsUser]",
14 "recipe[cassandra-actions::03-createDoxKeyspace]",
Michael Landoed64b5e2017-06-09 03:19:04 +030015 "recipe[cassandra-actions::04-schemaCreation]",
16 "recipe[cassandra-actions::05-titanSchemaCreation]",
17 "recipe[cassandra-actions::07-importComformance]"
Michael Lando451a3402017-02-19 10:28:42 +020018 ],
19
20 "env_run_lists": {
21
22 }
23}
24
25