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

php-pm without dotdeb #16

Closed dragolabs closed 10 years ago

dragolabs commented 11 years ago

Can I use this cookbook without dotdeb repo? With deb from wheezy repo or myself?

yevgenko commented 11 years ago

To be honestly I didn't tried, but you could try to prioritize others repositories, i.e.:

http://wiki.debian.org/AptPreferences

Suppose you have a personnal repository where you have a personnal version of Postfix. You want Apt to prefer you version over official ones.

You may set preferences by Origin

Package: * Pin: origin www.rktmb.org Pin-Priority: 610

Package: * Pin: origin ftp.fr.debian.org Pin-Priority: 600

See also http://docs.opscode.com/lwrp_apt.html for adding repositories thru your custom cookbook, also make sure your custom repo cookbook processed before php-fpm.