diff options
author | Scott Moser <smoser@ubuntu.com> | 2011-03-03 20:37:30 -0500 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2011-03-03 20:37:30 -0500 |
commit | cf0c6b0fe07caff6f50235eda7b1a0f6a404dc42 (patch) | |
tree | bab742f22ea78cc3056bc1594f38c3da3b82744a | |
parent | f885aaf58da84660f8354cc4a3d4eef3444569f9 (diff) | |
download | vyos-cloud-init-cf0c6b0fe07caff6f50235eda7b1a0f6a404dc42.tar.gz vyos-cloud-init-cf0c6b0fe07caff6f50235eda7b1a0f6a404dc42.zip |
add 'timezone' cloud-config module to cloud.cfg
-rw-r--r-- | config/cloud.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/cloud.cfg b/config/cloud.cfg index f8e18ac4..f0af635f 100644 --- a/config/cloud.cfg +++ b/config/cloud.cfg @@ -19,6 +19,7 @@ cloud_config_modules: - set-passwords - grub-dpkg - apt-update-upgrade + - timezone - puppet - disable-ec2-metadata - runcmd |