Weidong Shao 224d05cc26 Update cookbooks from Tsinghua's lab
Change-Id: I4e41542e6dfeebcb7c998d7b06b6814b76d3f8b0
2014-10-02 23:28:25 +00:00

9 lines
163 B
Ruby

case node['platform_family']
when 'debian'
include_recipe 'ceph::apt'
when 'rhel', 'suse', 'fedora'
include_recipe 'ceph::rpm'
else
fail 'not supported'
end