diff options
| author | Scott Moser <smoser@ubuntu.com> | 2012-11-10 22:22:43 -0500 |
|---|---|---|
| committer | Scott Moser <smoser@ubuntu.com> | 2012-11-10 22:22:43 -0500 |
| commit | 15f3d2e53437e18f50c037694e6db174c9d5cf8f (patch) | |
| tree | c4f414058c6322626b9eeca41bfd4582da17db24 /tests/data | |
| parent | dbeb73f174ccc3b992a8488b7a72cf35c685f139 (diff) | |
| parent | cec15471c0fc7008cad607da222dd3c177e764b6 (diff) | |
| download | vyos-cloud-init-15f3d2e53437e18f50c037694e6db174c9d5cf8f.tar.gz vyos-cloud-init-15f3d2e53437e18f50c037694e6db174c9d5cf8f.zip | |
sync with trunk
Diffstat (limited to 'tests/data')
| -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: [] |
