From f57d00275779ce86b457ad7efc8ceb4fbb020c43 Mon Sep 17 00:00:00 2001 From: Scott Moser Date: Mon, 24 Jan 2011 12:04:09 -0500 Subject: make the module list that cloud-config selects specified via cmdline instead of hard-coding in cloud-init-cfg the module list that should be read, read it from the second command line argument. Basically, instead of reading 'cloud_config_modules', specify 'cloud_config' when cloud-init-cfg is run. change the upstart job to invoke cloud-init-cfg with: exec cloud-init-cfg all cloud_config rather than exec cloud-init-cfg all --- upstart/cloud-config.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'upstart/cloud-config.conf') diff --git a/upstart/cloud-config.conf b/upstart/cloud-config.conf index 6649a99d..5c6fed82 100644 --- a/upstart/cloud-config.conf +++ b/upstart/cloud-config.conf @@ -5,4 +5,4 @@ start on (filesystem and started rsyslog) console output task -exec cloud-init-cfg all +exec cloud-init-cfg all cloud_config -- cgit v1.2.3