summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/cloud.cfg13
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