[dev_setup][bugfix] Bundle install for UAA

This change fixes a bug in Change Id22dbb00 (commit 8e5838b8).
dev_setup will now install the bundle for UAA wrapper script.

Change-Id: I8077709bedaf210904dab519ca8ee200f12ea77d
This commit is contained in:
Jesse Zhang 2012-04-19 15:43:27 -07:00
Родитель bc17ffd70f
Коммит 2c56ec1f79
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -18,3 +18,5 @@ bash "Grab dependencies for UAA" do
cwd "#{node[:cloudfoundry][:path]}/uaa"
code "#{node[:maven][:path]}/bin/mvn install -U -DskipTests=true"
end
cf_bundle_install(File.expand_path(File.join(node["cloudfoundry"]["path"], "uaa")))