Guilhem Lettron 4959c4f9a5 Fix rubocop 1
2014-02-04 22:42:22 +01:00

9 lines
153 B
Ruby

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