From 7e2e87f2de893835900eb5a96458a865f36c624c Mon Sep 17 00:00:00 2001 From: Scott Moser Date: Fri, 21 Jan 2011 21:49:55 -0500 Subject: add function to cloud-init to run cloud-config style modules add 'hostname' cloud-config option for setting hostname make rsyslog and resizefs run at cloud-init time --- config/cloud.cfg | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'config') diff --git a/config/cloud.cfg b/config/cloud.cfg index da8c70a6..90aecb6a 100644 --- a/config/cloud.cfg +++ b/config/cloud.cfg @@ -3,10 +3,14 @@ user: ubuntu disable_root: 1 preserve_hostname: False -cloud_config_modules: +cloud_init_modules: - resizefs - - mounts + - set_hostname + - update_hostname - rsyslog + +cloud_config_modules: + - mounts - ssh-import-id - locale - ssh -- cgit v1.2.3