Change-Id: I0717e97c3effaffebb19e63ec6a78f2e1b7aa80d
This commit is contained in:
Jan Klare 2016-12-14 15:28:29 +01:00
parent fb9a35d6db
commit f61fca474d
1 changed files with 0 additions and 5 deletions

View File

@ -38,11 +38,6 @@ mysql2_chef_gem 'default' do
action :install
end
# Note(frickler): Work around for https://github.com/chef/chef-dk/issues/966
bash 'fix gem ext dir' do
code "rmdir ~/.chefdk/gem/ruby/2.1.0/extensions && ln -s /opt/chefdk/embedded/lib/ruby/gems/2.1.0/extensions ~/.chefdk/gem/ruby/2.1.0/extensions || true"
end
node['openstack']['db']['python_packages']['mysql'].each do |pkg|
package pkg
end