diff options
author | Scott Moser <smoser@ubuntu.com> | 2011-01-25 04:07:29 +0000 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2011-01-25 04:07:29 +0000 |
commit | a501b8876483c8f9e82c9d1512f986e04cf48c46 (patch) | |
tree | 803b5c80b1181b75734b4a914e213754ffb01f3b /config/cloud.cfg | |
parent | 2b94f4428f669defbebf0be720d83452c553e8d6 (diff) | |
download | vyos-cloud-init-a501b8876483c8f9e82c9d1512f986e04cf48c46.tar.gz vyos-cloud-init-a501b8876483c8f9e82c9d1512f986e04cf48c46.zip |
add support for reading rightscale style userdata
LP: #668400
Diffstat (limited to 'config/cloud.cfg')
-rw-r--r-- | config/cloud.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/cloud.cfg b/config/cloud.cfg index c499969f..2aa574c7 100644 --- a/config/cloud.cfg +++ b/config/cloud.cfg @@ -22,6 +22,7 @@ cloud_config_modules: - byobu cloud_final_modules: + - rightscale_userdata - scripts-per-once - scripts-per-boot - scripts-per-instance |