-
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 #12 from redBorder/development
release 1.0.0
- Loading branch information
Showing
7 changed files
with
62 additions
and
20 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,14 +1,25 @@ | ||
# Nginx Cookbook | ||
# cookbook-nginx | ||
[![Build Status][build-shield]][build-url] | ||
[![Linters][linters-shield]][linters-url] | ||
[![License][license-shield]][license-url] | ||
|
||
cookbook to install and configure redborder nginx cookbook | ||
<!-- Badges --> | ||
[build-shield]: https://github.com/redBorder/cookbook-nginx/actions/workflows/rpm.yml/badge.svg?branch=master | ||
[build-url]: https://github.com/redBorder/cookbook-nginx/actions/workflows/rpm.yml?query=branch%3Amaster | ||
[linters-shield]: https://github.com/redBorder/cookbook-nginx/actions/workflows/lint.yml/badge.svg?event=push | ||
[linters-url]: https://github.com/redBorder/cookbook-nginx/actions/workflows/lint.yml | ||
[license-shield]: https://img.shields.io/badge/license-AGPLv3-blue.svg | ||
[license-url]: https://github.com/cookbook-nginx/blob/HEAD/LICENSE | ||
|
||
Chef cookbook to install and configure redborder nginx | ||
|
||
### Platforms | ||
|
||
- Rocky Linux 9 | ||
|
||
### Chef | ||
|
||
- Chef 12.0 or later | ||
- Chef 15.7.0 or later | ||
|
||
## Contributing | ||
|
||
|
@@ -20,7 +31,5 @@ cookbook to install and configure redborder nginx cookbook | |
6. Submit a Pull Request using Github | ||
|
||
## License | ||
GNU AFFERO GENERAL PUBLIC LICENSE Version 3, 19 November 2007 | ||
|
||
## Authors | ||
Authors: Juan J. Prieto <[email protected]> | ||
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 |
---|---|---|
|
@@ -3,4 +3,4 @@ | |
maintainer_email '[email protected]' | ||
license 'AGPL-3.0' | ||
description 'Installs/Configures cookbook-nginx' | ||
version '0.0.8' | ||
version '1.0.0' |
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