diff options
author | Marc Cluet <marc.cluet@ubuntu.com> | 2011-07-25 13:27:27 +0100 |
---|---|---|
committer | Marc Cluet <marc.cluet@ubuntu.com> | 2011-07-25 13:27:27 +0100 |
commit | 57ea45b2bc86895582de65928c555e6f0430b287 (patch) | |
tree | 6bea9226c35341a9884b9744d1399f7353976613 /doc/examples | |
parent | a3dcbac2528f7c8ecaedeca64c4792f7e3d4ee59 (diff) | |
download | vyos-cloud-init-57ea45b2bc86895582de65928c555e6f0430b287.tar.gz vyos-cloud-init-57ea45b2bc86895582de65928c555e6f0430b287.zip |
Added new feature include-once
Diffstat (limited to 'doc/examples')
-rw-r--r-- | doc/examples/include-once.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/examples/include-once.txt b/doc/examples/include-once.txt new file mode 100644 index 00000000..0cf74e5e --- /dev/null +++ b/doc/examples/include-once.txt @@ -0,0 +1,7 @@ +#include-once +# 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 +# This entries will just be processed ONE TIME by cloud-init, any further +# iterations won't process this file +http://www.ubuntu.com/robots.txt +http://www.w3schools.com/html/lastpage.htm |