stack-kicker 0.0.14 → 0.0.15
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/stack-kicker/version.rb +1 -1
- data/lib/stack.rb +2 -2
- metadata +1 -1
data/lib/stack-kicker/version.rb
CHANGED
data/lib/stack.rb
CHANGED
@@ -828,8 +828,8 @@ cookbook_path [ '<%=config[:stackhome]%>/cookbooks' ]
|
|
828
828
|
post_install_args = role_details[:post_install_args].sub(%q!%PUBLIC_IP%!, public_ip)
|
829
829
|
|
830
830
|
# we system this, so that the script can give live feed back
|
831
|
-
Logger.info "Executing '#{post_install_script_abs} #{post_install_args
|
832
|
-
system("cd #{post_install_cwd_abs} ; #{post_install_script_abs} #{post_install_args
|
831
|
+
Logger.info "Executing '#{post_install_script_abs} #{post_install_args}' in #{post_install_cwd_abs} as the post_install_script"
|
832
|
+
system("cd #{post_install_cwd_abs} ; #{post_install_script_abs} #{post_install_args}")
|
833
833
|
end
|
834
834
|
else
|
835
835
|
Logger.info "Skipped role #{role}"
|