From: Jeff Goldschrafe Date: Sat, 14 Mar 2015 04:36:46 +0000 (-0400) Subject: Update supported codenames in radosgw_apache2_repo X-Git-Tag: v0.8.1~8^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=56d61c0c7309d0f9967071c899d9339fb3fa2222;p=ceph-cookbooks.git 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.) --- 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"