File: data.yaml

package info (click to toggle)
cloud-init 25.1.4-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 12,052 kB
  • sloc: python: 134,399; sh: 3,879; makefile: 128; javascript: 30; xml: 22
file content (19 lines) | stat: -rw-r--r-- 681 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_fan:
  description: |
    This module installs, configures and starts the Ubuntu fan network
    system (`Read more about Ubuntu Fan <https://wiki.ubuntu.com/FanNetworking>`_).

    If cloud-init sees a ``fan`` entry in cloud-config it will:

    - Write ``config_path`` with the contents of the ``config`` key
    - Install the package ``ubuntu-fan`` if it is not installed
    - Ensure the service is started (or restarted if was previously running)

    Additionally, the ``ubuntu-fan`` package will be automatically installed
    if not present.
  examples:
  - comment: |
      Example 1:
    file: cc_fan/example1.yaml
  name: Fan
  title: Configure Ubuntu fan networking