Skip to content

Commit

Permalink
Merge pull request #191 from jgoldschrafe/f-update-radosgw-apache2-re…
Browse files Browse the repository at this point in the history
…po-dists

Update supported codenames in radosgw_apache2_repo
  • Loading branch information
hufman committed Aug 5, 2015
2 parents 80a5ccb + 56d61c0 commit b56d5aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/radosgw_apache2_repo.rb
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit b56d5aa

Please sign in to comment.