diff options
author | Joshua Harlow <harlowja@yahoo-inc.com> | 2012-06-16 20:48:30 -0700 |
---|---|---|
committer | Joshua Harlow <harlowja@yahoo-inc.com> | 2012-06-16 20:48:30 -0700 |
commit | 860155034677c0d2b51c903b6affd6f7174afee6 (patch) | |
tree | d8948bb51d0552bc5fef796b70c6c9883727e518 /config/cloud.cfg | |
parent | a2e75f6d01688026b7ccfe5d71a11fff6205a287 (diff) | |
download | vyos-cloud-init-860155034677c0d2b51c903b6affd6f7174afee6.tar.gz vyos-cloud-init-860155034677c0d2b51c903b6affd6f7174afee6.zip |
Consistently use dashes instead of underscores for the transform names
Diffstat (limited to 'config/cloud.cfg')
-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 |