diff options
author | Joshua Harlow <harlowja@yahoo-inc.com> | 2012-06-21 19:48:06 -0700 |
---|---|---|
committer | Joshua Harlow <harlowja@yahoo-inc.com> | 2012-06-21 19:48:06 -0700 |
commit | 1a0da144ef9afbc36a04cda9f17308b7eb4bcaf7 (patch) | |
tree | 1a6733a2778dbbc7cd547d24f0ffa1c6bf2b183d /config/cloud.cfg | |
parent | 57d5e5647bf289da854dc717a9f70d28abf5a708 (diff) | |
download | vyos-cloud-init-1a0da144ef9afbc36a04cda9f17308b7eb4bcaf7.tar.gz vyos-cloud-init-1a0da144ef9afbc36a04cda9f17308b7eb4bcaf7.zip |
Comment cleanups and remove unneeded quotes.
Diffstat (limited to 'config/cloud.cfg')
-rw-r--r-- | config/cloud.cfg | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/config/cloud.cfg b/config/cloud.cfg index a87b613d..5dae4047 100644 --- a/config/cloud.cfg +++ b/config/cloud.cfg @@ -1,4 +1,4 @@ -# The top level settings are used as transforms +# The top level settings are used as module # and system configuration. # This user will have its password adjusted @@ -60,14 +60,15 @@ cloud_final_modules: - final-message # System and/or distro specific settings +# (not accessible to handlers/transforms) system_info: # This will affect which distro class gets used distro: ubuntu # Other config here will be given to the distro class and/or path classes paths: - cloud_dir: "/var/lib/cloud/" - templates_dir: "/etc/cloud/templates/" - upstart_dir: "/etc/init/" - package_mirror: "http://archive.ubuntu.com/ubuntu" - availability_zone_template: "http://%(zone)s.ec2.archive.ubuntu.com/ubuntu/" + cloud_dir: /var/lib/cloud/ + templates_dir: /etc/cloud/templates/ + upstart_dir: /etc/init/ + package_mirror: http://archive.ubuntu.com/ubuntu + availability_zone_template: http://%(zone)s.ec2.archive.ubuntu.com/ubuntu/ ssh_svcname: ssh |