itamae-mitsurin 0.39 → 0.40
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c2215050b5e3aadd3c25c447823a7c5833cae346
|
|
4
|
+
data.tar.gz: f875ea49a699ca29b68e07e27b4c35d2a9fea372
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b1d00c5360a2c9493192e35aa19c98215b2164bf7a972ac1c819ef87211a1a9dd778521800d45c35dc814b7fef2fc711c9649b054eda6d9d9afecd32f0b3eb29
|
|
7
|
+
data.tar.gz: e00ea70f6bf34e3019d7f9388242a449bb35a0bdfcae796f096a5f5e8057a68871df030ba0fa3f0713076c04a28957240154e06d3ea65b8237eb5e728c3257ff
|
|
@@ -112,7 +112,7 @@ module ItamaeMitsurin
|
|
|
112
112
|
else
|
|
113
113
|
ENV['TARGET_HOST'] = local_ipv4
|
|
114
114
|
end
|
|
115
|
-
ENV['NODE_FILE'] = node_file
|
|
115
|
+
ENV['NODE_FILE'] = "tmp-nodes/#{File.basename(node_file)}"
|
|
116
116
|
ENV['SSH_PASSWORD'] = ssh_password
|
|
117
117
|
ENV['SUDO_PASSWORD'] = sudo_password
|
|
118
118
|
ENV['SSH_KEY'] = "keys/#{ssh_key}"
|
|
@@ -140,7 +140,7 @@ module ItamaeMitsurin
|
|
|
140
140
|
puts TaskBase.hl.color(%!Run Spec to \"#{bname}\"!, :red)
|
|
141
141
|
run_list_noti = []
|
|
142
142
|
command_recipe.each { |c_recipe|
|
|
143
|
-
unless c_recipe.split("/")[4].split(".")[0] == '
|
|
143
|
+
unless c_recipe.split("/")[4].split(".")[0] == 'default_spec'
|
|
144
144
|
run_list_noti << c_recipe.split("/")[2] + "::#{c_recipe.split("/")[4].split(".")[0]}"
|
|
145
145
|
else
|
|
146
146
|
run_list_noti << c_recipe.split("/")[2]
|
|
@@ -1 +1 @@
|
|
|
1
|
-
0.
|
|
1
|
+
0.40
|