From 684a01614b9348c8eda96c76a613e968f7910ea7 Mon Sep 17 00:00:00 2001 From: Maksim Chizhov Date: Fri, 20 Mar 2015 13:56:52 +0300 Subject: [PATCH] Added CentOS 7 support Signed-off-by: Maksim Chizhov --- README.md | 2 +- recipes/default.rb | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6f41918..5202e94 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Installs/Configures Shibboleth Service Provider. ### Platforms -* CentOS 6 +* CentOS 6,7 * RedHat 6 * Ubuntu 12.04 (Precise) * Windows 2008 R2 64-bit diff --git a/recipes/default.rb b/recipes/default.rb index 49ca9ed..d3c728a 100644 --- a/recipes/default.rb +++ b/recipes/default.rb @@ -27,6 +27,8 @@ repo_location = "CentOS_5" when 6 repo_location = "CentOS_CentOS-6" + when 7 + repo_location = "CentOS_7" end yum_repository "security:shibboleth" do