From 1478306c1e3f6a6bc2b43dc5c7e0cb479b8c4de4 Mon Sep 17 00:00:00 2001 From: Walter Huf Date: Wed, 30 Jul 2014 13:01:52 -0500 Subject: [PATCH] Disables Ceph's Apache on Ubuntu 13.10 and 14.04 --- 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 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" -- 2.47.3