diff options
| author | Scott Moser <smoser@ubuntu.com> | 2010-01-26 19:49:54 -0500 |
|---|---|---|
| committer | Scott Moser <smoser@ubuntu.com> | 2010-01-26 19:49:54 -0500 |
| commit | ea56eab92a3b373aecf1d14390ef6c0c6682d2e9 (patch) | |
| tree | 8e838aedc2faf076b27b7f460e8e898a4a37d550 /examples/include.txt | |
| parent | e7fcf1d3ab91193d9e3ff86fa845e5bd0edca86d (diff) | |
| download | vyos-cloud-init-ea56eab92a3b373aecf1d14390ef6c0c6682d2e9.tar.gz vyos-cloud-init-ea56eab92a3b373aecf1d14390ef6c0c6682d2e9.zip | |
add examples of user data
Diffstat (limited to 'examples/include.txt')
| -rw-r--r-- | examples/include.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/include.txt b/examples/include.txt new file mode 100644 index 00000000..5bdc7991 --- /dev/null +++ b/examples/include.txt @@ -0,0 +1,5 @@ +#include +# entries are one url per line. comment lines beginning with '#' are allowed +# urls are passed to urllib.urlopen, so the format must be supported there +http://www.ubuntu.com/robots.txt +http://www.w3schools.com/html/lastpage.htm |
