qops 1.4.6 → 1.4.7
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/qops/deployment/instances.rb +1 -1
- data/lib/qops/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e27f5d27a82f0f2144c5060350638de6c5758341
|
4
|
+
data.tar.gz: 8fffc9f857cf867d0cee47d47775b14e629881be
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e03053e8b52fabc5d4ddbe351fe6900ef24cc5f50ce323ac97ad38d0c6e62348a93c188af4dfa0048c2fef0da52a51ec3827353468ec60b1c97189f95b30f21d
|
7
|
+
data.tar.gz: 3adf525a474cf17af511db6f6cdaf8f48b40c996824fe1702579b33c86d6440baf32eead767198604446bcba34a8324455e9ad458477e21ee5330e0e65f3b8d2
|
@@ -17,7 +17,7 @@ class Qops::Instance < Thor # rubocop:disable Metrics/ClassLength
|
|
17
17
|
stack_id: config.stack_id,
|
18
18
|
layer_ids: [config.layer_id],
|
19
19
|
instance_type: config.instance_type,
|
20
|
-
os: config.
|
20
|
+
os: config.opsworks_os,
|
21
21
|
hostname: requested_hostname,
|
22
22
|
subnet_id: config.subnet,
|
23
23
|
auto_scaling_type: config.autoscale_type,
|
data/lib/qops/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: qops
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.4.
|
4
|
+
version: 1.4.7
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Matthew Basset
|
@@ -11,7 +11,7 @@ authors:
|
|
11
11
|
autorequire:
|
12
12
|
bindir: bin
|
13
13
|
cert_chain: []
|
14
|
-
date: 2017-04-
|
14
|
+
date: 2017-04-24 00:00:00.000000000 Z
|
15
15
|
dependencies:
|
16
16
|
- !ruby/object:Gem::Dependency
|
17
17
|
name: qthor
|