Yuli Shlosberg | 0875ce0 | 2018-01-25 13:53:36 +0200 | [diff] [blame] | 1 | { |
| 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]", |
Yuli Shlosberg | 0875ce0 | 2018-01-25 13:53:36 +0200 | [diff] [blame] | 14 | "recipe[cassandra-actions::03-schemaCreation]", |
k.kedron | 004fb64 | 2019-07-09 13:02:08 +0200 | [diff] [blame] | 15 | "recipe[cassandra-actions::04-importConformance]" |
Yuli Shlosberg | 0875ce0 | 2018-01-25 13:53:36 +0200 | [diff] [blame] | 16 | ], |
| 17 | |
| 18 | "env_run_lists": { |
| 19 | |
| 20 | } |
| 21 | } |
| 22 | |
| 23 | |