Skip to content

Commit

Permalink
yum-epel should only be included on rhel family
Browse files Browse the repository at this point in the history
  • Loading branch information
agoddard committed Mar 27, 2014
1 parent b9ba842 commit e177b16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/_web_packages.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# limitations under the License.
#

include_recipe 'yum-epel'
include_recipe "yum-epel" if platform_family?("rhel")

node['graphite']['system_packages'].each do |p|
package p
Expand Down

0 comments on commit e177b16

Please sign in to comment.