Skip to content

Commit

Permalink
Merge pull request #176 from yakatz/os_support
Browse files Browse the repository at this point in the history
Add Debian 12 and Ubuntu 24.04
  • Loading branch information
bastelfreak authored Jan 21, 2025
2 parents a0e1115 + b120cdf commit 26cffe7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 25 deletions.
23 changes: 0 additions & 23 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@

* [Overview](#overview)
* [Setup](#setup)
* [Support](#support)
* [Reference](#reference)
* [Limitations](#limitations)
* [Development](#development)
Expand Down Expand Up @@ -51,28 +50,6 @@ class{'lldpd':
}
```

## Support

This module supports the installation on:

* Archlinux
* CentOS 7
* Fedora 32
* Debian 9
* Debian 10
* Ubuntu 16.04
* Ubuntu 18.04
* Ubuntu 20.04
* VirtuozzoLinux 7
* FreeBSD 11
* FreeBSD 12

The fact is present on all Operating Systems except for FreeBSD. Docker
acceptance tests work for CentOS 6 and 7. Vagrant acceptance tests work for
Fedora 25. Other nodesets are currently not present. The module requires at
least Puppet 4.9.4 (this is the first version with proper data-in-modules
support).

## Development

This project contains tests for [rspec-puppet](http://rspec-puppet.com/).
Expand Down
6 changes: 4 additions & 2 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,16 @@
"operatingsystemrelease": [
"18.04",
"20.04",
"22.04"
"22.04",
"24.04"
]
},
{
"operatingsystem": "Debian",
"operatingsystemrelease": [
"10",
"11"
"11",
"12"
]
},
{
Expand Down

0 comments on commit 26cffe7

Please sign in to comment.