knife-rackspace-cluster 0.0.6 → 0.0.7
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.
|
@@ -108,9 +108,9 @@ class Chef
|
|
|
108
108
|
#Get to work boy! This is Ruby!
|
|
109
109
|
uri = URI.parse(uri)
|
|
110
110
|
http = Net::HTTP.new(uri.host, uri.port)
|
|
111
|
-
if uri.host =~ /https/
|
|
111
|
+
#if uri.host =~ /https/
|
|
112
112
|
http.use_ssl = true
|
|
113
|
-
end
|
|
113
|
+
#end
|
|
114
114
|
http.verify_mode = OpenSSL::SSL::VERIFY_NONE
|
|
115
115
|
request = eval verbs[httpVerb]
|
|
116
116
|
if httpVerb == 'post' or httpVerb == 'put'
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: knife-rackspace-cluster
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 17
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 0.0.
|
|
9
|
+
- 7
|
|
10
|
+
version: 0.0.7
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- zack feldstein
|