]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-cookbooks.git/commitdiff
Update supported codenames in radosgw_apache2_repo 191/head
authorJeff Goldschrafe <jeff@rabb.it>
Sat, 14 Mar 2015 04:36:46 +0000 (00:36 -0400)
committerJeff Goldschrafe <jeff@rabb.it>
Sat, 14 Mar 2015 04:36:46 +0000 (00:36 -0400)
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

index eda49ca14e96aed267662315ffdc2ca747ea7a77..e34b64dc8a29cb5d9c6505bd55e85ef4d85f63bc 100644 (file)
@@ -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"