-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Lance Albertson <[email protected]>
- Loading branch information
Showing
7 changed files
with
104 additions
and
100 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,54 +1,54 @@ | ||
--- | ||
name: ci | ||
name: ci | ||
|
||
on: | ||
pull_request: | ||
push: | ||
branches: | ||
- master | ||
"on": | ||
pull_request: | ||
push: | ||
branches: | ||
- master | ||
|
||
jobs: | ||
delivery: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Check out code | ||
uses: actions/checkout@master | ||
- name: Run Chef Delivery | ||
uses: actionshub/chef-delivery@master | ||
env: | ||
CHEF_LICENSE: accept-no-persist | ||
jobs: | ||
delivery: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Check out code | ||
uses: actions/checkout@master | ||
- name: Run Chef Delivery | ||
uses: actionshub/chef-delivery@master | ||
env: | ||
CHEF_LICENSE: accept-no-persist | ||
|
||
dokken: | ||
needs: [delivery] | ||
runs-on: ubuntu-latest | ||
strategy: | ||
matrix: | ||
os: | ||
- 'amazonlinux-2' | ||
- 'centos-7' | ||
- 'centos-8' | ||
suite: | ||
- 'default' | ||
- 'all' | ||
fail-fast: false | ||
dokken: | ||
needs: [delivery] | ||
runs-on: ubuntu-latest | ||
strategy: | ||
matrix: | ||
os: | ||
- 'amazonlinux-2' | ||
- 'centos-7' | ||
- 'centos-8' | ||
suite: | ||
- 'default' | ||
- 'all' | ||
fail-fast: false | ||
|
||
steps: | ||
- name: Check out code | ||
uses: actions/checkout@master | ||
- name: Install Chef | ||
uses: actionshub/chef-install@master | ||
- name: Dokken | ||
uses: actionshub/kitchen-dokken@master | ||
env: | ||
CHEF_LICENSE: accept-no-persist | ||
KITCHEN_LOCAL_YAML: kitchen.dokken.yml | ||
with: | ||
suite: ${{ matrix.suite }} | ||
os: ${{ matrix.os }} | ||
steps: | ||
- name: Check out code | ||
uses: actions/checkout@master | ||
- name: Install Chef | ||
uses: actionshub/chef-install@master | ||
- name: Dokken | ||
uses: actionshub/kitchen-dokken@master | ||
env: | ||
CHEF_LICENSE: accept-no-persist | ||
KITCHEN_LOCAL_YAML: kitchen.dokken.yml | ||
with: | ||
suite: ${{ matrix.suite }} | ||
os: ${{ matrix.os }} | ||
|
||
final: | ||
needs: [dokken] | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Check out code | ||
uses: actions/checkout@master | ||
final: | ||
needs: [dokken] | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Check out code | ||
uses: actions/checkout@master |
This file was deleted.
Oops, something went wrong.
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 +1 @@ | ||
rules "~MD013", "~MD024", "~MD025", "~MD033" | ||
rules "~MD013", "~MD024", "~MD025" |
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,6 +1,10 @@ | ||
# yum-epel Cookbook | ||
|
||
[![Build Status](https://travis-ci.org/chef-cookbooks/yum-epel.svg?branch=master)](http://travis-ci.org/chef-cookbooks/yum-epel) [![Cookbook Version](https://img.shields.io/cookbook/v/yum-epel.svg)](https://supermarket.chef.io/cookbooks/yum-epel) | ||
[![Cookbook Version](https://img.shields.io/cookbook/v/yum-epel.svg)](https://supermarket.chef.io/cookbooks/yum-epel) | ||
[![CI State](https://github.com/sous-chefs/yum-epel/workflows/ci/badge.svg)](https://github.com/sous-chefs/yum-epel/actions?query=workflow%3Aci) | ||
[![OpenCollective](https://opencollective.com/sous-chefs/backers/badge.svg)](#backers) | ||
[![OpenCollective](https://opencollective.com/sous-chefs/sponsors/badge.svg)](#sponsors) | ||
[![License](https://img.shields.io/badge/License-Apache%202.0-green.svg)](https://opensource.org/licenses/Apache-2.0) | ||
|
||
Extra Packages for Enterprise Linux (or EPEL) is a Fedora Special Interest Group that creates, maintains, and manages a high quality set of additional packages for Enterprise Linux, including, but not limited to, Red Hat Enterprise Linux (RHEL), CentOS and Scientific Linux (SL), Oracle Linux (OL). | ||
|
||
|
@@ -36,6 +40,10 @@ Below is a table showing which repositoryids we manage that are shipped by defau | |
|
||
- Chef 12.15+ | ||
|
||
## Maintainers | ||
|
||
This cookbook is maintained by the Sous Chefs. The Sous Chefs are a community of Chef cookbook maintainers working together to maintain important cookbooks. If you’d like to know more please visit [sous-chefs.org](https://sous-chefs.org/) or come chat with us on the Chef Community Slack in [#sous-chefs](https://chefcommunity.slack.com/messages/C2V7B88SF). | ||
|
||
### Cookbooks | ||
|
||
- none | ||
|
@@ -85,22 +93,27 @@ node.default['yum']['epel']['sslverify'] = false | |
include_recipe 'yum-epel' | ||
``` | ||
|
||
## License & Authors | ||
## Contributors | ||
|
||
**Author:** Cookbook Engineering Team ([[email protected]](mailto:[email protected])) | ||
This project exists thanks to all the people who [contribute.](https://opencollective.com/sous-chefs/contributors.svg?width=890&button=false) | ||
|
||
**Copyright:** 2011-2016, Chef Software, Inc. | ||
### Backers | ||
|
||
``` | ||
Licensed under the Apache License, Version 2.0 (the "License"); | ||
you may not use this file except in compliance with the License. | ||
You may obtain a copy of the License at | ||
Thank you to all our backers! | ||
|
||
http://www.apache.org/licenses/LICENSE-2.0 | ||
![https://opencollective.com/sous-chefs#backers](https://opencollective.com/sous-chefs/backers.svg?width=600&avatarHeight=40) | ||
|
||
Unless required by applicable law or agreed to in writing, software | ||
distributed under the License is distributed on an "AS IS" BASIS, | ||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
See the License for the specific language governing permissions and | ||
limitations under the License. | ||
``` | ||
### Sponsors | ||
|
||
Support this project by becoming a sponsor. Your logo will show up here with a link to your website. | ||
|
||
![https://opencollective.com/sous-chefs/sponsor/0/website](https://opencollective.com/sous-chefs/sponsor/0/avatar.svg?avatarHeight=100) | ||
![https://opencollective.com/sous-chefs/sponsor/1/website](https://opencollective.com/sous-chefs/sponsor/1/avatar.svg?avatarHeight=100) | ||
![https://opencollective.com/sous-chefs/sponsor/2/website](https://opencollective.com/sous-chefs/sponsor/2/avatar.svg?avatarHeight=100) | ||
![https://opencollective.com/sous-chefs/sponsor/3/website](https://opencollective.com/sous-chefs/sponsor/3/avatar.svg?avatarHeight=100) | ||
![https://opencollective.com/sous-chefs/sponsor/4/website](https://opencollective.com/sous-chefs/sponsor/4/avatar.svg?avatarHeight=100) | ||
![https://opencollective.com/sous-chefs/sponsor/5/website](https://opencollective.com/sous-chefs/sponsor/5/avatar.svg?avatarHeight=100) | ||
![https://opencollective.com/sous-chefs/sponsor/6/website](https://opencollective.com/sous-chefs/sponsor/6/avatar.svg?avatarHeight=100) | ||
![https://opencollective.com/sous-chefs/sponsor/7/website](https://opencollective.com/sous-chefs/sponsor/7/avatar.svg?avatarHeight=100) | ||
![https://opencollective.com/sous-chefs/sponsor/8/website](https://opencollective.com/sous-chefs/sponsor/8/avatar.svg?avatarHeight=100) | ||
![https://opencollective.com/sous-chefs/sponsor/9/website](https://opencollective.com/sous-chefs/sponsor/9/avatar.svg?avatarHeight=100) |
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,13 +1,16 @@ | ||
name 'yum-epel' | ||
maintainer 'Chef Software, Inc.' | ||
maintainer_email '[email protected]' | ||
maintainer 'Sous Chefs' | ||
maintainer_email '[email protected]' | ||
license 'Apache-2.0' | ||
description 'Installs and configures the EPEL Yum repository' | ||
version '4.0.1' | ||
source_url 'https://github.com/chef-cookbooks/yum-epel' | ||
issues_url 'https://github.com/chef-cookbooks/yum-epel/issues' | ||
source_url 'https://github.com/sous-chefs/yum-epel' | ||
issues_url 'https://github.com/sous-chefs/yum-epel/issues' | ||
chef_version '>= 12.15' | ||
|
||
%w(amazon centos oracle redhat scientific zlinux).each do |os| | ||
supports os | ||
end | ||
supports 'amazon' | ||
supports 'centos' | ||
supports 'oracle' | ||
supports 'redhat' | ||
supports 'scientific' | ||
supports 'zlinux' |