Commit d6f554292166a48e35aa4b53892787819f12f6ea

Authored by nollieheel
1 parent 83f18fc6

Bump to v0.3.2

  1 +# 0.3.2
  2 +
  3 +Change MariaDB client default version to 10.0
  4 +
1 # 0.3.1 5 # 0.3.1
2 6
3 Revert most templates to :create action. 7 Revert most templates to :create action.
@@ -235,8 +235,9 @@ default['php-fpm']['pools'] = [ @@ -235,8 +235,9 @@ default['php-fpm']['pools'] = [
235 # 235 #
236 # mariadb cookbook 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 # postfix cookbook 243 # postfix cookbook
@@ -4,7 +4,7 @@ maintainer_email 'sysadmin@chromedia.com' @@ -4,7 +4,7 @@ maintainer_email 'sysadmin@chromedia.com'
4 license 'Apache License' 4 license 'Apache License'
5 description 'Simplifies setup of Nginx+PHP-FPM in Chromedia.' 5 description 'Simplifies setup of Nginx+PHP-FPM in Chromedia.'
6 long_description IO.read(File.join(File.dirname(__FILE__), 'README.md')) 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 'php-fpm' => '0.7.5', 10 'php-fpm' => '0.7.5',