Skip to content

Commit

Permalink
Add Debian 11 and Ubuntu 22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
kenyon committed Jul 12, 2023
1 parent 05baf05 commit 223dbc9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 12 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
This module has been built on and tested against Puppet 7 and 8. Check the metadata.json for a current list of supported Puppet versions and operating systems.

## Copyright and License

Expand Down
6 changes: 4 additions & 2 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,16 @@
{
"operatingsystem": "Debian",
"operatingsystemrelease": [
"10"
"10",
"11"
]
},
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [
"18.04",
"20.04"
"20.04",
"22.04"
]
},
{
Expand Down

0 comments on commit 223dbc9

Please sign in to comment.