mirror of
https://github.com/saltstack-formulas/template-formula.git
synced 2025-04-17 10:10:28 +00:00

Make use of the new pre-salted images: * https://gitlab.com/saltstack-formulas/infrastructure/salt-image-builder/-/merge_requests/55
34 lines
747 B
YAML
34 lines
747 B
YAML
# yamllint disable rule:indentation rule:line-length
|
|
# Gentoo-2
|
|
---
|
|
added_in_defaults: defaults_value
|
|
added_in_lookup: lookup_value
|
|
added_in_pillar: pillar_value
|
|
arch: amd64
|
|
config: /etc/template-formula.conf
|
|
lookup:
|
|
added_in_lookup: lookup_value
|
|
master: template-master
|
|
winner: lookup
|
|
master: template-master
|
|
pkg:
|
|
name: app-shells/bash
|
|
rootgroup: root
|
|
service:
|
|
name: systemd-journald
|
|
subcomponent:
|
|
config: /etc/TEMPLATE-subcomponent-formula.conf
|
|
tofs:
|
|
files_switch:
|
|
- any/path/can/be/used/here
|
|
- id
|
|
- roles
|
|
- osfinger
|
|
- os
|
|
- os_family
|
|
source_files:
|
|
TEMPLATE-config-file-file-managed:
|
|
- example.tmpl.jinja
|
|
TEMPLATE-subcomponent-config-file-file-managed:
|
|
- subcomponent-example.tmpl.jinja
|
|
winner: pillar
|