Update cookbooks
* Replace old nginx cookbook with new chef_nginx cookbooks * Update application cookbook
This commit is contained in:
@@ -3,13 +3,13 @@ maintainer 'pulsation'
|
||||
license 'BSD'
|
||||
description 'Installs/Configures mediawiki'
|
||||
long_description 'Installs/Configures mediawiki'
|
||||
version '0.2.0'
|
||||
version '0.3.0'
|
||||
|
||||
depends 'apache2'
|
||||
depends 'php'
|
||||
depends 'mysql'
|
||||
depends 'database'
|
||||
depends 'nginx'
|
||||
depends 'chef_nginx'
|
||||
depends 'mysql2_chef_gem'
|
||||
depends 'php-fpm'
|
||||
|
||||
|
||||
@@ -25,7 +25,7 @@ php_fpm_pool "mediawiki" do
|
||||
end
|
||||
|
||||
include_recipe "php::module_mysql"
|
||||
include_recipe "nginx"
|
||||
include_recipe "chef_nginx"
|
||||
|
||||
directory node["mediawiki"]["docroot_dir"] do
|
||||
user node['nginx']['user']
|
||||
|
||||
Reference in New Issue
Block a user