sambot 0.1.222 → 0.1.223
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 +4 -4
- data/lib/sambot/chef/kitchen.rb +1 -3
- data/lib/sambot/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5096933a1f30de324555298311a65541e2e5f96c
|
|
4
|
+
data.tar.gz: 407fa64cc091116c102c696cb31167e9b3a4eebb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6abbedc56de4aa5da548d924fb6418166ca16345dd596616c5f28543f4425c932ddc7dbe07f3de7f006828a29590637d5595a60f648a61904b8bf42ffe3764b3
|
|
7
|
+
data.tar.gz: 37662ebcdadee13a0d56c4c8e8434bb3567f11f45b0b887b9c39c56a292d37c0c2cd6f99262dd6fe44dea5545c91e163bb3e5fdece8f5869e5d10aecb3bf4e89
|
data/lib/sambot/chef/kitchen.rb
CHANGED
|
@@ -47,9 +47,7 @@ module Sambot
|
|
|
47
47
|
suite['attributes']['vault']['exec_renew'] = suite['attributes']['vault']['exec_renew'] || false
|
|
48
48
|
end
|
|
49
49
|
end
|
|
50
|
-
|
|
51
|
-
!25F#<msWMLc!1[
|
|
52
|
-
|
|
50
|
+
|
|
53
51
|
# Provides the ability to have a different run-list for different clouds.
|
|
54
52
|
# This only works for the 'local' cloud and the 'dev' clouds i.e. Rackspace
|
|
55
53
|
# and Google.
|
data/lib/sambot/version.rb
CHANGED