diff options
author | Joshua Harlow <harlowja@yahoo-inc.com> | 2012-06-16 20:03:38 -0700 |
---|---|---|
committer | Joshua Harlow <harlowja@yahoo-inc.com> | 2012-06-16 20:03:38 -0700 |
commit | af2bf6577dc17ff85c38f76fddf6f6c7fbad992b (patch) | |
tree | 49d786f98ed8b726753b8b099e40dda9aebd4600 /config/cloud.cfg | |
parent | 4a9bfce6a5dedd7702507e8810c39677c532e42f (diff) | |
download | vyos-cloud-init-af2bf6577dc17ff85c38f76fddf6f6c7fbad992b.tar.gz vyos-cloud-init-af2bf6577dc17ff85c38f76fddf6f6c7fbad992b.zip |
Match the transform named final_msg by adding a _msg to the transform name.
Diffstat (limited to 'config/cloud.cfg')
-rw-r--r-- | config/cloud.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/cloud.cfg b/config/cloud.cfg index f1c43f2f..147e0500 100644 --- a/config/cloud.cfg +++ b/config/cloud.cfg @@ -20,7 +20,7 @@ preserve_hostname: false # The transform modules that run in the 'init' stage cloud_init_modules: - - welcome + - welcome_msg - bootcmd - resizefs - set_hostname |