diff options
Diffstat (limited to 'docker/chef-solo/roles/dcae-dt.json')
-rw-r--r-- | docker/chef-solo/roles/dcae-dt.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/docker/chef-solo/roles/dcae-dt.json b/docker/chef-solo/roles/dcae-dt.json new file mode 100644 index 0000000..fe27501 --- /dev/null +++ b/docker/chef-solo/roles/dcae-dt.json @@ -0,0 +1,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": { + } +} |