Showing
3 changed files
with
8 additions
and
3 deletions
... | ... | @@ -235,8 +235,9 @@ default['php-fpm']['pools'] = [ |
235 | 235 | # |
236 | 236 | # mariadb cookbook |
237 | 237 | # |
238 | -default['mariadb']['install']['type'] = 'package' | |
239 | -default['mariadb']['install']['version'] = '5.5' | |
238 | +default['mariadb']['install']['type'] = 'package' | |
239 | +default['mariadb']['install']['version'] = '10.0' | |
240 | +default['mariadb']['use_default_repository'] = true | |
240 | 241 | |
241 | 242 | # |
242 | 243 | # postfix cookbook | ... | ... |
... | ... | @@ -4,7 +4,7 @@ maintainer_email 'sysadmin@chromedia.com' |
4 | 4 | license 'Apache License' |
5 | 5 | description 'Simplifies setup of Nginx+PHP-FPM in Chromedia.' |
6 | 6 | long_description IO.read(File.join(File.dirname(__FILE__), 'README.md')) |
7 | -version '0.3.1' | |
7 | +version '0.3.2' | |
8 | 8 | |
9 | 9 | { |
10 | 10 | 'php-fpm' => '0.7.5', | ... | ... |