user Cookbook ============= Configures users and mechids Requirements ------------ Attributes ---------- #### user::mech_users
Key Type Description Default
['aai-app-config']['mech-ids'] Hash Mech ID, is the mech ID enabled?, shoud the cookbook update the key? true
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