diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/cloud.cfg | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/config/cloud.cfg b/config/cloud.cfg index 0e431962..7a6bf243 100644 --- a/config/cloud.cfg +++ b/config/cloud.cfg @@ -21,15 +21,15 @@ preserve_hostname: false # The transform that run in the 'init' stage cloud_init_modules: # This is the hash way of specifying a transform - - name: welcome_message + - name: welcome-message # This argument list will get passed to the transform when activated args: - init - bootcmd - resizefs - - set_hostname - - update_hostname - - update_etc_hosts + - set-hostname + - update-hostname + - update-etc-hosts - ca-certs - rsyslog - ssh @@ -55,7 +55,7 @@ cloud_config_modules: # The transforms that run in the 'final' stage cloud_final_modules: - - rightscale_userdata + - rightscale-userdata - scripts-per-once - scripts-per-boot - scripts-per-instance |