blob: 7d85a9f0eeacc8de560c0f191fef2b7ca2236195 (
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
|
user Cookbook
=============
Configures users and mechids
Requirements
------------
Attributes
----------
#### user::mech_users
<table>
<tr>
<th>Key</th>
<th>Type</th>
<th>Description</th>
<th>Default</th>
</tr>
<tr>
<td><tt>['aai-app-config']['mech-ids']</tt></td>
<td>Hash</td>
<td>Mech ID, is the mech ID enabled?, shoud the cookbook update the key?</td>
<td><tt>true</tt></td>
</tr>
</table>
Usage
-----
#### user::default
Just include `user` in your node's `run_list`:
```json
{
"name":"my_node",
"run_list": [
"recipe[user]"
]
}
```
License and Authors
-------------------
Authors: AT&T A&AI
|