From: Walter Huf Date: Wed, 30 Jul 2014 18:01:52 +0000 (-0500) Subject: Disables Ceph's Apache on Ubuntu 13.10 and 14.04 X-Git-Tag: v0.8.0~14^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F141%2Fhead;p=ceph-cookbooks.git Disables Ceph's Apache on Ubuntu 13.10 and 14.04 --- diff --git a/recipes/radosgw_apache2_repo.rb b/recipes/radosgw_apache2_repo.rb index 0507fcd..eda49ca 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 saucy trusty squeeze wheezy).include?(node['lsb']['codename']) + %w(precise quantal raring squeeze 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"