以下から取得できるヤツ。 https://github.com/cookbooks/wordpress どうやらでびあん系に依存しているようなので precise32 な box も取得。 $ vagrant box add precise32 http://files.vagrantup.com/precise32.boxとりあえず、recipes/default.rb から確認してみます。 include_recipe 以下な記述が先頭にあります。 include_recipe "apache2" include_recipe "mysql::server" include_recipe "php" include_recipe "php::module_mysql" include_recipe "apache2::mod_php5"これは cookbooks の中にこれらが、という