summaryrefslogtreecommitdiff
path: root/cloudinit/transforms/cc_timezone.py
diff options
context:
space:
mode:
authorJoshua Harlow <harlowja@yahoo-inc.com>2012-06-15 18:29:49 -0700
committerJoshua Harlow <harlowja@yahoo-inc.com>2012-06-15 18:29:49 -0700
commitf6814994cb1c94ce150f148584f7132651b4f00b (patch)
treec974a4ec38e82abe3a976fff64f7650e20e4b495 /cloudinit/transforms/cc_timezone.py
parenta456f4fdc26eba06ee98ffe2eeeafc6e15a39e88 (diff)
downloadvyos-cloud-init-f6814994cb1c94ce150f148584f7132651b4f00b.tar.gz
vyos-cloud-init-f6814994cb1c94ce150f148584f7132651b4f00b.zip
Update comment about distro handling its timezone
Diffstat (limited to 'cloudinit/transforms/cc_timezone.py')
-rw-r--r--cloudinit/transforms/cc_timezone.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/cloudinit/transforms/cc_timezone.py b/cloudinit/transforms/cc_timezone.py
index 6fb5edc0..02cbf2dc 100644
--- a/cloudinit/transforms/cc_timezone.py
+++ b/cloudinit/transforms/cc_timezone.py
@@ -32,5 +32,6 @@ def handle(_name, cfg, cloud, log, args):
if not timezone:
log.debug("Skipping module named %s, no 'timezone' specified", name)
return
-
+
+ # Let the distro handle settings its timezone
cloud.distro.set_timezone(timezone)