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"