stack-kicker 0.0.14 → 0.0.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,5 +1,5 @@
1
1
  module Stack
2
2
  module Kicker
3
- VERSION = "0.0.14"
3
+ VERSION = "0.0.15"
4
4
  end
5
5
  end
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]}' in #{post_install_cwd_abs} as the post_install_script"
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}"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stack-kicker
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.14
4
+ version: 0.0.15
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: