Update cookbooks and add wordpress cookbook
This commit is contained in:
14
cookbooks/php-fpm/metadata.rb
Normal file
14
cookbooks/php-fpm/metadata.rb
Normal file
@@ -0,0 +1,14 @@
|
||||
name "php-fpm"
|
||||
maintainer "Opscode, Inc."
|
||||
maintainer_email "cookbooks@opscode.com"
|
||||
license "Apache 2.0"
|
||||
description "Installs/Configures php-fpm"
|
||||
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
|
||||
version "0.6.10"
|
||||
|
||||
depends "apt"
|
||||
depends "yum", ">= 3.0"
|
||||
|
||||
%w{ debian ubuntu centos redhat fedora amazon }.each do |os|
|
||||
supports os
|
||||
end
|
||||
Reference in New Issue
Block a user