octopus-serverspec-extensions 0.11.6 → 0.11.7
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0a9ea6356ee92c5a806763b512817ab57529bbff
|
4
|
+
data.tar.gz: 33a1873e4369d07be549410a413abf9ed6b93417
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 03e7929ac54719b9179c695d2b06636a6b3261fc4d5ddac09bfc071461406ecb802ddfbc3c973d59e31e22bfc43aef0859ecb72983341ca8312d26d77e72b096
|
7
|
+
data.tar.gz: e91321e8b47eacad6feeb55baea44e59d61fe26d635392f6478d653ce730c3068018472429610f7cd880f78b749875a11eeb766a147c1c61f91e0116c79127c6
|
@@ -29,6 +29,7 @@ module Serverspec::Type
|
|
29
29
|
thumbprint = thumbprint.gsub('==== ShowThumbprintCommand starting ====', '').strip
|
30
30
|
thumbprint = thumbprint.gsub('The thumbprint of this Tentacle is: ', '').strip
|
31
31
|
thumbprint = thumbprint.gsub('==== ShowThumbprintCommand completed ====', '').strip
|
32
|
+
thumbprint = thumbprint.gsub('==== ShowThumbprintCommand ====', '').strip
|
32
33
|
puts "tentacle thumbprint is #{thumbprint}"
|
33
34
|
@machine = get_machine_via_api(serverUrl, apiKey, thumbprint)
|
34
35
|
else
|