From 94565bc8607f35557225589d9dde6d2954d49731 Mon Sep 17 00:00:00 2001 From: Joshua Harlow Date: Fri, 21 Nov 2014 17:44:32 -0800 Subject: Ensure the cc_chef doc links to the cc_chef code --- cloudinit/config/cc_chef.py | 1 + 1 file changed, 1 insertion(+) (limited to 'cloudinit/config') diff --git a/cloudinit/config/cc_chef.py b/cloudinit/config/cc_chef.py index b30d7361..d5611253 100644 --- a/cloudinit/config/cc_chef.py +++ b/cloudinit/config/cc_chef.py @@ -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: -- cgit v1.2.3