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 (23 lines) | stat: -rw-r--r-- 891 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
20
21
22
23
cc_apk_configure:
  description: |
    This module handles configuration of the Alpine Package Keeper (APK)
    ``/etc/apk/repositories`` file.

    .. note::
       To ensure that APK configuration is valid YAML, any strings
       containing special characters, especially colons, should be quoted
       (":").
  examples:
  - comment: >
      Example 1: Keep the existing ``/etc/apk/repositories`` file unaltered.
    file: cc_apk_configure/example1.yaml
  - comment: >
      Example 2: Create repositories file for Alpine v3.12 main and community
      using default mirror site.
    file: cc_apk_configure/example2.yaml
  - comment: >
      Example 3: Create repositories file for Alpine Edge main, community, and
      testing using a specified mirror site and also a local repo.
    file: cc_apk_configure/example3.yaml
  name: APK Configure
  title: Configure APK repositories file