Skip to content

Commit

Permalink
Add Debian 11 support
Browse files Browse the repository at this point in the history
  • Loading branch information
kenyon committed Sep 3, 2023
1 parent c36ed65 commit 4a3f9bb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion 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 @@ -149,7 +150,7 @@ The module has been tested on:

- Arch Linux
- Red Hat
- Debian 9, 10
- Debian 10, 11
- Ubuntu 18.04, 20.04
- Suse 12.3
- Gentoo 2.7
Expand Down
3 changes: 2 additions & 1 deletion metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@
{
"operatingsystem": "Debian",
"operatingsystemrelease": [
"10"
"10",
"11"
]
},
{
Expand Down

0 comments on commit 4a3f9bb

Please sign in to comment.