blob: d8155e2068bb8fa08d2f6b8d874765cf1e04776f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
{
"name": "cassandra-actions",
"description": "cassandra-actions",
"json_class": "Chef::Role",
"default_attributes": {
},
"override_attributes": {
},
"chef_type": "role",
"run_list": [
"recipe[cassandra-actions::02-createCsUser]",
"recipe[cassandra-actions::03-createDoxKeyspace]",
"recipe[cassandra-actions::04-schemaCreation]",
"recipe[cassandra-actions::05-titanSchemaCreation]",
"recipe[cassandra-actions::07-importComformance]"
],
"env_run_lists": {
}
}
|