Downgrade mysql cookbook for now

It doesn't play well with our current dev server setup
This commit is contained in:
Greg Karékinian
2017-06-16 22:43:51 +02:00
parent e39792ea36
commit bdfb3a1afb
398 changed files with 12716 additions and 10889 deletions

View File

@@ -1,8 +1,8 @@
#
# Cookbook Name:: xml
# Cookbook:: xml
# Attributes:: default
#
# Copyright 2009-2015, Chef Software, Inc.
# Copyright:: 2009-2017, Chef Software, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -20,11 +20,11 @@
default['xml']['compiletime'] = false
case node['platform_family']
when 'rhel', 'fedora', 'suse'
default['xml']['packages'] = %w(libxml2-devel libxslt-devel)
when 'rhel', 'fedora', 'suse', 'amazon'
default['xml']['packages'] = %w(libxml2-devel libxslt-devel zlib-devel)
when 'debian'
default['xml']['packages'] = %w(libxml2-dev libxslt-dev zlib1g-dev)
when 'freebsd', 'arch'
when 'freebsd'
default['xml']['packages'] = %w(libxml2 libxslt)
when 'mac_os_x'
default['xml']['packages'] = %w(libxml2)

View File

@@ -0,0 +1 @@
default['build-essential']['compile_time'] = true