Skip to content

Commit

Permalink
specified yum cookbook version requirement in metadata and adjusted v…
Browse files Browse the repository at this point in the history
…ersion number
  • Loading branch information
fabiendelpierre committed May 5, 2014
1 parent c2b94e7 commit db6bb62
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.2.3
## 0.3.0

* Updated default recipe to support yum cookbook version 3.x.

Expand Down
5 changes: 3 additions & 2 deletions metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,15 @@
maintainer_email "[email protected]"
license "Apache 2.0"
description "Installs/Configures Shibboleth Service Provider"
version "0.2.3"
version "0.3.0"
recipe "shibboleth-sp", "Installs and enables base Shibboleth Service Provider."
recipe "shibboleth-sp::apache", "Base recipe and Apache handling."
recipe "shibboleth-sp::iis", "Base recipe and IIS handling."
recipe "shibboleth-sp::simple", "Base recipe and simple attribute-driven configuration."
recipe "shibboleth-sp::sp_cert_key", "Recipe to configure sp cert and key using databags or node attributes."
depends "yum", ">= 3.0.0"

%w{ apache2 windows yum }.each do |d|
%w{ apache2 windows }.each do |d|
depends d
end

Expand Down

0 comments on commit db6bb62

Please sign in to comment.