ec2launcher 1.0.0 → 1.0.1

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.
@@ -2,5 +2,5 @@
2
2
  # Copyright (c) 2012 Sean Laurent
3
3
  #
4
4
  module Ec2launcher
5
- VERSION = "1.0.0"
5
+ VERSION = "1.0.1"
6
6
  end
data/lib/ec2launcher.rb CHANGED
@@ -306,7 +306,7 @@ export HOME=/root
306
306
  echo '#{setup_json.to_json}' > /tmp/setup.json
307
307
  curl http://bazaar.launchpad.net/~alestic/runurl/trunk/download/head:/runurl-20090817053347-o2e56z7xwq8m9tt6-1/runurl -o /tmp/runurl
308
308
  chmod +x /tmp/runurl
309
- /tmp/runurl https://s3.amazonaws.com/startup-scripts/setup.rb -e #{options.environ} -a #{options.application} -h #{hostname} /tmp/setup.json > /var/log/cloud-startup.log
309
+ /tmp/runurl https://raw.github.com/StudyBlue/ec2launcher/master/startup-scripts/setup.rb -e #{options.environ} -a #{options.application} -h #{hostname} /tmp/setup.json > /var/log/cloud-startup.log
310
310
  rm -f /tmp/runurl"
311
311
  user_data += " -c #{options.clone_host}" unless options.clone_host.nil?
312
312
 
@@ -8,7 +8,7 @@ require 'ostruct'
8
8
  require 'json'
9
9
 
10
10
  SETUP_SCRIPT = "setup_instance.rb"
11
- SETUP_SCRIPT_URL = "https://s3.amazonaws.com/startup-scripts/#{SETUP_SCRIPT}"
11
+ SETUP_SCRIPT_URL = "https://raw.github.com/StudyBlue/ec2launcher/master/startup-scripts//#{SETUP_SCRIPT}"
12
12
 
13
13
  class InitOptions
14
14
  def initialize
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ec2launcher
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: