[dev_setup] set owner of mongo tarball

Correcting my stupidity of commenting out the ownership and permission
attributes in commit 2abb03a9.

Change-Id: I7ddc6b070cb167d3285ece9aba3390a837fe4114
This commit is contained in:
Jesse Zhang 2012-05-21 16:11:34 -07:00
Родитель 2abb03a932
Коммит bdca700e92
1 изменённых файлов: 1 добавлений и 2 удалений

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

@ -6,9 +6,8 @@
#
cf_remote_file File.join("", "tmp", "mongodb-linux-#{node[:kernel][:machine]}-#{node[:mongodb][:version]}.tgz") do
# owner node[:deployment][:user]
owner node[:deployment][:user]
source node[:mongodb][:source]
# not_if { ::File.exists?(File.join("", "tmp", "mongodb-linux-#{node[:kernel][:machine]}-#{node[:mongodb][:version]}.tgz")) }
checksum '8f6a58293068e0fb28b463b955f3660f492094e53129fb88af4a7efcfc7995da'
end