Skip to content

Commit

Permalink
Add Debian 11, Ubuntu 22.04; drop EoL Ubuntu 18.04, CentOS 8
Browse files Browse the repository at this point in the history
  • Loading branch information
kenyon committed Feb 26, 2024
1 parent 6243260 commit 70cf3ab
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 15 deletions.
12 changes: 2 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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

Expand Down
10 changes: 5 additions & 5 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
},
{
Expand Down

0 comments on commit 70cf3ab

Please sign in to comment.