From 7d43cf5fabb80673cc130623c29cf9ef75287326 Mon Sep 17 00:00:00 2001 From: Kenyon Ralph Date: Thu, 23 Dec 2021 22:53:55 -0800 Subject: [PATCH] Add Debian 11, Ubuntu 22.04; drop EoL Ubuntu 18.04, CentOS 8 --- README.md | 12 ++---------- metadata.json | 10 +++++----- 2 files changed, 7 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 6d2225c..a78ebb9 100644 --- a/README.md +++ b/README.md @@ -123,6 +123,7 @@ class { 'chrony': ``` ### Enable chrony-wait.service + RedHat and Suse provide a default disabled `chrony-wait.service` to block the `time-sync.target` until node is synchronised. @@ -143,16 +144,7 @@ available in [REFERENCE.md](REFERENCE.md) ## Limitations -This module has been built on and tested against Puppet 5.5 and higher. - -The module has been tested on: - -- Arch Linux -- Red Hat -- Debian 9, 10 -- Ubuntu 18.04, 20.04 -- Suse 12.3 -- Gentoo 2.7 +See `metadata.json` for supported and tested operating systems. ## Copyright and License diff --git a/metadata.json b/metadata.json index 3ccb9c6..c782826 100644 --- a/metadata.json +++ b/metadata.json @@ -25,21 +25,21 @@ { "operatingsystem": "CentOS", "operatingsystemrelease": [ - "7", - "8" + "7" ] }, { "operatingsystem": "Debian", "operatingsystemrelease": [ - "10" + "10", + "11" ] }, { "operatingsystem": "Ubuntu", "operatingsystemrelease": [ - "18.04", - "20.04" + "20.04", + "22.04" ] }, {