diff options
author | Scott Moser <smoser@ubuntu.com> | 2010-08-13 11:42:57 -0400 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2010-08-13 11:42:57 -0400 |
commit | 38422134fb64879cad81beb6cad15e538bdf87a6 (patch) | |
tree | 33afa6f3e48231da8f5f05b452f4bd2b021f94d8 /upstart/cloud-run-user-script.conf | |
parent | aa88711b90478e71924f0be7794765581391577f (diff) | |
download | vyos-cloud-init-38422134fb64879cad81beb6cad15e538bdf87a6.tar.gz vyos-cloud-init-38422134fb64879cad81beb6cad15e538bdf87a6.zip |
add support for '%s' in base of seed.
if 'base' input to reed_seeded contains a "%s", then substitute
'user-data' and 'meta-data' at that location rather than at the end.
Ie:
- base="http://foo.bar/"
userdata_url = http://foo.bar/user-data
metadata_url = http://foo.bar/meta-data
- base="http://foo.bar/%s?user=smoser"
userdata_url = http://foo.bar/user-data&user=smoser"
metadata_url = http://foo.bar/meta-data&user=smoser"
Diffstat (limited to 'upstart/cloud-run-user-script.conf')
0 files changed, 0 insertions, 0 deletions