From 9349c838742a1396c092311e2529e80d3d76fabd Mon Sep 17 00:00:00 2001 From: Imran Iqbal Date: Tue, 10 May 2022 10:03:47 +0100 Subject: [PATCH] test(_mapdata): add verification file for `ubuntu-22` [skip ci] --- .../default/files/_mapdata/ubuntu-22.yaml | 44 +++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 test/integration/default/files/_mapdata/ubuntu-22.yaml diff --git a/test/integration/default/files/_mapdata/ubuntu-22.yaml b/test/integration/default/files/_mapdata/ubuntu-22.yaml new file mode 100644 index 00000000..918ec51b --- /dev/null +++ b/test/integration/default/files/_mapdata/ubuntu-22.yaml @@ -0,0 +1,44 @@ +# yamllint disable rule:indentation rule:line-length +# Ubuntu-22.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