Added fedora since attributes and metadata.rb list it as supported

This commit is contained in:
John Dewey 2013-01-03 22:34:52 -08:00
parent fd29964deb
commit af7eed6316
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ class ::Chef::Recipe
include ::Openstack
end
if platform?(%w(redhat centos))
if platform?(%w(fedora redhat centos)) # :pragma-foodcritic: ~FC024 - won't fix this
include_recipe "yum::epel"
end