From 1a0da144ef9afbc36a04cda9f17308b7eb4bcaf7 Mon Sep 17 00:00:00 2001 From: Joshua Harlow Date: Thu, 21 Jun 2012 19:48:06 -0700 Subject: Comment cleanups and remove unneeded quotes. --- config/cloud.cfg | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'config/cloud.cfg') 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 -- cgit v1.2.3