From 18d2c10a26709a6894b219756d08484dbe47d0d4 Mon Sep 17 00:00:00 2001 From: Ali Bahman Date: Wed, 2 Apr 2014 18:13:56 +0100 Subject: [PATCH] Update package.rb To make chef-php-extra compatible with recent changes (division) on yum's cookbook --- recipes/package.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/package.rb b/recipes/package.rb index 8e2e92e..936ab9a 100644 --- a/recipes/package.rb +++ b/recipes/package.rb @@ -1,5 +1,5 @@ if node['php']['ius'] != false and platform?("redhat", "centos", "fedora", "amazon", "scientific") - include_recipe "yum::ius" + include_recipe "yum-ius" end if node['php']['ius'] == "5.4"