From 56d61c0c7309d0f9967071c899d9339fb3fa2222 Mon Sep 17 00:00:00 2001 From: Jeff Goldschrafe Date: Sat, 14 Mar 2015 00:36:46 -0400 Subject: [PATCH] Update supported codenames in radosgw_apache2_repo Update `ceph::radosgw_apache2_repo` to add repositories for Ubuntu Saucy and Trusty. (Utopic and the upcoming Vivid have no official repositories yet.) --- recipes/radosgw_apache2_repo.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/radosgw_apache2_repo.rb b/recipes/radosgw_apache2_repo.rb index eda49ca..e34b64d 100644 --- a/recipes/radosgw_apache2_repo.rb +++ b/recipes/radosgw_apache2_repo.rb @@ -1,6 +1,6 @@ if node['ceph']['radosgw']['use_apache_fork'] == true if node.platform_family?('debian') && - %w(precise quantal raring squeeze wheezy).include?(node['lsb']['codename']) + %w(precise quantal raring saucy squeeze trusty wheezy).include?(node['lsb']['codename']) apt_repository 'ceph-apache2' do repo_name 'ceph-apache2' uri "http://gitbuilder.ceph.com/apache2-deb-#{node['lsb']['codename']}-x86_64-basic/ref/master" -- 2.47.3