compass-adapters/chef/cookbooks/ceph/recipes/repo.rb

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