sambot 0.1.168 → 0.1.169

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: 2dc79c816e4e644b829ff187cafa9e9c9ee67216
4
- data.tar.gz: 5ea749a5c78155c1e28098dae9bd6a27628d48a7
3
+ metadata.gz: 5399d7d2f19c95f892efee8279db47cf817b8aae
4
+ data.tar.gz: b65c9b7c2a66988e66a2f2c74dab12b9bf3df1f8
5
5
  SHA512:
6
- metadata.gz: b3487a874e155702112ef987d98fb4056daec228b3c5cd9cb9c67cf6f741f3bd6002ab16b3b1f262ca7035eeff7941ed9812e85c17536f028ae823894fa6388a
7
- data.tar.gz: 1914e268627e4d65285b387c15910599702f2fdbc72d88a0e1af546804672e3381bab36e8ebcbc9fd7bff0a45888cef94016ca85b2ae897d1e64eb119b5626ca
6
+ metadata.gz: 1922c8e864bcc5aac0cb02fefab6388f5b84cdf626801ddd279eaf9bd5f8d498a7020d8c52054710873b6ec55b40b2a7338ba2d71d4c2c2dcbaedffa78fdeee1
7
+ data.tar.gz: d7880d1a139dd908cbcaa3c68e90f031ea5fcc7d680471caaa1e3e2610997071bda76b5b9135345643f6dafa44721ba5688be341afe54a76e7b4d3cac6cf5287
@@ -40,7 +40,7 @@ module Sambot
40
40
  # Changes to <platform> below to keep compatibility with existing cookbooks
41
41
  platform = 'LOCAL' if platform == 'local'
42
42
  platform = 'GCP' if platform == 'google'
43
- platform = 'RACKSPACE' if platform = 'rackspace'
43
+ platform = 'RACKSPACE' if platform == 'rackspace'
44
44
  suite['attributes'] = suite['attributes'] || {}
45
45
  suite['attributes']['cloud_platform'] = platform
46
46
  suite['attributes']['vault'] = suite['attributes']['vault'] || {}
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Sambot
4
- VERSION = '0.1.168'.freeze
4
+ VERSION = '0.1.169'.freeze
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sambot
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.168
4
+ version: 0.1.169
5
5
  platform: ruby
6
6
  authors:
7
7
  - Olivier Kouame