~cloud-init-dev/cloud-init/trunk

« back to all changes in this revision

Viewing changes to doc/examples/cloud-config-vendor-data.txt

  • Committer: Scott Moser
  • Date: 2016-08-10 15:06:15 UTC
  • Revision ID: smoser@ubuntu.com-20160810150615-ma2fv107w3suy1ma
README: Mention move of revision control to git.

cloud-init development has moved its revision control to git.
It is available at 
  https://code.launchpad.net/cloud-init

Clone with 
  git clone https://git.launchpad.net/cloud-init
or
  git clone git+ssh://git.launchpad.net/cloud-init

For more information see
  https://git.launchpad.net/cloud-init/tree/HACKING.rst

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#cloud-config
2
 
#
3
 
# This explains how to control vendordata via a cloud-config
4
 
#
5
 
# On select Datasources, vendors have a channel for the consumptions
6
 
# of all support user-data types via a special channel called
7
 
# vendordata. Users of the end system are given ultimate control.
8
 
#
9
 
vendor_data:
10
 
    enabled: True
11
 
    prefix: /usr/bin/ltrace
12
 
 
13
 
# enabled: whether it is enabled or not
14
 
# prefix: the command to run before any vendor scripts.
15
 
#   Note: this is a fairly weak method of containment. It should
16
 
#         be used to profile a script, not to prevent its run