cookbooks/mu-master/recipes/init.rb in cloud-mu-2.0.3 vs cookbooks/mu-master/recipes/init.rb in cloud-mu-2.0.4
- old
+ new
@@ -397,10 +397,11 @@
gem_package bundler_path do
gem_binary gembin
package_name "bundler"
action :upgrade if rubydir == "/usr/local/ruby-current"
notifies :run, "bash[fix #{rubydir} gem permissions]", :delayed
+ options('-q --no-documentation')
end
execute "#{bundler_path} install" do
cwd "#{MU_BASE}/lib/modules"
umask 0022
not_if "#{bundler_path} check"
@@ -418,9 +419,10 @@
package_name "knife-windows"
version Regexp.last_match[1]
action :remove
only_if { ::Dir.exist?(dir) }
only_if { ::Dir.exist?(gemdir) }
+ options('-q --no-documentation')
end
execute "rm -rf #{gemdir}/knife-windows-#{Regexp.last_match[1]}"
}
# XXX rely on bundler to get this right for us