feat: initial commit
[arvados-formula.git] / pillar.example
1 # -*- coding: utf-8 -*-
2 # vim: ft=yaml
3 ---
4 TEMPLATE:
5   lookup:
6     master: template-master
7     # Just for testing purposes
8     winner: lookup
9     added_in_lookup: lookup_value
10
11   # Using bash package and udev service as an example. This allows us to
12   # test the template formula itself. You should set these parameters to
13   # examples that make sense in the contexto of the formula you're writing.
14   pkg:
15     name: bash
16   service:
17     name: systemd-journald
18   config: /etc/template-formula.conf
19
20   tofs:
21     # The files_switch key serves as a selector for alternative
22     # directories under the formula files directory. See TOFS pattern
23     # doc for more info.
24     # Note: Any value not evaluated by `config.get` will be used literally.
25     # This can be used to set custom paths, as many levels deep as required.
26     files_switch:
27       - any/path/can/be/used/here
28       - id
29       - roles
30       - osfinger
31       - os
32       - os_family
33     # All aspects of path/file resolution are customisable using the options below.
34     # This is unnecessary in most cases; there are sensible defaults.
35     # Default path: salt://< path_prefix >/< dirs.files >/< dirs.default >
36     #         I.e.: salt://TEMPLATE/files/default
37     # path_prefix: template_alt
38     # dirs:
39     #   files: files_alt
40     #   default: default_alt
41     # The entries under `source_files` are prepended to the default source files
42     # given for the state
43     # source_files:
44     #   TEMPLATE-config-file-file-managed:
45     #     - 'example_alt.tmpl'
46     #     - 'example_alt.tmpl.jinja'
47
48     # For testing purposes
49     source_files:
50       TEMPLATE-config-file-file-managed:
51         - 'example.tmpl.jinja'
52       TEMPLATE-subcomponent-config-file-file-managed:
53         - 'subcomponent-example.tmpl.jinja'
54
55   # Just for testing purposes
56   winner: pillar
57   added_in_pillar: pillar_value