blob: 954475678da2f49d7bfd43a667815257586f4a11 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
{
"name": "dcae-tools",
"description": "Running DCAE setup Jar",
"json_class": "Chef::Role",
"default_attributes": {
},
"override_attributes": {
},
"chef_type": "role",
"run_list": [
"recipe[Deploy-DCAE::dcae_tools_setup]"
],
"env_run_lists": {
}
}
|