facterdb 0.3.12 → 0.4.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (189) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile +1 -1
  3. data/README.md +60 -3
  4. data/facterdb.gemspec +1 -0
  5. data/facts/1.6/amazon-2017-x86_64.facts +61 -0
  6. data/facts/1.7/amazon-2017-x86_64.facts +76 -0
  7. data/facts/2.0/amazon-2017-x86_64.facts +77 -0
  8. data/facts/2.0/debian-9-i386.facts +2 -2
  9. data/facts/2.0/debian-9-x86_64.facts +2 -2
  10. data/facts/2.1/amazon-2017-x86_64.facts +212 -0
  11. data/facts/2.1/debian-9-i386.facts +2 -2
  12. data/facts/2.1/debian-9-x86_64.facts +2 -2
  13. data/facts/2.2/amazon-2017-x86_64.facts +235 -0
  14. data/facts/2.2/debian-9-i386.facts +5 -4
  15. data/facts/2.2/debian-9-x86_64.facts +6 -5
  16. data/facts/2.3/amazon-2017-x86_64.facts +236 -0
  17. data/facts/2.3/debian-9-i386.facts +5 -4
  18. data/facts/2.3/debian-9-x86_64.facts +5 -4
  19. data/facts/2.4/amazon-2017-x86_64.facts +215 -0
  20. data/facts/2.4/debian-9-i386.facts +5 -4
  21. data/facts/2.4/debian-9-x86_64.facts +5 -4
  22. data/facts/2.4/fedora-20-x86_64.facts +116 -0
  23. data/facts/2.4/fedora-21-x86_64.facts +123 -0
  24. data/facts/2.4/fedora-26-x86_64.facts +143 -0
  25. data/facts/2.5/amazon-2017-x86_64.facts +61 -0
  26. data/facts/2.5/debian-9-i386.facts +5 -4
  27. data/facts/2.5/debian-9-x86_64.facts +5 -4
  28. data/facts/2.5/fedora-20-x86_64.facts +116 -0
  29. data/facts/2.5/fedora-21-x86_64.facts +123 -0
  30. data/facts/2.5/fedora-26-x86_64.facts +143 -0
  31. data/facts/3.0/amazon-4-x86_64.facts +320 -0
  32. data/facts/3.0/fedora-20-x86_64.facts +116 -0
  33. data/facts/3.0/fedora-21-x86_64.facts +123 -0
  34. data/facts/3.0/fedora-26-x86_64.facts +143 -0
  35. data/facts/3.0/windows-10-i386.facts +70 -23
  36. data/facts/3.0/windows-10-x86_64.facts +72 -25
  37. data/facts/3.0/windows-2008 r2-x86_64.facts +70 -23
  38. data/facts/3.0/windows-2008-x86_64.facts +71 -24
  39. data/facts/3.0/windows-2012 r2-core-x86_64.facts +76 -29
  40. data/facts/3.0/windows-2012 r2-x86_64.facts +84 -42
  41. data/facts/3.0/windows-2012-x86_64.facts +72 -25
  42. data/facts/3.0/windows-2016-x86_64.facts +71 -24
  43. data/facts/3.0/windows-7-x86_64.facts +87 -45
  44. data/facts/3.0/windows-8.1-x86_64.facts +71 -24
  45. data/facts/3.1/amazon-4-x86_64.facts +350 -0
  46. data/facts/3.1/fedora-20-x86_64.facts +116 -0
  47. data/facts/3.1/fedora-21-x86_64.facts +123 -0
  48. data/facts/3.1/fedora-26-x86_64.facts +143 -0
  49. data/facts/3.1/windows-10-i386.facts +73 -26
  50. data/facts/3.1/windows-10-x86_64.facts +75 -28
  51. data/facts/3.1/windows-2008 r2-x86_64.facts +73 -26
  52. data/facts/3.1/windows-2008-x86_64.facts +74 -27
  53. data/facts/3.1/windows-2012 r2-core-x86_64.facts +79 -32
  54. data/facts/3.1/windows-2012 r2-x86_64.facts +92 -62
  55. data/facts/3.1/windows-2012-x86_64.facts +75 -28
  56. data/facts/3.1/windows-2016-x86_64.facts +74 -27
  57. data/facts/3.1/windows-7-x86_64.facts +95 -65
  58. data/facts/3.1/windows-8.1-x86_64.facts +73 -26
  59. data/facts/3.2/fedora-20-x86_64.facts +116 -0
  60. data/facts/3.2/fedora-21-x86_64.facts +123 -0
  61. data/facts/3.2/fedora-26-x86_64.facts +143 -0
  62. data/facts/3.3/amazon-4-x86_64.facts +351 -0
  63. data/facts/3.3/fedora-20-x86_64.facts +116 -0
  64. data/facts/3.3/fedora-21-x86_64.facts +123 -0
  65. data/facts/3.3/fedora-26-x86_64.facts +143 -0
  66. data/facts/3.3/windows-10-i386.facts +73 -26
  67. data/facts/3.3/windows-10-x86_64.facts +75 -28
  68. data/facts/3.3/windows-2008 r2-x86_64.facts +73 -26
  69. data/facts/3.3/windows-2008-x86_64.facts +74 -27
  70. data/facts/3.3/windows-2012 r2-core-x86_64.facts +79 -32
  71. data/facts/3.3/windows-2012 r2-x86_64.facts +70 -23
  72. data/facts/3.3/windows-2012-x86_64.facts +75 -28
  73. data/facts/3.3/windows-2016-x86_64.facts +72 -26
  74. data/facts/3.3/windows-7-x86_64.facts +72 -25
  75. data/facts/3.3/windows-8.1-x86_64.facts +73 -26
  76. data/facts/3.4/fedora-20-x86_64.facts +116 -0
  77. data/facts/3.4/fedora-21-x86_64.facts +123 -0
  78. data/facts/3.4/fedora-26-x86_64.facts +143 -0
  79. data/facts/3.4/windows-10-i386.facts +73 -26
  80. data/facts/3.4/windows-10-x86_64.facts +75 -28
  81. data/facts/3.4/windows-2008 r2-x86_64.facts +73 -26
  82. data/facts/3.4/windows-2008-x86_64.facts +74 -27
  83. data/facts/3.4/windows-2012 r2-core-x86_64.facts +79 -32
  84. data/facts/3.4/windows-2012 r2-x86_64.facts +70 -23
  85. data/facts/3.4/windows-2012-x86_64.facts +75 -28
  86. data/facts/3.4/windows-2016-x86_64.facts +72 -25
  87. data/facts/3.4/windows-7-x86_64.facts +73 -26
  88. data/facts/3.4/windows-8.1-x86_64.facts +73 -26
  89. data/facts/3.5/fedora-20-x86_64.facts +116 -0
  90. data/facts/3.5/fedora-21-x86_64.facts +123 -0
  91. data/facts/3.5/fedora-26-x86_64.facts +143 -0
  92. data/facts/3.5/windows-10-i386.facts +73 -26
  93. data/facts/3.5/windows-10-x86_64.facts +75 -28
  94. data/facts/3.5/windows-2008 r2-x86_64.facts +73 -26
  95. data/facts/3.5/windows-2008-x86_64.facts +74 -27
  96. data/facts/3.5/windows-2012 r2-core-x86_64.facts +79 -32
  97. data/facts/3.5/windows-2012 r2-x86_64.facts +70 -23
  98. data/facts/3.5/windows-2012-x86_64.facts +75 -28
  99. data/facts/3.5/windows-2016-x86_64.facts +74 -27
  100. data/facts/3.5/windows-7-x86_64.facts +73 -26
  101. data/facts/3.5/windows-8.1-x86_64.facts +73 -26
  102. data/facts/3.6/amazon-2017-x86_64.facts +367 -0
  103. data/facts/3.6/fedora-20-x86_64.facts +116 -0
  104. data/facts/3.6/fedora-21-x86_64.facts +123 -0
  105. data/facts/3.6/fedora-26-x86_64.facts +143 -0
  106. data/facts/3.6/windows-10-i386.facts +73 -26
  107. data/facts/3.6/windows-10-x86_64.facts +75 -28
  108. data/facts/3.6/windows-2008 r2-x86_64.facts +71 -24
  109. data/facts/3.6/windows-2008-x86_64.facts +74 -27
  110. data/facts/3.6/windows-2012 r2-core-x86_64.facts +79 -32
  111. data/facts/3.6/windows-2012 r2-x86_64.facts +70 -23
  112. data/facts/3.6/windows-2012-x86_64.facts +75 -28
  113. data/facts/3.6/windows-2016-x86_64.facts +74 -27
  114. data/facts/3.6/windows-7-x86_64.facts +73 -26
  115. data/facts/3.6/windows-8.1-x86_64.facts +73 -26
  116. data/facts/3.7/darwin-14-x86_64.facts +392 -0
  117. data/facts/3.7/darwin-15-x86_64.facts +410 -0
  118. data/facts/3.7/darwin-16-x86_64.facts +414 -0
  119. data/facts/3.7/fedora-20-x86_64.facts +116 -0
  120. data/facts/3.7/fedora-21-x86_64.facts +123 -0
  121. data/facts/3.7/fedora-26-x86_64.facts +143 -0
  122. data/facts/3.7/windows-10-i386.facts +73 -26
  123. data/facts/3.7/windows-10-x86_64.facts +75 -28
  124. data/facts/3.7/windows-2008 r2-x86_64.facts +73 -26
  125. data/facts/3.7/windows-2008-x86_64.facts +74 -27
  126. data/facts/3.7/windows-2012 r2-core-x86_64.facts +79 -32
  127. data/facts/3.7/windows-2012 r2-x86_64.facts +70 -23
  128. data/facts/3.7/windows-2012-x86_64.facts +75 -28
  129. data/facts/3.7/windows-2016-x86_64.facts +73 -26
  130. data/facts/3.7/windows-7-x86_64.facts +73 -26
  131. data/facts/3.7/windows-8.1-x86_64.facts +73 -26
  132. data/facts/3.8/centos-5-i386.facts +389 -0
  133. data/facts/3.8/centos-5-x86_64.facts +389 -0
  134. data/facts/3.8/centos-6-i386.facts +379 -0
  135. data/facts/3.8/centos-6-x86_64.facts +379 -0
  136. data/facts/3.8/centos-7-x86_64.facts +433 -0
  137. data/facts/3.8/darwin-14-x86_64.facts +375 -0
  138. data/facts/3.8/darwin-15-x86_64.facts +393 -0
  139. data/facts/3.8/darwin-16-x86_64.facts +397 -0
  140. data/facts/3.8/debian-7-i386.facts +440 -0
  141. data/facts/3.8/debian-7-x86_64.facts +440 -0
  142. data/facts/3.8/debian-8-i386.facts +460 -0
  143. data/facts/3.8/debian-8-x86_64.facts +460 -0
  144. data/facts/3.8/debian-9-i386.facts +476 -0
  145. data/facts/3.8/debian-9-x86_64.facts +476 -0
  146. data/facts/3.8/fedora-20-x86_64.facts +116 -0
  147. data/facts/3.8/fedora-21-x86_64.facts +123 -0
  148. data/facts/3.8/fedora-25-i386.facts +443 -0
  149. data/facts/3.8/fedora-25-x86_64.facts +443 -0
  150. data/facts/3.8/fedora-26-x86_64.facts +143 -0
  151. data/facts/3.8/oraclelinux-5-i386.facts +403 -0
  152. data/facts/3.8/oraclelinux-5-x86_64.facts +403 -0
  153. data/facts/3.8/oraclelinux-6-i386.facts +379 -0
  154. data/facts/3.8/oraclelinux-6-x86_64.facts +384 -0
  155. data/facts/3.8/oraclelinux-7-x86_64.facts +447 -0
  156. data/facts/3.8/redhat-5-i386.facts +376 -0
  157. data/facts/3.8/redhat-5-x86_64.facts +376 -0
  158. data/facts/3.8/redhat-6-i386.facts +379 -0
  159. data/facts/3.8/redhat-6-x86_64.facts +379 -0
  160. data/facts/3.8/redhat-7-x86_64.facts +418 -0
  161. data/facts/3.8/scientific-5-i386.facts +376 -0
  162. data/facts/3.8/scientific-5-x86_64.facts +376 -0
  163. data/facts/3.8/scientific-6-i386.facts +364 -0
  164. data/facts/3.8/scientific-6-x86_64.facts +364 -0
  165. data/facts/3.8/scientific-7-x86_64.facts +433 -0
  166. data/facts/3.8/sles-11-i386.facts +359 -0
  167. data/facts/3.8/sles-11-x86_64.facts +359 -0
  168. data/facts/3.8/sles-12-x86_64.facts +386 -0
  169. data/facts/3.8/ubuntu-14.04-i386.facts +467 -0
  170. data/facts/3.8/ubuntu-14.04-x86_64.facts +467 -0
  171. data/facts/3.8/ubuntu-16.04-i386.facts +482 -0
  172. data/facts/3.8/ubuntu-16.04-x86_64.facts +482 -0
  173. data/facts/3.8/windows-10-i386.facts +162 -0
  174. data/facts/3.8/windows-10-x86_64.facts +162 -0
  175. data/facts/3.8/windows-2008 r2-x86_64.facts +162 -0
  176. data/facts/3.8/windows-2008-x86_64.facts +162 -0
  177. data/facts/3.8/windows-2012 r2-core-x86_64.facts +162 -0
  178. data/facts/3.8/windows-2012 r2-x86_64.facts +162 -0
  179. data/facts/3.8/windows-2012-x86_64.facts +162 -0
  180. data/facts/3.8/windows-2016-x86_64.facts +162 -0
  181. data/facts/3.8/windows-7-x86_64.facts +162 -0
  182. data/facts/3.8/windows-8.1-x86_64.facts +162 -0
  183. data/facts/Vagrantfile +11 -1
  184. data/facts/get_facts.sh +11 -2
  185. data/lib/facterdb.rb +39 -1
  186. data/lib/facterdb/version.rb +1 -1
  187. data/spec/facterdb_spec.rb +94 -0
  188. data/spec/spec_helper.rb +4 -0
  189. metadata +113 -3
@@ -1,35 +1,67 @@
1
1
  {
2
2
  "agent_specified_environment": "production",
3
3
  "aio_agent_version": "1.10.4",
4
+ "architecture": "x64",
5
+ "dhcp_servers": {
6
+ "Local Area Connection": "10.32.22.10",
7
+ "system": "10.32.22.10"
8
+ },
4
9
  "dmi": {
5
10
  "manufacturer": "VMware, Inc.",
6
11
  "product": {
7
12
  "name": "VMware7,1",
8
- "serial_number": "VMware-42 22 a6 6f 63 84 0d 53-07 bc 72 79 02 59 33 7a"
13
+ "serial_number": "VMware-42 22 54 f8 03 5a 02 c9-79 8e 1a a7 0a fb 58 5a"
9
14
  }
10
15
  },
16
+ "domain": "example.com",
11
17
  "env_windows_installdir": "C:\\Program Files\\Puppet Labs\\Puppet",
12
18
  "facterversion": "3.6.5",
19
+ "fqdn": "foo.example.com",
20
+ "hardwareisa": "x64",
21
+ "hardwaremodel": "x86_64",
22
+ "hostname": "foo",
23
+ "id": "N6IFGFZXW976ITI\\Administrator",
13
24
  "identity": {
14
25
  "privileged": true,
15
- "user": "G089LVS4X1ERMNM\\Administrator"
26
+ "user": "N6IFGFZXW976ITI\\Administrator"
16
27
  },
28
+ "interfaces": "Local Area Connection",
29
+ "ipaddress": "10.32.126.90",
30
+ "ipaddress6": "fe80::2121:2899:8986:e379%11",
31
+ "ipaddress6_Local Area Connection": "fe80::2121:2899:8986:e379%11",
32
+ "ipaddress_Local Area Connection": "10.32.126.90",
17
33
  "is_virtual": true,
18
34
  "kernel": "windows",
19
35
  "kernelmajversion": "6.1",
20
36
  "kernelrelease": "6.1.7601",
21
37
  "kernelversion": "6.1.7601",
38
+ "macaddress": "00:50:56:A2:78:83",
39
+ "macaddress_Local Area Connection": "00:50:56:A2:78:83",
40
+ "manufacturer": "VMware, Inc.",
22
41
  "memory": {
23
42
  "system": {
24
- "available": "2.89 GiB",
25
- "available_bytes": 3106488320,
26
- "capacity": "27.66%",
43
+ "available": "2.95 GiB",
44
+ "available_bytes": 3170254848,
45
+ "capacity": "26.17%",
27
46
  "total": "4.00 GiB",
28
47
  "total_bytes": 4294066176,
29
- "used": "1.11 GiB",
30
- "used_bytes": 1187577856
48
+ "used": "1.05 GiB",
49
+ "used_bytes": 1123811328
31
50
  }
32
51
  },
52
+ "memoryfree": "2.95 GiB",
53
+ "memoryfree_mb": 3023.390625,
54
+ "memorysize": "4.00 GiB",
55
+ "memorysize_mb": 4095.140625,
56
+ "mtu_Local Area Connection": 1500,
57
+ "netmask": "255.255.240.0",
58
+ "netmask6": "ffff:ffff:ffff:ffff::",
59
+ "netmask6_Local Area Connection": "ffff:ffff:ffff:ffff::",
60
+ "netmask_Local Area Connection": "255.255.240.0",
61
+ "network": "10.32.112.0",
62
+ "network6": "fe80::%11",
63
+ "network6_Local Area Connection": "fe80::%11",
64
+ "network_Local Area Connection": "10.32.112.0",
33
65
  "networking": {
34
66
  "dhcp": "10.32.22.10",
35
67
  "domain": "example.com",
@@ -39,39 +71,42 @@
39
71
  "Local Area Connection": {
40
72
  "bindings": [
41
73
  {
42
- "address": "10.32.126.73",
74
+ "address": "10.32.126.90",
43
75
  "netmask": "255.255.240.0",
44
76
  "network": "10.32.112.0"
45
77
  }
46
78
  ],
47
79
  "bindings6": [
48
80
  {
49
- "address": "fe80::b4bd:32dd:a5c:f8a%12",
81
+ "address": "fe80::2121:2899:8986:e379%11",
50
82
  "netmask": "ffff:ffff:ffff:ffff::",
51
- "network": "fe80::%12"
83
+ "network": "fe80::%11"
52
84
  }
53
85
  ],
54
86
  "dhcp": "10.32.22.10",
55
- "ip": "10.32.126.73",
56
- "ip6": "fe80::b4bd:32dd:a5c:f8a%12",
57
- "mac": "00:50:56:A2:EF:51",
87
+ "ip": "10.32.126.90",
88
+ "ip6": "fe80::2121:2899:8986:e379%11",
89
+ "mac": "00:50:56:A2:78:83",
58
90
  "mtu": 1500,
59
91
  "netmask": "255.255.240.0",
60
92
  "netmask6": "ffff:ffff:ffff:ffff::",
61
93
  "network": "10.32.112.0",
62
- "network6": "fe80::%12"
94
+ "network6": "fe80::%11"
63
95
  }
64
96
  },
65
- "ip": "10.32.126.73",
66
- "ip6": "fe80::b4bd:32dd:a5c:f8a%12",
67
- "mac": "00:50:56:A2:EF:51",
97
+ "ip": "10.32.126.90",
98
+ "ip6": "fe80::2121:2899:8986:e379%11",
99
+ "mac": "00:50:56:A2:78:83",
68
100
  "mtu": 1500,
69
101
  "netmask": "255.255.240.0",
70
102
  "netmask6": "ffff:ffff:ffff:ffff::",
71
103
  "network": "10.32.112.0",
72
- "network6": "fe80::%12",
104
+ "network6": "fe80::%11",
73
105
  "primary": "Local Area Connection"
74
106
  },
107
+ "operatingsystem": "windows",
108
+ "operatingsystemmajrelease": "7",
109
+ "operatingsystemrelease": "7",
75
110
  "os": {
76
111
  "architecture": "x64",
77
112
  "family": "windows",
@@ -85,7 +120,12 @@
85
120
  "system32": "C:\\Windows\\system32"
86
121
  }
87
122
  },
88
- "path": "C:\\Program Files\\Puppet Labs\\Puppet\\puppet\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\facter\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\hiera\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\mcollective\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\sys\\ruby\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\sys\\tools\\bin;C:\\cygwin64\\bin;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0;C:\\Program Files\\Git\\cmd;C:\\Packer\\SysInternals;C:\\Users\\Administrator\\AppData\\Roaming\\Boxstarter",
123
+ "osfamily": "windows",
124
+ "path": "C:\\Program Files\\Puppet Labs\\Puppet\\puppet\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\facter\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\hiera\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\mcollective\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\sys\\ruby\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\sys\\tools\\bin;C:\\cygwin64\\bin;C:\\ProgramData\\Boxstarter;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0;C:\\Program Files\\Git\\cmd;C:\\Packer\\SysInternals",
125
+ "physicalprocessorcount": 2,
126
+ "processor0": "Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz",
127
+ "processor1": "Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz",
128
+ "processorcount": 2,
89
129
  "processors": {
90
130
  "count": 2,
91
131
  "isa": "x64",
@@ -95,21 +135,28 @@
95
135
  ],
96
136
  "physicalcount": 2
97
137
  },
138
+ "productname": "VMware7,1",
98
139
  "puppetversion": "4.10.4",
99
140
  "ruby": {
100
141
  "platform": "x64-mingw32",
101
142
  "sitedir": "C:/Program Files/Puppet Labs/Puppet/sys/ruby/lib/ruby/site_ruby/2.1.0",
102
143
  "version": "2.1.9"
103
144
  },
145
+ "rubyplatform": "x64-mingw32",
146
+ "rubysitedir": "C:/Program Files/Puppet Labs/Puppet/sys/ruby/lib/ruby/site_ruby/2.1.0",
147
+ "rubyversion": "2.1.9",
148
+ "serialnumber": "VMware-42 22 54 f8 03 5a 02 c9-79 8e 1a a7 0a fb 58 5a",
149
+ "system32": "C:\\Windows\\system32",
104
150
  "system_uptime": {
105
151
  "days": 0,
106
- "hours": 16,
107
- "seconds": 58791,
108
- "uptime": "16:19 hours"
152
+ "hours": 8,
153
+ "seconds": 29237,
154
+ "uptime": "8:07 hours"
109
155
  },
110
156
  "timezone": "Coordinated Universal Time",
111
- "virtual": "vmware",
112
- "domain": "example.com",
113
- "hostname": "foo",
114
- "fqdn": "foo.example.com"
157
+ "uptime": "8:07 hours",
158
+ "uptime_days": 0,
159
+ "uptime_hours": 8,
160
+ "uptime_seconds": 29237,
161
+ "virtual": "vmware"
115
162
  }
@@ -1,37 +1,69 @@
1
1
  {
2
2
  "agent_specified_environment": "production",
3
3
  "aio_agent_version": "1.10.4",
4
+ "architecture": "x64",
5
+ "dhcp_servers": {
6
+ "Ethernet0": "10.32.22.10",
7
+ "system": "10.32.22.10"
8
+ },
4
9
  "dmi": {
5
10
  "manufacturer": "VMware, Inc.",
6
11
  "product": {
7
12
  "name": "VMware7,1",
8
- "serial_number": "VMware-42 0f 99 71 37 c9 34 5c-60 e2 5f ad 59 28 d7 53"
13
+ "serial_number": "VMware-42 22 4d be a7 64 37 f6-69 53 5c ec 5e 46 f2 0b"
9
14
  }
10
15
  },
16
+ "domain": "example.com",
11
17
  "env_windows_installdir": "C:\\Program Files\\Puppet Labs\\Puppet",
12
18
  "facterversion": "3.6.5",
19
+ "fqdn": "foo.example.com",
20
+ "hardwareisa": "x64",
21
+ "hardwaremodel": "x86_64",
22
+ "hostname": "foo",
23
+ "id": "B5GMZC25YP3WRFT\\Administrator",
13
24
  "identity": {
14
25
  "privileged": true,
15
- "user": "TGPX4C0ZOVOW6AL\\Administrator"
26
+ "user": "B5GMZC25YP3WRFT\\Administrator"
16
27
  },
28
+ "interfaces": "Ethernet0",
29
+ "ipaddress": "10.32.125.84",
30
+ "ipaddress6": "fe80::e490:85dc:9a71:4d9e%3",
31
+ "ipaddress6_Ethernet0": "fe80::e490:85dc:9a71:4d9e%3",
32
+ "ipaddress_Ethernet0": "10.32.125.84",
17
33
  "is_virtual": true,
18
34
  "kernel": "windows",
19
35
  "kernelmajversion": "6.3",
20
36
  "kernelrelease": "6.3.9600",
21
37
  "kernelversion": "6.3.9600",
38
+ "macaddress": "00:50:56:A2:FD:34",
39
+ "macaddress_Ethernet0": "00:50:56:A2:FD:34",
40
+ "manufacturer": "VMware, Inc.",
22
41
  "memory": {
23
42
  "system": {
24
- "available": "2.51 GiB",
25
- "available_bytes": 2693271552,
26
- "capacity": "37.28%",
43
+ "available": "2.42 GiB",
44
+ "available_bytes": 2602627072,
45
+ "capacity": "39.39%",
27
46
  "total": "4.00 GiB",
28
47
  "total_bytes": 4294066176,
29
- "used": "1.49 GiB",
30
- "used_bytes": 1600794624
48
+ "used": "1.58 GiB",
49
+ "used_bytes": 1691439104
31
50
  }
32
51
  },
52
+ "memoryfree": "2.42 GiB",
53
+ "memoryfree_mb": 2482.05859375,
54
+ "memorysize": "4.00 GiB",
55
+ "memorysize_mb": 4095.140625,
56
+ "mtu_Ethernet0": 1500,
57
+ "netmask": "255.255.240.0",
58
+ "netmask6": "ffff:ffff:ffff:ffff::",
59
+ "netmask6_Ethernet0": "ffff:ffff:ffff:ffff::",
60
+ "netmask_Ethernet0": "255.255.240.0",
61
+ "network": "10.32.112.0",
62
+ "network6": "fe80::%3",
63
+ "network6_Ethernet0": "fe80::%3",
64
+ "network_Ethernet0": "10.32.112.0",
33
65
  "networking": {
34
- "dhcp": "10.32.22.9",
66
+ "dhcp": "10.32.22.10",
35
67
  "domain": "example.com",
36
68
  "fqdn": "foo.example.com",
37
69
  "hostname": "foo",
@@ -39,22 +71,22 @@
39
71
  "Ethernet0": {
40
72
  "bindings": [
41
73
  {
42
- "address": "10.32.126.10",
74
+ "address": "10.32.125.84",
43
75
  "netmask": "255.255.240.0",
44
76
  "network": "10.32.112.0"
45
77
  }
46
78
  ],
47
79
  "bindings6": [
48
80
  {
49
- "address": "fe80::d9b6:d8a2:98e1:bcf0%3",
81
+ "address": "fe80::e490:85dc:9a71:4d9e%3",
50
82
  "netmask": "ffff:ffff:ffff:ffff::",
51
83
  "network": "fe80::%3"
52
84
  }
53
85
  ],
54
- "dhcp": "10.32.22.9",
55
- "ip": "10.32.126.10",
56
- "ip6": "fe80::d9b6:d8a2:98e1:bcf0%3",
57
- "mac": "00:50:56:8F:42:E3",
86
+ "dhcp": "10.32.22.10",
87
+ "ip": "10.32.125.84",
88
+ "ip6": "fe80::e490:85dc:9a71:4d9e%3",
89
+ "mac": "00:50:56:A2:FD:34",
58
90
  "mtu": 1500,
59
91
  "netmask": "255.255.240.0",
60
92
  "netmask6": "ffff:ffff:ffff:ffff::",
@@ -62,9 +94,9 @@
62
94
  "network6": "fe80::%3"
63
95
  }
64
96
  },
65
- "ip": "10.32.126.10",
66
- "ip6": "fe80::d9b6:d8a2:98e1:bcf0%3",
67
- "mac": "00:50:56:8F:42:E3",
97
+ "ip": "10.32.125.84",
98
+ "ip6": "fe80::e490:85dc:9a71:4d9e%3",
99
+ "mac": "00:50:56:A2:FD:34",
68
100
  "mtu": 1500,
69
101
  "netmask": "255.255.240.0",
70
102
  "netmask6": "ffff:ffff:ffff:ffff::",
@@ -72,6 +104,9 @@
72
104
  "network6": "fe80::%3",
73
105
  "primary": "Ethernet0"
74
106
  },
107
+ "operatingsystem": "windows",
108
+ "operatingsystemmajrelease": "8.1",
109
+ "operatingsystemrelease": "8.1",
75
110
  "os": {
76
111
  "architecture": "x64",
77
112
  "family": "windows",
@@ -85,7 +120,12 @@
85
120
  "system32": "C:\\Windows\\system32"
86
121
  }
87
122
  },
88
- "path": "C:\\Program Files\\Puppet Labs\\Puppet\\puppet\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\facter\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\hiera\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\mcollective\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\sys\\ruby\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\sys\\tools\\bin;C:\\cygwin64\\bin;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0;C:\\Program Files\\Git\\cmd;C:\\Packer\\SysInternals;C:\\Users\\Administrator\\AppData\\Roaming\\Boxstarter",
123
+ "osfamily": "windows",
124
+ "path": "C:\\Program Files\\Puppet Labs\\Puppet\\puppet\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\facter\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\hiera\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\mcollective\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\sys\\ruby\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\sys\\tools\\bin;C:\\cygwin64\\bin;C:\\ProgramData\\Boxstarter;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0;C:\\Program Files\\Git\\cmd;C:\\Packer\\SysInternals",
125
+ "physicalprocessorcount": 2,
126
+ "processor0": "Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz",
127
+ "processor1": "Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz",
128
+ "processorcount": 2,
89
129
  "processors": {
90
130
  "count": 2,
91
131
  "isa": "x64",
@@ -95,21 +135,28 @@
95
135
  ],
96
136
  "physicalcount": 2
97
137
  },
138
+ "productname": "VMware7,1",
98
139
  "puppetversion": "4.10.4",
99
140
  "ruby": {
100
141
  "platform": "x64-mingw32",
101
142
  "sitedir": "C:/Program Files/Puppet Labs/Puppet/sys/ruby/lib/ruby/site_ruby/2.1.0",
102
143
  "version": "2.1.9"
103
144
  },
145
+ "rubyplatform": "x64-mingw32",
146
+ "rubysitedir": "C:/Program Files/Puppet Labs/Puppet/sys/ruby/lib/ruby/site_ruby/2.1.0",
147
+ "rubyversion": "2.1.9",
148
+ "serialnumber": "VMware-42 22 4d be a7 64 37 f6-69 53 5c ec 5e 46 f2 0b",
149
+ "system32": "C:\\Windows\\system32",
104
150
  "system_uptime": {
105
- "days": 11,
106
- "hours": 275,
107
- "seconds": 992801,
108
- "uptime": "11 days"
151
+ "days": 0,
152
+ "hours": 18,
153
+ "seconds": 66475,
154
+ "uptime": "18:27 hours"
109
155
  },
110
156
  "timezone": "Coordinated Universal Time",
111
- "virtual": "vmware",
112
- "domain": "example.com",
113
- "hostname": "foo",
114
- "fqdn": "foo.example.com"
157
+ "uptime": "18:27 hours",
158
+ "uptime_days": 0,
159
+ "uptime_hours": 18,
160
+ "uptime_seconds": 66475,
161
+ "virtual": "vmware"
115
162
  }
@@ -0,0 +1,392 @@
1
+ {
2
+ "aio_agent_version": "5.0.1",
3
+ "architecture": "x86_64",
4
+ "augeas": {
5
+ "version": "1.8.0"
6
+ },
7
+ "augeasversion": "1.8.0",
8
+ "dhcp_servers": {
9
+ "en0": "10.32.22.9",
10
+ "system": "10.32.22.9"
11
+ },
12
+ "dmi": {
13
+ "product": {
14
+ "name": "VMware7,1"
15
+ }
16
+ },
17
+ "domain": "example.com",
18
+ "facterversion": "3.7.1",
19
+ "filesystems": "autofs,devfs,hfs,vmhgfs",
20
+ "fqdn": "foo.example.com",
21
+ "gid": "wheel",
22
+ "hardwareisa": "i386",
23
+ "hardwaremodel": "x86_64",
24
+ "hostname": "foo",
25
+ "id": "root",
26
+ "identity": {
27
+ "gid": 0,
28
+ "group": "wheel",
29
+ "privileged": true,
30
+ "uid": 0,
31
+ "user": "root"
32
+ },
33
+ "interfaces": "en0,gif0,lo0,stf0",
34
+ "ipaddress": "10.32.113.72",
35
+ "ipaddress6": "fe80::250:56ff:fea2:dbf1",
36
+ "ipaddress6_en0": "fe80::250:56ff:fea2:dbf1",
37
+ "ipaddress6_lo0": "::1",
38
+ "ipaddress_en0": "10.32.113.72",
39
+ "ipaddress_lo0": "127.0.0.1",
40
+ "is_virtual": true,
41
+ "kernel": "Darwin",
42
+ "kernelmajversion": "14.1",
43
+ "kernelrelease": "14.1.0",
44
+ "kernelversion": "14.1.0",
45
+ "load_averages": {
46
+ "15m": 1.03857421875,
47
+ "1m": 1.30810546875,
48
+ "5m": 1.12109375
49
+ },
50
+ "macaddress": "00:50:56:a2:db:f1",
51
+ "macaddress_en0": "00:50:56:a2:db:f1",
52
+ "macosx_buildversion": "14C1514",
53
+ "macosx_productname": "Mac OS X",
54
+ "macosx_productversion": "10.10.2",
55
+ "macosx_productversion_major": "10.10",
56
+ "macosx_productversion_minor": "2",
57
+ "memory": {
58
+ "system": {
59
+ "available": "19.30 MiB",
60
+ "available_bytes": 20242432,
61
+ "capacity": "99.06%",
62
+ "total": "2.00 GiB",
63
+ "total_bytes": 2147483648,
64
+ "used": "1.98 GiB",
65
+ "used_bytes": 2127241216
66
+ }
67
+ },
68
+ "memoryfree": "19.30 MiB",
69
+ "memoryfree_mb": 19.3046875,
70
+ "memorysize": "2.00 GiB",
71
+ "memorysize_mb": 2048.0,
72
+ "mountpoints": {
73
+ "/": {
74
+ "available": "29.85 GiB",
75
+ "available_bytes": 32055865344,
76
+ "capacity": "23.84%",
77
+ "device": "/dev/disk0s2",
78
+ "filesystem": "hfs",
79
+ "options": [
80
+ "local",
81
+ "root",
82
+ "journaled"
83
+ ],
84
+ "size": "39.20 GiB",
85
+ "size_bytes": 42089914368,
86
+ "used": "9.34 GiB",
87
+ "used_bytes": 10034049024
88
+ },
89
+ "/Volumes/VMware Shared Folders": {
90
+ "available": "0 bytes",
91
+ "available_bytes": 0,
92
+ "capacity": "100%",
93
+ "device": ".host:/VMware Shared Folders",
94
+ "filesystem": "vmhgfs",
95
+ "size": "0 bytes",
96
+ "size_bytes": 0,
97
+ "used": "0 bytes",
98
+ "used_bytes": 0
99
+ },
100
+ "/Volumes/puppet-agent-5.0.1-1.osx10.10": {
101
+ "available": "9.20 MiB",
102
+ "available_bytes": 9646080,
103
+ "capacity": "71.46%",
104
+ "device": "/dev/disk2s1",
105
+ "filesystem": "hfs",
106
+ "options": [
107
+ "readonly",
108
+ "nosuid",
109
+ "local",
110
+ "nodev"
111
+ ],
112
+ "size": "32.24 MiB",
113
+ "size_bytes": 33804288,
114
+ "used": "23.04 MiB",
115
+ "used_bytes": 24158208
116
+ },
117
+ "/Volumes/puppet-agent-5.1.0-1.osx10.10": {
118
+ "available": "9.20 MiB",
119
+ "available_bytes": 9646080,
120
+ "capacity": "71.48%",
121
+ "device": "/dev/disk1s1",
122
+ "filesystem": "hfs",
123
+ "options": [
124
+ "readonly",
125
+ "nosuid",
126
+ "local",
127
+ "nodev"
128
+ ],
129
+ "size": "32.25 MiB",
130
+ "size_bytes": 33820672,
131
+ "used": "23.05 MiB",
132
+ "used_bytes": 24174592
133
+ },
134
+ "/dev": {
135
+ "available": "0 bytes",
136
+ "available_bytes": 0,
137
+ "capacity": "100%",
138
+ "device": "devfs",
139
+ "filesystem": "devfs",
140
+ "options": [
141
+ "local",
142
+ "nobrowse"
143
+ ],
144
+ "size": "177.00 KiB",
145
+ "size_bytes": 181248,
146
+ "used": "177.00 KiB",
147
+ "used_bytes": 181248
148
+ },
149
+ "/home": {
150
+ "available": "0 bytes",
151
+ "available_bytes": 0,
152
+ "capacity": "100%",
153
+ "device": "map auto_home",
154
+ "filesystem": "autofs",
155
+ "options": [
156
+ "nobrowse",
157
+ "automounted"
158
+ ],
159
+ "size": "0 bytes",
160
+ "size_bytes": 0,
161
+ "used": "0 bytes",
162
+ "used_bytes": 0
163
+ },
164
+ "/net": {
165
+ "available": "0 bytes",
166
+ "available_bytes": 0,
167
+ "capacity": "100%",
168
+ "device": "map -hosts",
169
+ "filesystem": "autofs",
170
+ "options": [
171
+ "nosuid",
172
+ "nobrowse",
173
+ "automounted"
174
+ ],
175
+ "size": "0 bytes",
176
+ "size_bytes": 0,
177
+ "used": "0 bytes",
178
+ "used_bytes": 0
179
+ }
180
+ },
181
+ "mtu_en0": 1500,
182
+ "mtu_gif0": 1280,
183
+ "mtu_lo0": 16384,
184
+ "mtu_stf0": 1280,
185
+ "netmask": "255.255.240.0",
186
+ "netmask6": "ffff:ffff:ffff:ffff::",
187
+ "netmask6_en0": "ffff:ffff:ffff:ffff::",
188
+ "netmask6_lo0": "ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff",
189
+ "netmask_en0": "255.255.240.0",
190
+ "netmask_lo0": "255.0.0.0",
191
+ "network": "10.32.112.0",
192
+ "network6": "fe80::",
193
+ "network6_en0": "fe80::",
194
+ "network6_lo0": "::1",
195
+ "network_en0": "10.32.112.0",
196
+ "network_lo0": "127.0.0.0",
197
+ "networking": {
198
+ "dhcp": "10.32.22.9",
199
+ "domain": "example.com",
200
+ "fqdn": "foo.example.com",
201
+ "hostname": "foo",
202
+ "interfaces": {
203
+ "en0": {
204
+ "bindings": [
205
+ {
206
+ "address": "10.32.113.72",
207
+ "netmask": "255.255.240.0",
208
+ "network": "10.32.112.0"
209
+ }
210
+ ],
211
+ "bindings6": [
212
+ {
213
+ "address": "fe80::250:56ff:fea2:dbf1",
214
+ "netmask": "ffff:ffff:ffff:ffff::",
215
+ "network": "fe80::"
216
+ }
217
+ ],
218
+ "dhcp": "10.32.22.9",
219
+ "ip": "10.32.113.72",
220
+ "ip6": "fe80::250:56ff:fea2:dbf1",
221
+ "mac": "00:50:56:a2:db:f1",
222
+ "mtu": 1500,
223
+ "netmask": "255.255.240.0",
224
+ "netmask6": "ffff:ffff:ffff:ffff::",
225
+ "network": "10.32.112.0",
226
+ "network6": "fe80::"
227
+ },
228
+ "gif0": {
229
+ "mtu": 1280
230
+ },
231
+ "lo0": {
232
+ "bindings": [
233
+ {
234
+ "address": "127.0.0.1",
235
+ "netmask": "255.0.0.0",
236
+ "network": "127.0.0.0"
237
+ }
238
+ ],
239
+ "bindings6": [
240
+ {
241
+ "address": "::1",
242
+ "netmask": "ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff",
243
+ "network": "::1"
244
+ },
245
+ {
246
+ "address": "fe80::1",
247
+ "netmask": "ffff:ffff:ffff:ffff::",
248
+ "network": "fe80::"
249
+ }
250
+ ],
251
+ "ip": "127.0.0.1",
252
+ "ip6": "::1",
253
+ "mtu": 16384,
254
+ "netmask": "255.0.0.0",
255
+ "netmask6": "ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff",
256
+ "network": "127.0.0.0",
257
+ "network6": "::1"
258
+ },
259
+ "stf0": {
260
+ "mtu": 1280
261
+ }
262
+ },
263
+ "ip": "10.32.113.72",
264
+ "ip6": "fe80::250:56ff:fea2:dbf1",
265
+ "mac": "00:50:56:a2:db:f1",
266
+ "mtu": 1500,
267
+ "netmask": "255.255.240.0",
268
+ "netmask6": "ffff:ffff:ffff:ffff::",
269
+ "network": "10.32.112.0",
270
+ "network6": "fe80::",
271
+ "primary": "en0"
272
+ },
273
+ "operatingsystem": "Darwin",
274
+ "operatingsystemmajrelease": "14",
275
+ "operatingsystemrelease": "14.1.0",
276
+ "os": {
277
+ "architecture": "x86_64",
278
+ "family": "Darwin",
279
+ "hardware": "x86_64",
280
+ "macosx": {
281
+ "build": "14C1514",
282
+ "product": "Mac OS X",
283
+ "version": {
284
+ "full": "10.10.2",
285
+ "major": "10.10",
286
+ "minor": "2"
287
+ }
288
+ },
289
+ "name": "Darwin",
290
+ "release": {
291
+ "full": "14.1.0",
292
+ "major": "14",
293
+ "minor": "1"
294
+ }
295
+ },
296
+ "osfamily": "Darwin",
297
+ "path": "/usr/bin:/bin:/usr/sbin:/sbin",
298
+ "physicalprocessorcount": 2,
299
+ "processor0": "Intel(R) Core(TM) i7-3615QM CPU @ 2.30GHz",
300
+ "processor1": "Intel(R) Core(TM) i7-3615QM CPU @ 2.30GHz",
301
+ "processorcount": 2,
302
+ "processors": {
303
+ "count": 2,
304
+ "isa": "i386",
305
+ "models": [
306
+ "Intel(R) Core(TM) i7-3615QM CPU @ 2.30GHz",
307
+ "Intel(R) Core(TM) i7-3615QM CPU @ 2.30GHz"
308
+ ],
309
+ "physicalcount": 2,
310
+ "speed": "2.19 GHz"
311
+ },
312
+ "productname": "VMware7,1",
313
+ "puppetversion": "5.0.1",
314
+ "ruby": {
315
+ "platform": "x86_64-darwin14",
316
+ "sitedir": "/opt/puppetlabs/puppet/lib/ruby/site_ruby/2.4.0",
317
+ "version": "2.4.1"
318
+ },
319
+ "rubyplatform": "x86_64-darwin14",
320
+ "rubysitedir": "/opt/puppetlabs/puppet/lib/ruby/site_ruby/2.4.0",
321
+ "rubyversion": "2.4.1",
322
+ "sp_boot_mode": "Normal",
323
+ "sp_boot_rom_version": "VMW71.00V.0.B64.1307300729",
324
+ "sp_boot_volume": "Untitled 1",
325
+ "sp_current_processor_speed": "2.19 GHz",
326
+ "sp_kernel_version": "Darwin 14.1.0",
327
+ "sp_local_host_name": "sqkoaore35ragvt",
328
+ "sp_machine_model": "VMware7,1",
329
+ "sp_machine_name": "Mac",
330
+ "sp_number_processors": "2",
331
+ "sp_os_version": "OS X 10.10.2 (14C1514)",
332
+ "sp_packages": "2",
333
+ "sp_physical_memory": "2 GB",
334
+ "sp_platform_uuid": "420F0B7C-5A72-5995-312A-B77E92221587",
335
+ "sp_secure_vm": "Enabled",
336
+ "sp_serial_number": "VMWQiI0yhn7Uf+fQidm6mWl1w",
337
+ "sp_smc_version_system": "1.16f8",
338
+ "sp_uptime": "1 day20:53",
339
+ "sp_user_name": "System Administrator (root)",
340
+ "ssh": {
341
+ "dsa": {
342
+ "fingerprints": {
343
+ "sha1": "SSHFP 2 1 956343d70982546b0130599739705f0d199e8c65",
344
+ "sha256": "SSHFP 2 2 99df3c46d095004715e68dafc453a4df5e35b02501975450e18ec2d64c9378c6"
345
+ },
346
+ "key": "AAAAB3NzaC1kc3MAAACBAMhJJ/ic49Y8moGWyTFODxKSq8Nj8ko6BkUelTHHNDqb6VHsSGrJt4g9PDkCgEt7GlMYQ68KsKtDjtGqB/jBCjoTyHgHbnYFuH3dI26JFCJ8CGGHhFsqYrhjNSA9MWBaCNUM7TXOuzaKnbr/XPJHhu8Sus9JuIAX9ZYCygjgEna9AAAAFQC7tvlDZL1QHYsy3EejS6/WbCzd2wAAAIEAvmWibc/4QO8ONfcqW7hE5YJ8ZtOQcK3E8boGMOMiAG/kK5ZmTk++itjGQ/vt3LocaABm4L0HPJLl05E95mZzyQwErP7k4JgNIkaeHl38m2KIDZw3GRGvNCz0Fty4LldngkKJPNXMBT/2Wkt1PibjiLsxnuXSf2Ns6p5ZmtRiIhEAAACAMxTlaw5KhAPs6EDjqMw7sN4pI0oHDMJ2/QHgL0NWP3cUZOrBVDnJOr/dmD6iHWRo8duWgsfENCc7qyoqdaXW0yFdows6jlQWKuTaywB99jixh86EzjVYzDR4rsUGHsQDr6f11484P/PM1CRYVKAku9hhEh6Bma2B+AcGmuKiTF0="
347
+ },
348
+ "rsa": {
349
+ "fingerprints": {
350
+ "sha1": "SSHFP 1 1 d697825750757c95f31bd018e6f6bb7a907a2d1f",
351
+ "sha256": "SSHFP 1 2 289a6967e49df8b9849361e189812e7e8648c8922466c9373b86ff16e38ba428"
352
+ },
353
+ "key": "AAAAB3NzaC1yc2EAAAADAQABAAABAQDOmVztvOvfhgS/WLIV7JVKLdZhXGoNYBgytqnBsqqcNetw2k80mHk8pvod2GIIvq//oOBTB64dDFf/F4KNoPDRmqXuz3qatUp9pGM6ne+DmMxZOq9lNmVKmtq40+gwZjrt9OWAth7YaZw0enV6rb5E7e+L3Kyxm2B5jV+sY6lY9mXMN8ard3xhdoRVBrnli/jycY0KPknJgsfuquOlUh53oXLrVzQcLlRwYaNekfW06oZHx8Xhr8NWxanbYX2W0jB9PcUaeBGR2G8DUkBBGRVqHpZ/b48d0syeOEpVVioZHheWxhygd4UiDtl3txS4xNi654yUA4F4gd3xXz/vuMyp"
354
+ }
355
+ },
356
+ "sshdsakey": "AAAAB3NzaC1kc3MAAACBAMhJJ/ic49Y8moGWyTFODxKSq8Nj8ko6BkUelTHHNDqb6VHsSGrJt4g9PDkCgEt7GlMYQ68KsKtDjtGqB/jBCjoTyHgHbnYFuH3dI26JFCJ8CGGHhFsqYrhjNSA9MWBaCNUM7TXOuzaKnbr/XPJHhu8Sus9JuIAX9ZYCygjgEna9AAAAFQC7tvlDZL1QHYsy3EejS6/WbCzd2wAAAIEAvmWibc/4QO8ONfcqW7hE5YJ8ZtOQcK3E8boGMOMiAG/kK5ZmTk++itjGQ/vt3LocaABm4L0HPJLl05E95mZzyQwErP7k4JgNIkaeHl38m2KIDZw3GRGvNCz0Fty4LldngkKJPNXMBT/2Wkt1PibjiLsxnuXSf2Ns6p5ZmtRiIhEAAACAMxTlaw5KhAPs6EDjqMw7sN4pI0oHDMJ2/QHgL0NWP3cUZOrBVDnJOr/dmD6iHWRo8duWgsfENCc7qyoqdaXW0yFdows6jlQWKuTaywB99jixh86EzjVYzDR4rsUGHsQDr6f11484P/PM1CRYVKAku9hhEh6Bma2B+AcGmuKiTF0=",
357
+ "sshfp_dsa": "SSHFP 2 1 956343d70982546b0130599739705f0d199e8c65\nSSHFP 2 2 99df3c46d095004715e68dafc453a4df5e35b02501975450e18ec2d64c9378c6",
358
+ "sshfp_rsa": "SSHFP 1 1 d697825750757c95f31bd018e6f6bb7a907a2d1f\nSSHFP 1 2 289a6967e49df8b9849361e189812e7e8648c8922466c9373b86ff16e38ba428",
359
+ "sshrsakey": "AAAAB3NzaC1yc2EAAAADAQABAAABAQDOmVztvOvfhgS/WLIV7JVKLdZhXGoNYBgytqnBsqqcNetw2k80mHk8pvod2GIIvq//oOBTB64dDFf/F4KNoPDRmqXuz3qatUp9pGM6ne+DmMxZOq9lNmVKmtq40+gwZjrt9OWAth7YaZw0enV6rb5E7e+L3Kyxm2B5jV+sY6lY9mXMN8ard3xhdoRVBrnli/jycY0KPknJgsfuquOlUh53oXLrVzQcLlRwYaNekfW06oZHx8Xhr8NWxanbYX2W0jB9PcUaeBGR2G8DUkBBGRVqHpZ/b48d0syeOEpVVioZHheWxhygd4UiDtl3txS4xNi654yUA4F4gd3xXz/vuMyp",
360
+ "system_profiler": {
361
+ "boot_mode": "Normal",
362
+ "boot_rom_version": "VMW71.00V.0.B64.1307300729",
363
+ "boot_volume": "Untitled 1",
364
+ "computer_name": "sqkoaore35ragvt",
365
+ "cores": "2",
366
+ "hardware_uuid": "420F0B7C-5A72-5995-312A-B77E92221587",
367
+ "kernel_version": "Darwin 14.1.0",
368
+ "memory": "2 GB",
369
+ "model_identifier": "VMware7,1",
370
+ "model_name": "Mac",
371
+ "processor_speed": "2.19 GHz",
372
+ "processors": "2",
373
+ "secure_virtual_memory": "Enabled",
374
+ "serial_number": "VMWQiI0yhn7Uf+fQidm6mWl1w",
375
+ "smc_version": "1.16f8",
376
+ "system_version": "OS X 10.10.2 (14C1514)",
377
+ "uptime": "1 day20:53",
378
+ "username": "System Administrator (root)"
379
+ },
380
+ "system_uptime": {
381
+ "days": 1,
382
+ "hours": 44,
383
+ "seconds": 161579,
384
+ "uptime": "1 day"
385
+ },
386
+ "timezone": "PDT",
387
+ "uptime": "1 day",
388
+ "uptime_days": 1,
389
+ "uptime_hours": 44,
390
+ "uptime_seconds": 161579,
391
+ "virtual": "vmware"
392
+ }