unbound-formula/test/salt/pillar/upstart.sls
2021-04-19 22:35:32 +02:00

51 lines
1.4 KiB
YAML

# -*- coding: utf-8 -*-
# vim: ft=yaml
---
unbound:
lookup:
master: template-master
# Just for testing purposes
winner: lookup
added_in_lookup: lookup_value
# pkg:
# name: unbound
# service:
# name: unbound
# config: /etc/unbound/unbound.conf
tofs:
# The files_switch key serves as a selector for alternative
# directories under the formula files directory. See TOFS pattern
# doc for more info.
# Note: Any value not evaluated by `config.get` will be used literally.
# This can be used to set custom paths, as many levels deep as required.
files_switch:
- any/path/can/be/used/here
- id
- roles
- osfinger
- os
- os_family
# All aspects of path/file resolution are customisable using the options below.
# This is unnecessary in most cases; there are sensible defaults.
# path_prefix: template_alt
# dirs:
# files: files_alt
# default: default_alt
# The entries under `source_files` are prepended to the default source files
# given for the state
# source_files:
# template-config-file-file-managed:
# - 'example_alt.tmpl'
# - 'example_alt.tmpl.jinja'
# For testing purposes
source_files:
unbound-config-file-file-managed:
- 'unbound.conf.jinja'
# Just for testing purposes
winner: pillar
added_in_pillar: pillar_value