yevgenko / cookbook-php-fpm

Installs/Configures php-fpm
http://community.opscode.com/cookbooks/php-fpm
Apache License 2.0
68 stars 117 forks source link

Allow install op php5.6 on centos6.6 en 7.x #73

Closed daften closed 7 years ago

glensc commented 9 years ago

looks too complex, shouldn't you use yum cookbook's yum_repository to setup repos instead?

daften commented 9 years ago

I couldn't find the repository itself anywhere to add it like that.

glensc commented 9 years ago

err, look at your own changes:

+          rpm -Uvh https://mirror.webtatic.com/yum/el6/latest.rpm
+          creates '/etc/yum.repos.d/webtatic.repo'

look inside /etc/yum.repos.d/webtatic.repo -- that's the repo definition!

daften commented 9 years ago

There are actually 3 repo definitions installed through the rpm, which one delivers which packages i don't know. Is the hash also in the installed definition?

daften commented 7 years ago

No longer needed, switched to remi repo's myself.

yevgenko commented 7 years ago

thanks for updating