From d3d86929b733d5255b643d6f7a0086d695817e6e Mon Sep 17 00:00:00 2001 From: Imran Iqbal Date: Tue, 10 May 2022 09:18:57 +0100 Subject: [PATCH] test(_mapdata): add verification file for `ubuntu-22` [skip ci] --- .../default/files/_mapdata/ubuntu-22.yaml | 15 +++++++++++++++ 1 file changed, 15 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 0000000..d94cf9a --- /dev/null +++ b/test/integration/default/files/_mapdata/ubuntu-22.yaml @@ -0,0 +1,15 @@ +# yamllint disable rule:indentation rule:line-length +# Ubuntu-22.04 +--- +values: + arch: amd64 + binary: /usr/sbin/ntpd + conffile: /etc/openntpd/ntpd.conf + listen: '*' + package: openntpd + server: + - address: 0.debian.pool.ntp.org + - address: 1.debian.pool.ntp.org + - address: 2.debian.pool.ntp.org + - address: 3.debian.pool.ntp.org + service: openntpd