File: data.yaml

package info (click to toggle)
cloud-init 25.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 12,412 kB
  • sloc: python: 135,894; sh: 3,883; makefile: 141; javascript: 30; xml: 22
file content (19 lines) | stat: -rw-r--r-- 737 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
cc_scripts_vendor:
  description: |
    On select Datasources, vendors have a channel for the consumption of all
    supported user data types via a special channel called vendor data. Any
    scripts in the ``scripts/vendor`` directory in the datasource will be run
    when a new instance is first booted. Scripts will be run in alphabetical
    order. This module allows control over the execution of vendor data.
  examples:
  - comment: |
      Example 1:
    file: cc_scripts_vendor/example1.yaml
  - comment: |
      Example 2:
    file: cc_scripts_vendor/example2.yaml
  - comment: |
      Example 3: Vendor data will not be processed.
    file: cc_scripts_vendor/example3.yaml
  name: Scripts Vendor
  title: Run vendor scripts