~avishai-ish-shalom/cloud-init/chef

« back to all changes in this revision

Viewing changes to doc/userdata.txt

  • Committer: Avishai Ish-Shalom
  • Date: 2011-09-08 22:39:28 UTC
  • mfrom: (390.1.52 chef.fixes)
  • Revision ID: avishai.ish-shalom@mail.huji.ac.il-20110908223928-74by62gszzin4lkk
Merged main branch

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
   will be passed through this same set of rules.  Ie, the content
37
37
   read from the URL can be gzipped, mime-multi-part, or plain text
38
38
 
 
39
* Include File Once
 
40
   begins with  #include-once      or Content-Type: text/x-include-once-url
 
41
   This content is a "include" file.  The file contains a list of
 
42
   urls, one per line.  Each of the URLs will be read, and their content
 
43
   will be passed through this same set of rules.  Ie, the content
 
44
   read from the URL can be gzipped, mime-multi-part, or plain text
 
45
   This file will just be downloaded only once per instance, and its
 
46
   contents cached for subsequent boots.  This allows you to pass in
 
47
   one-time-use or expiring URLs.
 
48
 
39
49
 * Cloud Config Data
40
50
   begins with  #cloud-config or Content-Type: text/cloud-config
41
51