mirror of
https://github.com/saltstack-formulas/template-formula.git
synced 2025-04-17 10:10:28 +00:00
ci: add mapdata for new os
This commit is contained in:
parent
d53ceae71b
commit
a1bdd12608
8 changed files with 352 additions and 0 deletions
44
test/integration/default/files/_mapdata/almalinux-9.yaml
Normal file
44
test/integration/default/files/_mapdata/almalinux-9.yaml
Normal file
|
@ -0,0 +1,44 @@
|
||||||
|
# yamllint disable rule:indentation rule:line-length
|
||||||
|
# AlmaLinux-9
|
||||||
|
---
|
||||||
|
values:
|
||||||
|
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
|
||||||
|
map_jinja:
|
||||||
|
sources:
|
||||||
|
- Y:G@osarch
|
||||||
|
- Y:G@os_family
|
||||||
|
- Y:G@os
|
||||||
|
- Y:G@osfinger
|
||||||
|
- C@TEMPLATE:lookup
|
||||||
|
- C@TEMPLATE
|
||||||
|
- Y:G@id
|
||||||
|
master: template-master
|
||||||
|
pkg:
|
||||||
|
name: 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
|
|
@ -0,0 +1,44 @@
|
||||||
|
# yamllint disable rule:indentation rule:line-length
|
||||||
|
# Amazon Linux-2023
|
||||||
|
---
|
||||||
|
values:
|
||||||
|
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
|
||||||
|
map_jinja:
|
||||||
|
sources:
|
||||||
|
- Y:G@osarch
|
||||||
|
- Y:G@os_family
|
||||||
|
- Y:G@os
|
||||||
|
- Y:G@osfinger
|
||||||
|
- C@TEMPLATE:lookup
|
||||||
|
- C@TEMPLATE
|
||||||
|
- Y:G@id
|
||||||
|
master: template-master
|
||||||
|
pkg:
|
||||||
|
name: 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
|
44
test/integration/default/files/_mapdata/debian-12.yaml
Normal file
44
test/integration/default/files/_mapdata/debian-12.yaml
Normal file
|
@ -0,0 +1,44 @@
|
||||||
|
# yamllint disable rule:indentation rule:line-length
|
||||||
|
# Debian-12
|
||||||
|
---
|
||||||
|
values:
|
||||||
|
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
|
||||||
|
map_jinja:
|
||||||
|
sources:
|
||||||
|
- Y:G@osarch
|
||||||
|
- Y:G@os_family
|
||||||
|
- Y:G@os
|
||||||
|
- Y:G@osfinger
|
||||||
|
- C@TEMPLATE:lookup
|
||||||
|
- C@TEMPLATE
|
||||||
|
- Y:G@id
|
||||||
|
master: template-master
|
||||||
|
pkg:
|
||||||
|
name: 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
|
44
test/integration/default/files/_mapdata/fedora-40.yaml
Normal file
44
test/integration/default/files/_mapdata/fedora-40.yaml
Normal file
|
@ -0,0 +1,44 @@
|
||||||
|
# yamllint disable rule:indentation rule:line-length
|
||||||
|
# Fedora-40
|
||||||
|
---
|
||||||
|
values:
|
||||||
|
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
|
||||||
|
map_jinja:
|
||||||
|
sources:
|
||||||
|
- Y:G@osarch
|
||||||
|
- Y:G@os_family
|
||||||
|
- Y:G@os
|
||||||
|
- Y:G@osfinger
|
||||||
|
- C@TEMPLATE:lookup
|
||||||
|
- C@TEMPLATE
|
||||||
|
- Y:G@id
|
||||||
|
master: template-master
|
||||||
|
pkg:
|
||||||
|
name: 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
|
44
test/integration/default/files/_mapdata/fedora-41.yaml
Normal file
44
test/integration/default/files/_mapdata/fedora-41.yaml
Normal file
|
@ -0,0 +1,44 @@
|
||||||
|
# yamllint disable rule:indentation rule:line-length
|
||||||
|
# Fedora-41
|
||||||
|
---
|
||||||
|
values:
|
||||||
|
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
|
||||||
|
map_jinja:
|
||||||
|
sources:
|
||||||
|
- Y:G@osarch
|
||||||
|
- Y:G@os_family
|
||||||
|
- Y:G@os
|
||||||
|
- Y:G@osfinger
|
||||||
|
- C@TEMPLATE:lookup
|
||||||
|
- C@TEMPLATE
|
||||||
|
- Y:G@id
|
||||||
|
master: template-master
|
||||||
|
pkg:
|
||||||
|
name: 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
|
44
test/integration/default/files/_mapdata/oraclelinux-9.yaml
Normal file
44
test/integration/default/files/_mapdata/oraclelinux-9.yaml
Normal file
|
@ -0,0 +1,44 @@
|
||||||
|
# yamllint disable rule:indentation rule:line-length
|
||||||
|
# Oracle Linux Server-9
|
||||||
|
---
|
||||||
|
values:
|
||||||
|
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
|
||||||
|
map_jinja:
|
||||||
|
sources:
|
||||||
|
- Y:G@osarch
|
||||||
|
- Y:G@os_family
|
||||||
|
- Y:G@os
|
||||||
|
- Y:G@osfinger
|
||||||
|
- C@TEMPLATE:lookup
|
||||||
|
- C@TEMPLATE
|
||||||
|
- Y:G@id
|
||||||
|
master: template-master
|
||||||
|
pkg:
|
||||||
|
name: 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
|
44
test/integration/default/files/_mapdata/rockylinux-9.yaml
Normal file
44
test/integration/default/files/_mapdata/rockylinux-9.yaml
Normal file
|
@ -0,0 +1,44 @@
|
||||||
|
# yamllint disable rule:indentation rule:line-length
|
||||||
|
# Rocky Linux-9
|
||||||
|
---
|
||||||
|
values:
|
||||||
|
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
|
||||||
|
map_jinja:
|
||||||
|
sources:
|
||||||
|
- Y:G@osarch
|
||||||
|
- Y:G@os_family
|
||||||
|
- Y:G@os
|
||||||
|
- Y:G@osfinger
|
||||||
|
- C@TEMPLATE:lookup
|
||||||
|
- C@TEMPLATE
|
||||||
|
- Y:G@id
|
||||||
|
master: template-master
|
||||||
|
pkg:
|
||||||
|
name: 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
|
44
test/integration/default/files/_mapdata/ubuntu-24.yaml
Normal file
44
test/integration/default/files/_mapdata/ubuntu-24.yaml
Normal file
|
@ -0,0 +1,44 @@
|
||||||
|
# yamllint disable rule:indentation rule:line-length
|
||||||
|
# Ubuntu-24.04
|
||||||
|
---
|
||||||
|
values:
|
||||||
|
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
|
||||||
|
map_jinja:
|
||||||
|
sources:
|
||||||
|
- Y:G@osarch
|
||||||
|
- Y:G@os_family
|
||||||
|
- Y:G@os
|
||||||
|
- Y:G@osfinger
|
||||||
|
- C@TEMPLATE:lookup
|
||||||
|
- C@TEMPLATE
|
||||||
|
- Y:G@id
|
||||||
|
master: template-master
|
||||||
|
pkg:
|
||||||
|
name: 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
|
Loading…
Add table
Reference in a new issue