Skip to content
This repository has been archived by the owner on Dec 6, 2022. It is now read-only.

Commit

Permalink
Merge branch 'master' of https://github.com/elmer/ec2-boot-init into …
Browse files Browse the repository at this point in the history
…elmer-master
  • Loading branch information
ripienaar committed Feb 1, 2011
2 parents ca9d387 + 82730cb commit b712a79
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ec2-boot-init.init
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# ec2-boot-init Bootstrapper for EC2
#
# chkconfig: 345 24 76
# chkconfig: 345 60 76
#
# description: Bootstraps EC2 instances in a way that enables you to
# customise a standard image into different configurations
Expand Down
1 change: 1 addition & 0 deletions lib/ec2boot.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
require 'net/http'
require 'net/https'
require 'yaml'
require 'fileutils'

Expand Down
1 change: 1 addition & 0 deletions lib/ec2boot/util.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ class Util
def self.get_url(url, file=nil)
uri = URI.parse(url)
http = Net::HTTP.new(uri.host, uri.port)
http.use_ssl = (uri.scheme == 'https')

retries = 5

Expand Down

0 comments on commit b712a79

Please sign in to comment.