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

  },
  "override_attributes": {

  },
  "chef_type": "role",
  "run_list": [
    "recipe[Deploy-DCAE::jetty_setup]",
    "recipe[Deploy-DCAE::dcae_setup]"
  ],
  "env_run_lists": {
  }
}