-
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.
Merge pull request #9 from redBorder/development
Release 0.0.5
- Loading branch information
Showing
9 changed files
with
206 additions
and
162 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
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
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 |
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,4 +1,2 @@ | ||
#default attributes | ||
# | ||
|
||
default["freeradius"]["registered"] = false | ||
# default attributes | ||
default['freeradius']['registered'] = false |
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,5 +1,4 @@ | ||
module Rbfreeradius | ||
module Helpers | ||
|
||
end | ||
end | ||
end |
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,7 +1,6 @@ | ||
name 'freeradius' | ||
maintainer 'redborder' | ||
maintainer_email 'vimesa@redborder.com' | ||
license 'All rights reserved' | ||
maintainer 'Eneo Tecnología S.L.' | ||
maintainer_email 'git@redborder.com' | ||
license 'AGPL-3.0' | ||
description 'Installs/Configures cookbook-freeradius' | ||
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md')) | ||
version '0.0.4' | ||
version '0.0.5' |
Oops, something went wrong.