aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
blob: a3423dc3fbb70fd11dbc316222a6fa29ec3e5103 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
mso-config Cookbook
===================
This cookbook will deploy the MSO configuration files.

Requirements
------------
n/a

Attributes
----------
<table>
  <tr>
    <th>Key</th>
    <th>Type</th>
    <th>Description</th>
    <th>Default</th>
  </tr>
</table>

Usage
-----
#### mso-config::default
This recipe does nothing.

#### mso-config::apih
#### mso-config::bpmn
#### mso-config::jra
Those are used as "roles" or "profiles" to manage the configuration elements (mostly files) related to each of them. Each of these profiles will call other recipes specific to the profile.

None of other recipes should be called directly, unless you **REALLY** know what you're doing.

e.g.
Just include `mso-config` in your node's `run_list`:

```json
{
  "name":"my_node",
  "run_list": [
    "recipe[mso-config::apih]",
    "recipe[mso-config::bpmn]",
    "recipe[mso-config::jra]"
  ]
}
```

License and Authors
-------------------
Authors: pete/eddie/kevin
License: Apache License, version 2.0