File: custom_modules.rst

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 (18 lines) | stat: -rw-r--r-- 410 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Custom Modules
**************

This includes reference documentation on how to extend cloud-init with
custom / out-of-tree functionality.

.. _custom_formats:

-----

.. toctree::
   :maxdepth: 1

   custom_modules/custom_clean_scripts.rst
   custom_modules/custom_configuration_module.rst
   custom_modules/custom_datasource.rst
   custom_modules/custom_mergers.rst
   custom_modules/custom_part_handlers.rst