itamae-mitsurin 0.41 → 0.42
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: 2c6f2297eb39e4c95ce0e95593a451369d02dd52
|
4
|
+
data.tar.gz: 46a1e4f50fc6ff5d07ab7bf9832e5f3cf8a97406
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8316e7dc809b58712fc290c59167ccae120b03ded6e45a91df58b3c82fa8136d493ad547d845ca584400bb73114599bdb2f3b367805766158d3d13a58d421b01
|
7
|
+
data.tar.gz: 20ff88907d10ccd6b97b2bcb9daf5989bd2a0f0276e93897444b0de2b43b887b0dcf324ccb9eec3c3c2b459c8980dbd5da79f01ff90cdc024b0b2b2622455e78
|
@@ -33,7 +33,7 @@ module ItamaeMitsurin
|
|
33
33
|
puts "Node error, nodefile:#{node_file}, reason:#{e.message}"
|
34
34
|
end
|
35
35
|
|
36
|
-
node_short =
|
36
|
+
node_short = node_h[:environments][:hostname].split(".")[0]
|
37
37
|
all << node_short
|
38
38
|
desc "Serverspec to all nodes"
|
39
39
|
task :all => all
|
@@ -1 +1 @@
|
|
1
|
-
0.
|
1
|
+
0.42
|