зеркало из https://github.com/mozilla/labs-vcap.git
[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:
Родитель
2abb03a932
Коммит
bdca700e92
|
@ -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
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче