msonnabaum / chef-drush

Drush chef cookbook
27 stars 33 forks source link

Missing some cookbook depenencies #1

Closed patcon closed 13 years ago

patcon commented 13 years ago

Added proper dependencies on php cookbook (for php_pear LWRP) and git cookbook (for fetching drush).

Hey Mark, looks like you were maybe working on a system that already had them installed and didn't notice, but on a virgin system, the default git and php recipes should probably be installed. You were doing a manual pear install, but there's a resource for it: http://wiki.opscode.com/display/chef/Opscode+LWRP+Resources#OpscodeLWRPResources-phppear

Let me know if anything looks off :)

msonnabaum commented 13 years ago

Yeah, I wrote this before the pear lwrp went in, so this needed to be done. Thanks man!