aboutsummaryrefslogtreecommitdiffstats
path: root/docker/chef-solo/roles/dcae-dt.json
blob: fe2750114b469c32ee36397bfa4c4cdde001e1c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "dcae-dt",
  "description": "Installation application Setup- dcae DT",
  "json_class": "Chef::Role",
  "default_attributes": {

  },
  "override_attributes": {

  },
  "chef_type": "role",
  "run_list": [
    "recipe[dcae-dt::jetty_setup]",
    "recipe[dcae-dt::dcae_dt_setup]"
  ],
  "env_run_lists": {
  }
}