summaryrefslogtreecommitdiffstats
path: root/cookbooks/user/README.md
diff options
context:
space:
mode:
authorVenkata Harish K Kajur <vk250x@att.com>2017-05-19 12:29:43 -0400
committerVenkata Harish K Kajur <vk250x@att.com>2017-05-19 12:40:51 -0400
commit0cd55fc1d50f066720bbe0ce591d9cbc59ecddf4 (patch)
treec01e51a84caa6baac7511352451281c3759097e0 /cookbooks/user/README.md
parentb160c3cc1e58e85502ccaa7358cd38ff210ed34a (diff)
Add the chef config changes for the new repos
Change-Id: If1fc90402ca70449cd181fab9f469eded4831638 Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
Diffstat (limited to 'cookbooks/user/README.md')
-rw-r--r--cookbooks/user/README.md42
1 files changed, 0 insertions, 42 deletions
diff --git a/cookbooks/user/README.md b/cookbooks/user/README.md
deleted file mode 100644
index 7d85a9f..0000000
--- a/cookbooks/user/README.md
+++ /dev/null
@@ -1,42 +0,0 @@
-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