Skip to content

Commit

Permalink
Update metadata.rb to Sous Chefs
Browse files Browse the repository at this point in the history
Signed-off-by: Lance Albertson <lance@osuosl.org>
  • Loading branch information
ramereth committed Dec 1, 2020
1 parent 8108ba7 commit ce490ae
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 14 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ This file is used to list changes made in each version of the jenkins cookbook.
- Update Changelog to Sous Chefs
- Update to use Sous Chefs GH workflow
- Update README to sous-chefs
- Update metadata.rb to Sous Chefs

### Fixed

Expand Down
30 changes: 16 additions & 14 deletions metadata.rb
Original file line number Diff line number Diff line change
@@ -1,19 +1,21 @@
name 'jenkins'
maintainer 'Chef Software, Inc.'
maintainer_email 'cookbooks@chef.io'
license 'Apache-2.0'
description 'Installs and configures Jenkins CI master & slaves'
name 'jenkins'
maintainer 'Sous Chefs'
maintainer_email 'help@sous-chefs.org'
license 'Apache-2.0'
description 'Installs and configures Jenkins CI master & slaves'
version '8.1.0'
source_url 'https://github.com/sous-chefs/jenkins'
issues_url 'https://github.com/sous-chefs/jenkins/issues'
chef_version '>= 13.0'

version '8.1.0'

%w(ubuntu debian redhat centos scientific oracle amazon).each do |os|
supports os
end
supports 'amazon'
supports 'centos'
supports 'debian'
supports 'oracle'
supports 'redhat'
supports 'scientific'
supports 'ubuntu'

depends 'runit', '>= 1.7'
depends 'dpkg_autostart'

source_url 'https://github.com/chef-cookbooks/jenkins'
issues_url 'https://github.com/chef-cookbooks/jenkins/issues'

chef_version '>= 13.0'

0 comments on commit ce490ae

Please sign in to comment.