Downgrade mysql cookbook for now
It doesn't play well with our current dev server setup
This commit is contained in:
@@ -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)
|
||||
|
||||
1
cookbooks/xml/attributes/ruby.rb
Normal file
1
cookbooks/xml/attributes/ruby.rb
Normal file
@@ -0,0 +1 @@
|
||||
default['build-essential']['compile_time'] = true
|
||||
Reference in New Issue
Block a user