anamo 1.1.5 → 1.1.6

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
  SHA256:
3
- metadata.gz: 8710fa69bba9fa27a00b89f0a4f15f2fb5f1dcc23d2b968bb11f6dbecc047501
4
- data.tar.gz: d016007e6d6451f7bdd1457f3fe310f09a38b7d0f012e4bb9af19e89331641c5
3
+ metadata.gz: 586453a5253c2643575c16590d204750c37955588798836af4410bdf3bf3e084
4
+ data.tar.gz: 90ac2f8bfec0a17e0d45c64e631aa7af73cdf56b2116d1d66f46916a855bba31
5
5
  SHA512:
6
- metadata.gz: 2a060b354356c409f5e145377ad1f4c808b7a5600a27525f6193ca63c7481f27b0e90f42756c02d6b37c0fb2bee37a445efc745295cbce234c66824267aeb050
7
- data.tar.gz: e8ebc708ea75d392b5ce268ad4547d1441d2ffb2beeaaae7d33af7054c38cad8af349983311110296bb17b8cf3ff66e0a1b70d148a81e3ad9916b7a1f66a3e5d
6
+ metadata.gz: c9c282f8990a621689ed1325a5d2ab05716640f0393e605caa7561ea22c625ebf22ea98b8cfdf18de76c5cf7833c4e8fcb6ecbe6f465db986c0fd549ddfa077d
7
+ data.tar.gz: 6a01efef4859aff16d3b8cdc7446faf511924ab512493746f66bdda656c954908f3c9a50e26b07d35fa8af99b101c76f934101efcdba8c240a29ec9ee8c2186a
@@ -50,14 +50,14 @@ module Anamo
50
50
  ret['node']['os_release'] = Train.create('local').connection.os[:release]
51
51
 
52
52
  # run a command on Linux/Unix/Mac
53
- ret['node']['cpe'] conn.run_command('hostnamectl | grep "Static hostname: "').stdout
54
- ret['node']['chassis'] conn.run_command('hostnamectl | grep "Chassis: "').stdout
55
- ret['node']['machine_id'] conn.run_command('hostnamectl | grep "Machine ID: "').stdout
56
- ret['node']['boot_id'] conn.run_command('hostnamectl | grep "Boot ID: "').stdout
57
- ret['node']['virtualization'] conn.run_command('hostnamectl | grep "Virtualization: "').stdout
58
- ret['node']['operating_system'] conn.run_command('hostnamectl | grep "Operating System: "').stdout
59
- ret['node']['kernel'] conn.run_command('hostnamectl | grep "Kernel: "').stdout
60
- ret['node']['architecture'] conn.run_command('hostnamectl | grep "Architecture: "').stdout
53
+ ret['node']['cpe'] = conn.run_command('hostnamectl | grep "Static hostname: "').stdout
54
+ ret['node']['chassis'] = conn.run_command('hostnamectl | grep "Chassis: "').stdout
55
+ ret['node']['machine_id'] = conn.run_command('hostnamectl | grep "Machine ID: "').stdout
56
+ ret['node']['boot_id'] = conn.run_command('hostnamectl | grep "Boot ID: "').stdout
57
+ ret['node']['virtualization'] = conn.run_command('hostnamectl | grep "Virtualization: "').stdout
58
+ ret['node']['operating_system'] = conn.run_command('hostnamectl | grep "Operating System: "').stdout
59
+ ret['node']['kernel'] = conn.run_command('hostnamectl | grep "Kernel: "').stdout
60
+ ret['node']['architecture'] = conn.run_command('hostnamectl | grep "Architecture: "').stdout
61
61
 
62
62
  #Uname (General)
63
63
  ret['node']['uname_sysname'] = Uname.sysname # => The operating system name. e.g. "SunOS"
@@ -1,3 +1,3 @@
1
1
  module Anamo
2
- VERSION = "1.1.5"
2
+ VERSION = "1.1.6"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: anamo
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.5
4
+ version: 1.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Anamo, Inc.