Update the mediawiki to avoid setting permissions on /var/www
This commit is contained in:
parent
21f0e4143e
commit
05adca7fb2
@ -4,7 +4,7 @@ source 'https://supermarket.chef.io'
|
|||||||
|
|
||||||
cookbook 'mediawiki',
|
cookbook 'mediawiki',
|
||||||
git: 'https://github.com/67P/mediawiki-cookbook.git',
|
git: 'https://github.com/67P/mediawiki-cookbook.git',
|
||||||
ref: '20fbdf12394d297bc895d457e4b47ede663794cc'
|
ref: '248cb14ccf5474cdf1367cee2c7782dbb80f7cac'
|
||||||
cookbook 'redis',
|
cookbook 'redis',
|
||||||
git: 'https://github.com/phlipper/chef-redis.git',
|
git: 'https://github.com/phlipper/chef-redis.git',
|
||||||
ref: 'v0.5.6'
|
ref: 'v0.5.6'
|
||||||
|
@ -25,8 +25,8 @@ DEPENDENCIES
|
|||||||
mariadb (= 0.3.1)
|
mariadb (= 0.3.1)
|
||||||
mediawiki
|
mediawiki
|
||||||
git: https://github.com/67P/mediawiki-cookbook.git
|
git: https://github.com/67P/mediawiki-cookbook.git
|
||||||
revision: 20fbdf12394d297bc895d457e4b47ede663794cc
|
revision: 248cb14ccf5474cdf1367cee2c7782dbb80f7cac
|
||||||
ref: 20fbdf1
|
ref: 248cb14
|
||||||
mysql (~> 8.5.1)
|
mysql (~> 8.5.1)
|
||||||
mysql2_chef_gem (= 1.1.0)
|
mysql2_chef_gem (= 1.1.0)
|
||||||
nginx (= 9.0.0)
|
nginx (= 9.0.0)
|
||||||
|
@ -30,9 +30,3 @@ php_fpm_pool "mediawiki" do
|
|||||||
end
|
end
|
||||||
|
|
||||||
include_recipe "nginx"
|
include_recipe "nginx"
|
||||||
|
|
||||||
directory node["mediawiki"]["docroot_dir"] do
|
|
||||||
user node['nginx']['user']
|
|
||||||
group node['nginx']['group']
|
|
||||||
recursive true
|
|
||||||
end
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user