chef-provisioning-aws 3.0.0.pre.rc2 → 3.0.0
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.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: cbdbb997e0904ceec0f690452b3ef3b07d9b7564
|
|
4
|
+
data.tar.gz: 2f3232d87c0eab66cd4ca6cf02b3efea959073db
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b4db5474e51cf1f29da313877e37ee2258b24b23d1a4d2acd9227c4c7e2f0b25c645507788c4f155f8c19834c86150d56cf14535681a71adf93fb9e9afecb7ec
|
|
7
|
+
data.tar.gz: 262a469686ebd3878ccfb97ba8b637ea5eb0a67be3551b7987ba450d8c0b341946ad4c7837c002e16c4e2eba8fcef040769c3ad0d4a742c0f7db1991bc54b70b
|
|
@@ -913,7 +913,7 @@ EOD
|
|
|
913
913
|
end
|
|
914
914
|
|
|
915
915
|
def bootstrap_options_for(action_handler, machine_spec, machine_options)
|
|
916
|
-
bootstrap_options = (machine_options[:bootstrap_options]
|
|
916
|
+
bootstrap_options = deep_symbolize_keys(machine_options[:bootstrap_options])
|
|
917
917
|
# These are hardcoded for now - only 1 machine at a time
|
|
918
918
|
bootstrap_options[:min_count] = bootstrap_options[:max_count] = 1
|
|
919
919
|
bootstrap_options[:instance_type] ||= default_instance_type
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: chef-provisioning-aws
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.0
|
|
4
|
+
version: 3.0.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tyler Ball
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-11-
|
|
11
|
+
date: 2017-11-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: chef-provisioning
|
|
@@ -255,9 +255,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
255
255
|
version: 2.1.9
|
|
256
256
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
257
257
|
requirements:
|
|
258
|
-
- - "
|
|
258
|
+
- - ">="
|
|
259
259
|
- !ruby/object:Gem::Version
|
|
260
|
-
version:
|
|
260
|
+
version: '0'
|
|
261
261
|
requirements: []
|
|
262
262
|
rubyforge_project:
|
|
263
263
|
rubygems_version: 2.6.13
|