Ensure the cc_chef doc links to the cc_chef code

This commit is contained in:
Joshua Harlow 2014-11-21 17:44:32 -08:00
parent b7bd69ab21
commit ccec873f68
2 changed files with 2 additions and 0 deletions

View File

@ -182,6 +182,7 @@ def get_template_params(iid, chef_cfg, log):
def handle(name, cfg, cloud, log, _args):
"""Handler method activated by cloud-init."""
# If there isn't a chef key in the configuration don't do anything
if 'chef' not in cfg:

View File

@ -43,6 +43,7 @@ Chef
**Internal name:** ``cc_chef``
.. automodule:: cloudinit.config.cc_chef
:members:
Debug
-----