knife-joyent 0.3.1 → 0.3.2
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.
- data/CHANGES.md +3 -1
- data/README.md +2 -2
- data/lib/chef/knife/joyent_base.rb +1 -1
- data/lib/chef/knife/joyent_server_list.rb +2 -0
- data/lib/knife-joyent/version.rb +1 -1
- metadata +2 -2
data/CHANGES.md
CHANGED
data/README.md
CHANGED
|
@@ -117,8 +117,8 @@ Some command line options to knife-joyent subcommands may depend on the Joyent A
|
|
|
117
117
|
|
|
118
118
|
**``joyent_verify_peer``**
|
|
119
119
|
|
|
120
|
-
Set to false to Disable SSL
|
|
121
|
-
uses a self-signed cert.
|
|
120
|
+
Set to ``false`` to Disable SSL Certificate verification, required if the CloudAPI instance
|
|
121
|
+
uses a self-signed cert. (Default: ``true``)
|
|
122
122
|
|
|
123
123
|
**``provisioner``**
|
|
124
124
|
|
data/lib/knife-joyent/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: knife-joyent
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.2
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2013-
|
|
12
|
+
date: 2013-07-04 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: fog
|