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 (17 lines) | stat: -rw-r--r-- 713 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
cc_chef:
  description: |
    This module enables Chef to be installed (from packages, gems, or from
    omnibus). Before this occurs, Chef configuration is written to disk
    (``validation.pem``, ``client.pem``, ``firstboot.json``, ``client.rb``),
    and required directories are created (``/etc/chef`` and ``/var/log/chef``
    and so on).

    If configured, Chef will be installed and started in either daemon or
    non-daemon mode. If run in non-daemon mode, post-run actions are executed
    to do finishing activities such as removing ``validation.pem``.
  examples:
  - comment: |
      Example 1:
    file: cc_chef/example1.yaml
  name: Chef
  title: Module that installs, configures, and starts Chef