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: e634a72d24d79dd1dd5eef18dac54322a127ae28
4
- data.tar.gz: ef46e078b84da5beae75cfc2cb81d13784622632
3
+ metadata.gz: 2c6f2297eb39e4c95ce0e95593a451369d02dd52
4
+ data.tar.gz: 46a1e4f50fc6ff5d07ab7bf9832e5f3cf8a97406
5
5
  SHA512:
6
- metadata.gz: f990a334b915ab0015c48abfdd1db439db4667c97302df3f72ff90e879db026856ea52d278d1fb68f63c34755d3875dcf3af605f8bb86c43c185e78e2e21a82c
7
- data.tar.gz: 9476f6d69d1181fe2a26fbf1c079033b688d9ff76ef14b8dd127785dccf7003f639b6fea7d6ed062acafd8b069f6011049136b81273daccb52b94179850a1e0c
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 = node_attr[:environments][:hostname].split(".")[0]
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.41
1
+ 0.42
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: itamae-mitsurin
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.41'
4
+ version: '0.42'
5
5
  platform: ruby
6
6
  authors:
7
7
  - Akihiro Kamiyama