Unique Bash section name for Node.js installation

Chef seems to mess up if two Bash "nodes" have same names...

Change-Id: I43ab527cdd767801daf4223329c3d0929cc49332
This commit is contained in:
Jesse Zhang 2012-01-20 15:05:01 -08:00
Родитель 3be88f99b6
Коммит 4f71f72c52
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -19,7 +19,7 @@ module NodeInstall
action :create
end
bash "Install Node.js" do
bash "Install Node.js version " + node_version do
cwd File.join("", "tmp")
user node[:deployment][:user]
code <<-EOH