/usr/share/doc/cloud-init/examples/include.txt is in cloud-init 0.6.3-0ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 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
|