-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
29 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,35 @@ | ||
# cookbook-freeradius | ||
[![Build Status][build-shield]][build-url] | ||
[![Linters][linters-shield]][linters-url] | ||
[![License][license-shield]][license-url] | ||
|
||
<!-- Badges --> | ||
[build-shield]: https://github.com/redBorder/cookbook-freeradius/actions/workflows/rpm.yml/badge.svg?branch=master | ||
[build-url]: https://github.com/redBorder/cookbook-freeradius/actions/workflows/rpm.yml?query=branch%3Amaster | ||
[linters-shield]: https://github.com/redBorder/cookbook-freeradius/actions/workflows/lint.yml/badge.svg?event=push | ||
[linters-url]: https://github.com/redBorder/cookbook-freeradius/actions/workflows/lint.yml | ||
[license-shield]: https://img.shields.io/badge/license-AGPLv3-blue.svg | ||
[license-url]: https://github.com/cookbook-freeradius/blob/HEAD/LICENSE | ||
|
||
Chef cookbook to install and configure freeradius-rb | ||
|
||
Cookbook to install and configure freeradius-rb | ||
### Platforms | ||
|
||
- Rocky Linux 9 | ||
|
||
## Authors | ||
Vicente Mesa <vimesa@redborder.com> | ||
Eduardo Reyes <eareyes@redborder.com> | ||
### Chef | ||
|
||
- Chef 15.7.0 or later | ||
|
||
## Contributing | ||
|
||
1. Fork the repository on Github | ||
2. Create a named feature branch (like `add_component_x`) | ||
3. Write your change | ||
4. Write tests for your change (if applicable) | ||
5. Run the tests, ensuring they all pass | ||
6. Submit a Pull Request using Github | ||
|
||
## License | ||
|
||
GNU AFFERO GENERAL PUBLIC LICENSE Version 3, 19 November 2007 |