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-- 969 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
cc_zypper_add_repo:
  description: |
    Zypper behavior can be configured using the ``config`` key, which will
    modify ``/etc/zypp/zypp.conf``. The configuration writer will only append
    the provided configuration options to the configuration file. Any duplicate
    options will be resolved by the way the ``zypp.conf`` INI file is parsed.
    
    .. note::
       Setting ``configdir`` is not supported and will be skipped.
       
    The ``repos`` key may be used to add repositories to the system. Beyond the
    required ``id`` and ``baseurl`` attributions, no validation is performed on
    the ``repos`` entries.

    It is assumed the user is familiar with the Zypper repository file format.
    This configuration is also applicable for systems with
    transactional-updates.
  examples:
  - comment: |
      Example 1:
    file: cc_zypper_add_repo/example1.yaml
  name: Zypper Add Repo
  title: Configure Zypper behavior and add Zypper repositories