Blame doc/examples/cloud-config-vendor-data.txt

Packit Service a04d08
#cloud-config
Packit Service a04d08
#
Packit Service a04d08
# This explains how to control vendordata via a cloud-config
Packit Service a04d08
#
Packit Service a04d08
# On select Datasources, vendors have a channel for the consumptions
Packit Service a04d08
# of all support user-data types via a special channel called
Packit Service a04d08
# vendordata. Users of the end system are given ultimate control.
Packit Service a04d08
#
Packit Service a04d08
vendor_data:
Packit Service 751c4a
  enabled: True
Packit Service 751c4a
  prefix: /usr/bin/ltrace
Packit Service a04d08
Packit Service a04d08
# enabled: whether it is enabled or not
Packit Service a04d08
# prefix: the command to run before any vendor scripts.
Packit Service a04d08
#   Note: this is a fairly weak method of containment. It should
Packit Service a04d08
#         be used to profile a script, not to prevent its run