44629554881fcb1511fba1dce3fff6f0cd90257e
[arvados-formula.git] / test / salt / pillar / centos6.sls
1 # -*- coding: utf-8 -*-
2 # vim: ft=yaml
3 ---
4 arvados:
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: cronie
16   service:
17     name: crond
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     # path_prefix: template_alt
36     # dirs:
37     #   files: files_alt
38     #   default: default_alt
39     # The entries under `source_files` are prepended to the default source files
40     # given for the state
41     # source_files:
42     #   template-config-file-file-managed:
43     #     - 'example_alt.tmpl'
44     #     - 'example_alt.tmpl.jinja'
45
46     # For testing purposes
47     source_files:
48       arvados-config-file-file-managed:
49         - 'example.tmpl.jinja'
50       arvados-subcomponent-config-file-file-managed:
51         - 'subcomponent-example.tmpl.jinja'
52
53   # Just for testing purposes
54   winner: pillar
55   added_in_pillar: pillar_value