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"