qops 1.4.6 → 1.4.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 67b6ce514fc26332c83091f3a314d0088e5ccd73
4
- data.tar.gz: 13962497b3642cf376bbc32d1731a24888b18f1c
3
+ metadata.gz: e27f5d27a82f0f2144c5060350638de6c5758341
4
+ data.tar.gz: 8fffc9f857cf867d0cee47d47775b14e629881be
5
5
  SHA512:
6
- metadata.gz: 77a39afeb0ecdc2950ba121a2828352ced83a33a3b895e7b33e404c81566c000c1b951ecbdfe58693e38b117a7a33bb8cac10d7fa519f235c57e8cbe75b97493
7
- data.tar.gz: 64378a6a7f35ecb51286cf62993bdd2944110396145dbd9ab484420ad9c33b6c4ea1f732ac63bd7690b02688c4262b66f3b67ed77663d47c20671838855673f0
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.os,
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
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Qops
4
- VERSION = '1.4.6'.freeze
4
+ VERSION = '1.4.7'.freeze
5
5
  end
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.6
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-17 00:00:00.000000000 Z
14
+ date: 2017-04-24 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: qthor