bin/cloudstrap in cloudstrap-0.30.11.pre vs bin/cloudstrap in cloudstrap-0.30.12.pre

- old
+ new

@@ -11,12 +11,12 @@ gem = Gem::Specification .find_all_by_name('cloudstrap') .sort_by { |spec| spec.version } .last -config = StackatoLKG::Config.new -agent = StackatoLKG::BootstrapAgent.new +config = Cloudstrap::Config.new +agent = Cloudstrap::BootstrapAgent.new puts <<-EOS # #{gem.name} v#{gem.version} # #{gem.summary} @@ -80,10 +80,10 @@ agent.configure_jumpbox STDERR.puts Pastel.new.green <<-EOS Congratulations! Your Jumpbox is ready. This instance has been configured with -everything you need to deploy your very own Stackato. The SSH key used by this +everything you need to deploy your very own cluster. The SSH key used by this process has been uploaded to your Jumpbox, along with a bootstrap.properties file that has been configured to match the settings used here. EOS if agent.requires_human_oversight?