diff --git a/recipes/default.rb b/recipes/default.rb index 6df879cd..082fc361 100644 --- a/recipes/default.rb +++ b/recipes/default.rb @@ -24,13 +24,13 @@ class Chef::Resource # rubocop:disable all include Opscode::RabbitMQ # rubocop:enable all end -case node['platform_family'] -when 'rhel', 'fedora' - if node['platform_version'].to_f >= 7.0 - include_recipe 'yum-epel' - include_recipe 'yum-erlang_solutions' - end -end +# case node['platform_family'] +# when 'rhel', 'fedora' + # if node['platform_version'].to_f >= 7.0 + # include_recipe 'yum-epel' + # include_recipe 'yum-erlang_solutions' + # end +# end include_recipe 'erlang'