diff options
author | Joshua Harlow <harlowja@yahoo-inc.com> | 2012-11-08 17:05:46 -0800 |
---|---|---|
committer | Joshua Harlow <harlowja@yahoo-inc.com> | 2012-11-08 17:05:46 -0800 |
commit | 2199cf29b48f3f9789ce108951121ac6e55c5d4c (patch) | |
tree | 1fe5e54768223be3fd1cd184e16ef2288c600270 /tests/data/user_data.1.txt | |
parent | 6240367f1e87b077c81a8af2883cd4b50f64d76b (diff) | |
parent | 154ad87b29344ea4d29d92f8559f61bb6efe6530 (diff) | |
download | vyos-cloud-init-2199cf29b48f3f9789ce108951121ac6e55c5d4c.tar.gz vyos-cloud-init-2199cf29b48f3f9789ce108951121ac6e55c5d4c.zip |
Merge fix for distro config not being
reflected when running in the init stage
after user-data has been loaded.
Diffstat (limited to 'tests/data/user_data.1.txt')
-rw-r--r-- | tests/data/user_data.1.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/data/user_data.1.txt b/tests/data/user_data.1.txt new file mode 100644 index 00000000..4c4543de --- /dev/null +++ b/tests/data/user_data.1.txt @@ -0,0 +1,15 @@ +#cloud-config +write_files: +- content: blah + path: /etc/blah.ini + permissions: 493 + +system_info: + package_mirrors: + - arches: [i386, amd64, blah] + failsafe: + primary: http://my.archive.mydomain.com/ubuntu + security: http://my.security.mydomain.com/ubuntu + search: + primary: [] + security: [] |