diff options
author | Joshua Harlow <harlowja@yahoo-inc.com> | 2014-10-23 17:57:10 -0700 |
---|---|---|
committer | Joshua Harlow <harlowja@yahoo-inc.com> | 2014-10-23 17:57:10 -0700 |
commit | 69f4a9c5d73be23d00be0fefb41788e6744112e7 (patch) | |
tree | 7c03670bc144055d246d69fccad45837e5c07455 /cloudinit | |
parent | 17f180790f4a8b7f818b76abf34cc6b2ba61f0af (diff) | |
download | vyos-cloud-init-69f4a9c5d73be23d00be0fefb41788e6744112e7.tar.gz vyos-cloud-init-69f4a9c5d73be23d00be0fefb41788e6744112e7.zip |
Add a link to the module code
Diffstat (limited to 'cloudinit')
-rw-r--r-- | cloudinit/config/cc_debug.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cloudinit/config/cc_debug.py b/cloudinit/config/cc_debug.py index 39d85fdc..a3af4500 100644 --- a/cloudinit/config/cc_debug.py +++ b/cloudinit/config/cc_debug.py @@ -51,6 +51,8 @@ def _make_header(text): def handle(name, cfg, cloud, log, args): + """Handler method activated by cloud-init.""" + verbose = util.get_cfg_by_path(cfg, ('debug', 'verbose'), default=True) if args: # if args are provided (from cmdline) then explicitly set verbose |