facterdb 0.7.0 → 0.8.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (660) hide show
  1. checksums.yaml +4 -4
  2. data/.gitmodules +2 -2
  3. data/.travis.yml +1 -1
  4. data/CHANGELOG.md +39 -0
  5. data/README.md +88 -83
  6. data/Rakefile +21 -7
  7. data/facts/1.6/archlinux-x86_64.facts +21 -34
  8. data/facts/1.6/centos-6-x86_64.facts +50 -49
  9. data/facts/1.6/centos-7-x86_64.facts +20 -21
  10. data/facts/1.6/debian-10-x86_64.facts +57 -0
  11. data/facts/1.6/debian-8-x86_64.facts +34 -29
  12. data/facts/1.6/debian-9-x86_64.facts +56 -0
  13. data/facts/1.6/fedora-28-x86_64.facts +52 -0
  14. data/facts/1.6/fedora-29-x86_64.facts +52 -0
  15. data/facts/1.6/fedora-30-x86_64.facts +52 -0
  16. data/facts/1.6/freebsd-11-x86_64.facts +15 -15
  17. data/facts/1.6/freebsd-12-x86_64.facts +50 -0
  18. data/facts/1.6/linuxmint-18-x86_64.facts +68 -0
  19. data/facts/1.6/linuxmint-19-x86_64.facts +58 -0
  20. data/facts/1.6/openbsd-6.2-i386.facts +62 -0
  21. data/facts/1.6/openbsd-6.2-x86_64.facts +62 -0
  22. data/facts/1.6/openbsd-6.3-i386.facts +62 -0
  23. data/facts/1.6/openbsd-6.3-x86_64.facts +62 -0
  24. data/facts/1.6/openbsd-6.4-x86_64.facts +62 -0
  25. data/facts/1.6/oraclelinux-6-x86_64.facts +50 -49
  26. data/facts/1.6/oraclelinux-7-x86_64.facts +20 -21
  27. data/facts/1.6/redhat-6-x86_64.facts +50 -49
  28. data/facts/1.6/redhat-7-x86_64.facts +20 -21
  29. data/facts/1.6/redhat-8-x86_64.facts +60 -0
  30. data/facts/1.6/scientific-6-x86_64.facts +50 -49
  31. data/facts/1.6/scientific-7-x86_64.facts +20 -21
  32. data/facts/1.6/sles-11-x86_64.facts +58 -51
  33. data/facts/1.6/sles-12-x86_64.facts +26 -41
  34. data/facts/1.6/ubuntu-14.04-x86_64.facts +12 -13
  35. data/facts/1.6/ubuntu-16.04-x86_64.facts +27 -27
  36. data/facts/1.6/ubuntu-18.04-x86_64.facts +18 -17
  37. data/facts/1.7/archlinux-x86_64.facts +31 -58
  38. data/facts/1.7/centos-6-x86_64.facts +67 -66
  39. data/facts/1.7/centos-7-x86_64.facts +26 -27
  40. data/facts/1.7/debian-10-x86_64.facts +73 -0
  41. data/facts/1.7/debian-8-x86_64.facts +41 -36
  42. data/facts/1.7/debian-9-x86_64.facts +72 -0
  43. data/facts/1.7/fedora-26-x86_64.facts +53 -53
  44. data/facts/1.7/fedora-28-x86_64.facts +71 -0
  45. data/facts/1.7/fedora-29-x86_64.facts +71 -0
  46. data/facts/1.7/fedora-30-x86_64.facts +71 -0
  47. data/facts/1.7/freebsd-11-x86_64.facts +23 -23
  48. data/facts/1.7/freebsd-12-x86_64.facts +64 -0
  49. data/facts/1.7/linuxmint-18-x86_64.facts +85 -0
  50. data/facts/1.7/linuxmint-19-x86_64.facts +81 -0
  51. data/facts/1.7/openbsd-6.2-i386.facts +69 -0
  52. data/facts/1.7/openbsd-6.2-x86_64.facts +69 -0
  53. data/facts/1.7/openbsd-6.3-i386.facts +69 -0
  54. data/facts/1.7/openbsd-6.3-x86_64.facts +69 -0
  55. data/facts/1.7/openbsd-6.4-x86_64.facts +69 -0
  56. data/facts/1.7/oraclelinux-6-x86_64.facts +67 -66
  57. data/facts/1.7/oraclelinux-7-x86_64.facts +26 -27
  58. data/facts/1.7/redhat-6-x86_64.facts +67 -66
  59. data/facts/1.7/redhat-7-x86_64.facts +26 -27
  60. data/facts/1.7/redhat-8-x86_64.facts +83 -0
  61. data/facts/1.7/scientific-6-x86_64.facts +67 -66
  62. data/facts/1.7/scientific-7-x86_64.facts +26 -27
  63. data/facts/1.7/sles-11-x86_64.facts +73 -71
  64. data/facts/1.7/sles-12-x86_64.facts +63 -60
  65. data/facts/1.7/ubuntu-14.04-x86_64.facts +13 -14
  66. data/facts/1.7/ubuntu-16.04-x86_64.facts +40 -37
  67. data/facts/1.7/ubuntu-18.04-x86_64.facts +24 -23
  68. data/facts/2.0/archlinux-x86_64.facts +47 -73
  69. data/facts/2.0/centos-6-x86_64.facts +62 -61
  70. data/facts/2.0/centos-7-x86_64.facts +27 -26
  71. data/facts/2.0/darwin-17-x86_64.facts +92 -0
  72. data/facts/2.0/darwin-18-x86_64.facts +91 -0
  73. data/facts/2.0/debian-10-x86_64.facts +75 -0
  74. data/facts/2.0/debian-8-x86_64.facts +75 -70
  75. data/facts/2.0/debian-9-x86_64.facts +66 -77
  76. data/facts/2.0/fedora-26-x86_64.facts +5 -19
  77. data/facts/2.0/fedora-28-x86_64.facts +71 -0
  78. data/facts/2.0/fedora-29-x86_64.facts +71 -0
  79. data/facts/2.0/fedora-30-x86_64.facts +71 -0
  80. data/facts/2.0/freebsd-11-x86_64.facts +46 -46
  81. data/facts/2.0/freebsd-12-x86_64.facts +65 -0
  82. data/facts/2.0/linuxmint-18-x86_64.facts +86 -0
  83. data/facts/2.0/linuxmint-19-x86_64.facts +82 -0
  84. data/facts/2.0/openbsd-6.2-i386.facts +70 -0
  85. data/facts/2.0/openbsd-6.2-x86_64.facts +70 -0
  86. data/facts/2.0/openbsd-6.3-i386.facts +70 -0
  87. data/facts/2.0/openbsd-6.3-x86_64.facts +70 -0
  88. data/facts/2.0/openbsd-6.4-x86_64.facts +70 -0
  89. data/facts/2.0/oraclelinux-6-x86_64.facts +62 -61
  90. data/facts/2.0/oraclelinux-7-x86_64.facts +27 -26
  91. data/facts/2.0/redhat-6-x86_64.facts +62 -61
  92. data/facts/2.0/redhat-7-x86_64.facts +27 -26
  93. data/facts/2.0/redhat-8-x86_64.facts +83 -0
  94. data/facts/2.0/scientific-6-x86_64.facts +62 -61
  95. data/facts/2.0/scientific-7-x86_64.facts +27 -26
  96. data/facts/2.0/sles-11-x86_64.facts +72 -70
  97. data/facts/2.0/sles-12-x86_64.facts +64 -68
  98. data/facts/2.0/ubuntu-14.04-x86_64.facts +13 -14
  99. data/facts/2.0/ubuntu-16.04-x86_64.facts +70 -67
  100. data/facts/2.0/ubuntu-18.04-x86_64.facts +63 -62
  101. data/facts/2.1/archlinux-x86_64.facts +57 -86
  102. data/facts/2.1/centos-6-x86_64.facts +69 -68
  103. data/facts/2.1/centos-7-x86_64.facts +28 -27
  104. data/facts/2.1/darwin-17-x86_64.facts +92 -0
  105. data/facts/2.1/darwin-18-x86_64.facts +91 -0
  106. data/facts/2.1/debian-10-x86_64.facts +92 -0
  107. data/facts/2.1/debian-8-x86_64.facts +90 -74
  108. data/facts/2.1/debian-9-x86_64.facts +77 -89
  109. data/facts/2.1/fedora-26-x86_64.facts +6 -28
  110. data/facts/2.1/fedora-28-x86_64.facts +85 -0
  111. data/facts/2.1/fedora-29-x86_64.facts +90 -0
  112. data/facts/2.1/fedora-30-x86_64.facts +90 -0
  113. data/facts/2.1/freebsd-11-x86_64.facts +45 -45
  114. data/facts/2.1/freebsd-12-x86_64.facts +65 -0
  115. data/facts/2.1/linuxmint-18-x86_64.facts +106 -0
  116. data/facts/2.1/linuxmint-19-x86_64.facts +95 -0
  117. data/facts/2.1/openbsd-6.2-i386.facts +72 -0
  118. data/facts/2.1/openbsd-6.2-x86_64.facts +72 -0
  119. data/facts/2.1/openbsd-6.3-i386.facts +72 -0
  120. data/facts/2.1/openbsd-6.3-x86_64.facts +72 -0
  121. data/facts/2.1/openbsd-6.4-x86_64.facts +72 -0
  122. data/facts/2.1/oraclelinux-6-x86_64.facts +69 -68
  123. data/facts/2.1/oraclelinux-7-x86_64.facts +28 -27
  124. data/facts/2.1/redhat-6-x86_64.facts +69 -68
  125. data/facts/2.1/redhat-7-x86_64.facts +28 -27
  126. data/facts/2.1/redhat-8-x86_64.facts +97 -0
  127. data/facts/2.1/scientific-6-x86_64.facts +69 -68
  128. data/facts/2.1/scientific-7-x86_64.facts +28 -27
  129. data/facts/2.1/sles-11-x86_64.facts +76 -79
  130. data/facts/2.1/sles-12-x86_64.facts +74 -89
  131. data/facts/2.1/ubuntu-14.04-x86_64.facts +13 -14
  132. data/facts/2.1/ubuntu-16.04-x86_64.facts +75 -81
  133. data/facts/2.1/ubuntu-18.04-x86_64.facts +74 -73
  134. data/facts/2.2/archlinux-x86_64.facts +76 -107
  135. data/facts/2.2/centos-6-x86_64.facts +90 -89
  136. data/facts/2.2/centos-7-x86_64.facts +33 -32
  137. data/facts/2.2/darwin-17-x86_64.facts +113 -0
  138. data/facts/2.2/darwin-18-x86_64.facts +112 -0
  139. data/facts/2.2/debian-10-x86_64.facts +123 -0
  140. data/facts/2.2/debian-8-x86_64.facts +115 -98
  141. data/facts/2.2/debian-9-x86_64.facts +100 -112
  142. data/facts/2.2/fedora-26-x86_64.facts +13 -14
  143. data/facts/2.2/fedora-28-x86_64.facts +107 -0
  144. data/facts/2.2/fedora-29-x86_64.facts +112 -0
  145. data/facts/2.2/fedora-30-x86_64.facts +112 -0
  146. data/facts/2.2/freebsd-11-x86_64.facts +63 -63
  147. data/facts/2.2/freebsd-12-x86_64.facts +86 -0
  148. data/facts/2.2/linuxmint-18-x86_64.facts +138 -0
  149. data/facts/2.2/linuxmint-19-x86_64.facts +127 -0
  150. data/facts/2.2/openbsd-6.2-i386.facts +140 -0
  151. data/facts/2.2/openbsd-6.2-x86_64.facts +140 -0
  152. data/facts/2.2/openbsd-6.3-i386.facts +140 -0
  153. data/facts/2.2/openbsd-6.3-x86_64.facts +140 -0
  154. data/facts/2.2/openbsd-6.4-x86_64.facts +140 -0
  155. data/facts/2.2/oraclelinux-6-x86_64.facts +90 -89
  156. data/facts/2.2/oraclelinux-7-x86_64.facts +33 -32
  157. data/facts/2.2/redhat-6-x86_64.facts +90 -89
  158. data/facts/2.2/redhat-7-x86_64.facts +33 -32
  159. data/facts/2.2/redhat-8-x86_64.facts +121 -0
  160. data/facts/2.2/scientific-6-x86_64.facts +90 -89
  161. data/facts/2.2/scientific-7-x86_64.facts +33 -32
  162. data/facts/2.2/sles-11-x86_64.facts +93 -96
  163. data/facts/2.2/sles-12-x86_64.facts +101 -93
  164. data/facts/2.2/ubuntu-14.04-x86_64.facts +16 -17
  165. data/facts/2.2/ubuntu-16.04-x86_64.facts +90 -95
  166. data/facts/2.2/ubuntu-18.04-x86_64.facts +90 -89
  167. data/facts/2.3/archlinux-x86_64.facts +73 -104
  168. data/facts/2.3/centos-6-x86_64.facts +96 -95
  169. data/facts/2.3/centos-7-x86_64.facts +33 -32
  170. data/facts/2.3/darwin-17-x86_64.facts +114 -0
  171. data/facts/2.3/darwin-18-x86_64.facts +113 -0
  172. data/facts/2.3/debian-10-x86_64.facts +124 -0
  173. data/facts/2.3/debian-8-x86_64.facts +116 -99
  174. data/facts/2.3/debian-9-x86_64.facts +102 -114
  175. data/facts/2.3/fedora-26-x86_64.facts +7 -8
  176. data/facts/2.3/fedora-28-x86_64.facts +108 -0
  177. data/facts/2.3/fedora-29-x86_64.facts +113 -0
  178. data/facts/2.3/fedora-30-x86_64.facts +113 -0
  179. data/facts/2.3/freebsd-11-x86_64.facts +48 -48
  180. data/facts/2.3/freebsd-12-x86_64.facts +87 -0
  181. data/facts/2.3/linuxmint-18-x86_64.facts +139 -0
  182. data/facts/2.3/linuxmint-19-x86_64.facts +128 -0
  183. data/facts/2.3/openbsd-6.2-i386.facts +143 -0
  184. data/facts/2.3/openbsd-6.2-x86_64.facts +143 -0
  185. data/facts/2.3/openbsd-6.3-i386.facts +143 -0
  186. data/facts/2.3/openbsd-6.3-x86_64.facts +143 -0
  187. data/facts/2.3/openbsd-6.4-x86_64.facts +143 -0
  188. data/facts/2.3/oraclelinux-6-x86_64.facts +96 -95
  189. data/facts/2.3/oraclelinux-7-x86_64.facts +33 -32
  190. data/facts/2.3/redhat-6-x86_64.facts +96 -95
  191. data/facts/2.3/redhat-7-x86_64.facts +33 -32
  192. data/facts/2.3/redhat-8-x86_64.facts +122 -0
  193. data/facts/2.3/scientific-6-x86_64.facts +96 -95
  194. data/facts/2.3/scientific-7-x86_64.facts +33 -32
  195. data/facts/2.3/sles-11-x86_64.facts +96 -99
  196. data/facts/2.3/sles-12-x86_64.facts +93 -85
  197. data/facts/2.3/ubuntu-14.04-x86_64.facts +16 -17
  198. data/facts/2.3/ubuntu-16.04-x86_64.facts +91 -96
  199. data/facts/2.3/ubuntu-18.04-x86_64.facts +91 -90
  200. data/facts/2.4/archlinux-x86_64.facts +79 -108
  201. data/facts/2.4/centos-6-x86_64.facts +90 -88
  202. data/facts/2.4/centos-7-x86_64.facts +34 -32
  203. data/facts/2.4/darwin-17-x86_64.facts +114 -0
  204. data/facts/2.4/darwin-18-x86_64.facts +113 -0
  205. data/facts/2.4/debian-10-x86_64.facts +124 -0
  206. data/facts/2.4/debian-8-x86_64.facts +117 -99
  207. data/facts/2.4/debian-9-x86_64.facts +103 -114
  208. data/facts/2.4/fedora-26-x86_64.facts +94 -127
  209. data/facts/2.4/fedora-28-x86_64.facts +110 -0
  210. data/facts/2.4/fedora-29-x86_64.facts +114 -0
  211. data/facts/2.4/fedora-30-x86_64.facts +114 -0
  212. data/facts/2.4/freebsd-11-x86_64.facts +58 -58
  213. data/facts/2.4/freebsd-12-x86_64.facts +87 -0
  214. data/facts/2.4/linuxmint-18-x86_64.facts +140 -0
  215. data/facts/2.4/linuxmint-19-x86_64.facts +129 -0
  216. data/facts/2.4/openbsd-6.2-i386.facts +143 -0
  217. data/facts/2.4/openbsd-6.2-x86_64.facts +143 -0
  218. data/facts/2.4/openbsd-6.3-i386.facts +143 -0
  219. data/facts/2.4/openbsd-6.3-x86_64.facts +143 -0
  220. data/facts/2.4/openbsd-6.4-x86_64.facts +143 -0
  221. data/facts/2.4/oraclelinux-6-x86_64.facts +90 -88
  222. data/facts/2.4/oraclelinux-7-x86_64.facts +34 -32
  223. data/facts/2.4/redhat-6-x86_64.facts +90 -88
  224. data/facts/2.4/redhat-7-x86_64.facts +34 -32
  225. data/facts/2.4/redhat-8-x86_64.facts +123 -0
  226. data/facts/2.4/scientific-6-x86_64.facts +90 -88
  227. data/facts/2.4/scientific-7-x86_64.facts +34 -32
  228. data/facts/2.4/sles-11-x86_64.facts +96 -98
  229. data/facts/2.4/sles-12-x86_64.facts +104 -44
  230. data/facts/2.4/ubuntu-14.04-x86_64.facts +17 -17
  231. data/facts/2.4/ubuntu-16.04-x86_64.facts +93 -96
  232. data/facts/2.4/ubuntu-18.04-x86_64.facts +92 -90
  233. data/facts/2.5/archlinux-x86_64.facts +98 -0
  234. data/facts/2.5/centos-6-x86_64.facts +91 -105
  235. data/facts/2.5/centos-7-x86_64.facts +57 -60
  236. data/facts/2.5/darwin-17-x86_64.facts +114 -0
  237. data/facts/2.5/darwin-18-x86_64.facts +113 -0
  238. data/facts/2.5/debian-10-x86_64.facts +124 -0
  239. data/facts/2.5/debian-8-x86_64.facts +121 -114
  240. data/facts/2.5/debian-9-x86_64.facts +103 -114
  241. data/facts/2.5/fedora-28-x86_64.facts +74 -74
  242. data/facts/2.5/fedora-29-x86_64.facts +114 -0
  243. data/facts/2.5/fedora-30-x86_64.facts +114 -0
  244. data/facts/2.5/freebsd-11-x86_64.facts +60 -60
  245. data/facts/2.5/freebsd-12-x86_64.facts +87 -0
  246. data/facts/2.5/linuxmint-18-x86_64.facts +140 -0
  247. data/facts/2.5/linuxmint-19-x86_64.facts +129 -0
  248. data/facts/2.5/openbsd-6.2-i386.facts +143 -0
  249. data/facts/2.5/openbsd-6.2-x86_64.facts +143 -0
  250. data/facts/2.5/openbsd-6.3-i386.facts +143 -0
  251. data/facts/2.5/openbsd-6.3-x86_64.facts +143 -0
  252. data/facts/2.5/openbsd-6.4-x86_64.facts +143 -0
  253. data/facts/2.5/oraclelinux-5-x86_64.facts +115 -117
  254. data/facts/2.5/oraclelinux-6-x86_64.facts +90 -94
  255. data/facts/2.5/oraclelinux-7-x86_64.facts +70 -78
  256. data/facts/2.5/redhat-5-x86_64.facts +109 -103
  257. data/facts/2.5/redhat-6-x86_64.facts +97 -111
  258. data/facts/2.5/redhat-7-x86_64.facts +66 -68
  259. data/facts/2.5/redhat-8-x86_64.facts +123 -0
  260. data/facts/2.5/scientific-5-x86_64.facts +109 -103
  261. data/facts/2.5/scientific-6-x86_64.facts +96 -92
  262. data/facts/2.5/scientific-7-x86_64.facts +62 -65
  263. data/facts/2.5/sles-11-x86_64.facts +100 -103
  264. data/facts/2.5/sles-12-x86_64.facts +94 -94
  265. data/facts/2.5/solaris-10-i86pc.facts +201 -0
  266. data/facts/2.5/ubuntu-14.04-x86_64.facts +100 -103
  267. data/facts/2.5/ubuntu-16.04-x86_64.facts +97 -102
  268. data/facts/2.5/ubuntu-18.04-x86_64.facts +92 -90
  269. data/facts/2.5/windows-2019-x86_64.facts +73 -0
  270. data/facts/3.0/centos-6-x86_64.facts +127 -163
  271. data/facts/3.0/centos-7-x86_64.facts +75 -66
  272. data/facts/3.0/oraclelinux-5-x86_64.facts +83 -121
  273. data/facts/3.0/oraclelinux-6-x86_64.facts +109 -127
  274. data/facts/3.0/oraclelinux-7-x86_64.facts +75 -66
  275. data/facts/3.0/redhat-5-x86_64.facts +81 -72
  276. data/facts/3.0/redhat-6-x86_64.facts +127 -163
  277. data/facts/3.0/redhat-7-x86_64.facts +75 -66
  278. data/facts/3.0/scientific-5-x86_64.facts +85 -76
  279. data/facts/3.0/scientific-6-x86_64.facts +126 -147
  280. data/facts/3.0/scientific-7-x86_64.facts +75 -66
  281. data/facts/3.0/windows-2019-x86_64.facts +143 -0
  282. data/facts/3.1/centos-6-x86_64.facts +138 -174
  283. data/facts/3.1/centos-7-x86_64.facts +83 -74
  284. data/facts/3.1/oraclelinux-5-x86_64.facts +93 -107
  285. data/facts/3.1/oraclelinux-6-x86_64.facts +120 -138
  286. data/facts/3.1/oraclelinux-7-x86_64.facts +83 -74
  287. data/facts/3.1/redhat-5-x86_64.facts +92 -79
  288. data/facts/3.1/redhat-6-x86_64.facts +138 -174
  289. data/facts/3.1/redhat-7-x86_64.facts +83 -74
  290. data/facts/3.1/scientific-5-x86_64.facts +96 -83
  291. data/facts/3.1/scientific-6-x86_64.facts +135 -156
  292. data/facts/3.1/scientific-7-x86_64.facts +83 -74
  293. data/facts/3.1/windows-2019-x86_64.facts +160 -0
  294. data/facts/3.10/centos-5-i386.facts +357 -0
  295. data/facts/3.10/centos-5-x86_64.facts +357 -0
  296. data/facts/3.10/centos-6-i386.facts +349 -0
  297. data/facts/3.10/centos-6-x86_64.facts +34 -34
  298. data/facts/3.10/centos-7-x86_64.facts +34 -34
  299. data/facts/3.10/darwin-15-x86_64.facts +398 -0
  300. data/facts/3.10/darwin-16-x86_64.facts +402 -0
  301. data/facts/3.10/darwin-17-x86_64.facts +423 -0
  302. data/facts/3.10/debian-8-x86_64.facts +162 -155
  303. data/facts/3.10/debian-9-x86_64.facts +122 -90
  304. data/facts/3.10/freebsd-11-amd64.facts +460 -0
  305. data/facts/3.10/freebsd-12-amd64.facts +460 -0
  306. data/facts/3.10/linuxmint-18-x86_64.facts +457 -0
  307. data/facts/3.10/openbsd-6.3-i386.facts +411 -0
  308. data/facts/3.10/openbsd-6.3-x86_64.facts +411 -0
  309. data/facts/3.10/oraclelinux-5-x86_64.facts +357 -0
  310. data/facts/3.10/oraclelinux-6-x86_64.facts +34 -34
  311. data/facts/3.10/oraclelinux-7-x86_64.facts +34 -34
  312. data/facts/3.10/redhat-5-i386.facts +357 -0
  313. data/facts/3.10/redhat-5-x86_64.facts +357 -0
  314. data/facts/3.10/redhat-6-i386.facts +349 -0
  315. data/facts/3.10/redhat-6-x86_64.facts +34 -34
  316. data/facts/3.10/redhat-7-x86_64.facts +34 -34
  317. data/facts/3.10/scientific-5-i386.facts +357 -0
  318. data/facts/3.10/scientific-5-x86_64.facts +357 -0
  319. data/facts/3.10/scientific-6-i386.facts +349 -0
  320. data/facts/3.10/scientific-6-x86_64.facts +34 -34
  321. data/facts/3.10/scientific-7-x86_64.facts +34 -34
  322. data/facts/3.10/sles-11-i386.facts +348 -0
  323. data/facts/3.10/sles-11-x86_64.facts +365 -0
  324. data/facts/3.10/sles-12-x86_64.facts +785 -0
  325. data/facts/3.10/ubuntu-14.04-x86_64.facts +33 -33
  326. data/facts/3.10/ubuntu-16.04-x86_64.facts +86 -86
  327. data/facts/3.10/windows-10-i386.facts +166 -0
  328. data/facts/3.10/windows-10-x86_64.facts +166 -0
  329. data/facts/3.10/windows-2012 r2-core-x86_64.facts +166 -0
  330. data/facts/3.10/windows-2012 r2-x86_64.facts +166 -0
  331. data/facts/3.10/windows-2012-x86_64.facts +166 -0
  332. data/facts/3.10/windows-2016-x86_64.facts +166 -0
  333. data/facts/3.10/windows-2019-x86_64.facts +166 -0
  334. data/facts/3.11/centos-5-i386.facts +359 -0
  335. data/facts/3.11/centos-5-x86_64.facts +359 -0
  336. data/facts/3.11/centos-6-i386.facts +351 -0
  337. data/facts/3.11/centos-6-x86_64.facts +73 -41
  338. data/facts/3.11/centos-7-i386.facts +427 -0
  339. data/facts/3.11/centos-7-x86_64.facts +145 -50
  340. data/facts/3.11/darwin-16-x86_64.facts +457 -0
  341. data/facts/3.11/darwin-17-x86_64.facts +427 -0
  342. data/facts/3.11/darwin-18-x86_64.facts +451 -0
  343. data/facts/3.11/debian-10-x86_64.facts +426 -0
  344. data/facts/3.11/debian-8-x86_64.facts +162 -155
  345. data/facts/3.11/debian-9-x86_64.facts +202 -83
  346. data/facts/3.11/fedora-28-x86_64.facts +418 -0
  347. data/facts/3.11/fedora-29-x86_64.facts +530 -0
  348. data/facts/3.11/freebsd-11-amd64.facts +463 -0
  349. data/facts/3.11/freebsd-12-amd64.facts +463 -0
  350. data/facts/3.11/linuxmint-18-x86_64.facts +461 -0
  351. data/facts/3.11/linuxmint-19-x86_64.facts +426 -0
  352. data/facts/3.11/opensuse-15-x86_64.facts +584 -0
  353. data/facts/3.11/oraclelinux-5-x86_64.facts +359 -0
  354. data/facts/3.11/oraclelinux-6-i386.facts +351 -0
  355. data/facts/3.11/oraclelinux-6-x86_64.facts +73 -41
  356. data/facts/3.11/oraclelinux-7-i386.facts +427 -0
  357. data/facts/3.11/oraclelinux-7-x86_64.facts +145 -50
  358. data/facts/3.11/redhat-5-i386.facts +359 -0
  359. data/facts/3.11/redhat-5-x86_64.facts +359 -0
  360. data/facts/3.11/redhat-6-i386.facts +351 -0
  361. data/facts/3.11/redhat-6-x86_64.facts +73 -41
  362. data/facts/3.11/redhat-7-i386.facts +427 -0
  363. data/facts/3.11/redhat-7-x86_64.facts +145 -50
  364. data/facts/3.11/redhat-8-x86_64.facts +504 -0
  365. data/facts/3.11/scientific-5-i386.facts +359 -0
  366. data/facts/3.11/scientific-5-x86_64.facts +359 -0
  367. data/facts/3.11/scientific-6-i386.facts +351 -0
  368. data/facts/3.11/scientific-6-x86_64.facts +73 -41
  369. data/facts/3.11/scientific-7-i386.facts +427 -0
  370. data/facts/3.11/scientific-7-x86_64.facts +145 -50
  371. data/facts/3.11/sles-11-i386.facts +351 -0
  372. data/facts/3.11/sles-11-x86_64.facts +429 -0
  373. data/facts/3.11/sles-12-x86_64.facts +873 -0
  374. data/facts/3.11/solaris-10-i86pc.facts +603 -0
  375. data/facts/3.11/ubuntu-14.04-x86_64.facts +36 -36
  376. data/facts/3.11/ubuntu-16.04-x86_64.facts +86 -86
  377. data/facts/3.11/ubuntu-18.04-x86_64.facts +157 -70
  378. data/facts/3.11/windows-10-i386.facts +176 -0
  379. data/facts/3.11/windows-10-x86_64.facts +176 -0
  380. data/facts/3.11/windows-2012 r2-core-x86_64.facts +174 -0
  381. data/facts/3.11/windows-2012 r2-x86_64.facts +174 -0
  382. data/facts/3.11/windows-2012-x86_64.facts +174 -0
  383. data/facts/3.11/windows-2016-x86_64.facts +176 -0
  384. data/facts/3.11/windows-2019-x86_64.facts +176 -0
  385. data/facts/3.12/centos-6-x86_64.facts +351 -0
  386. data/facts/3.12/centos-7-x86_64.facts +427 -0
  387. data/facts/3.12/darwin-16-x86_64.facts +440 -0
  388. data/facts/3.12/darwin-17-x86_64.facts +461 -0
  389. data/facts/3.12/debian-8-x86_64.facts +452 -0
  390. data/facts/3.12/debian-9-x86_64.facts +472 -0
  391. data/facts/3.12/fedora-28-x86_64.facts +418 -0
  392. data/facts/3.12/fedora-29-x86_64.facts +423 -0
  393. data/facts/3.12/freebsd-11-amd64.facts +493 -0
  394. data/facts/3.12/freebsd-12-amd64.facts +493 -0
  395. data/facts/3.12/linuxmint-18-x86_64.facts +461 -0
  396. data/facts/3.12/linuxmint-19-x86_64.facts +426 -0
  397. data/facts/3.12/openbsd-6.4-x86_64.facts +412 -0
  398. data/facts/3.12/oraclelinux-6-x86_64.facts +351 -0
  399. data/facts/3.12/oraclelinux-7-x86_64.facts +427 -0
  400. data/facts/3.12/redhat-6-x86_64.facts +351 -0
  401. data/facts/3.12/redhat-7-x86_64.facts +427 -0
  402. data/facts/3.12/redhat-8-x86_64.facts +409 -0
  403. data/facts/3.12/scientific-6-x86_64.facts +351 -0
  404. data/facts/3.12/scientific-7-x86_64.facts +427 -0
  405. data/facts/3.12/sles-11-x86_64.facts +368 -0
  406. data/facts/3.12/sles-12-x86_64.facts +789 -0
  407. data/facts/3.12/ubuntu-14.04-x86_64.facts +460 -0
  408. data/facts/3.12/ubuntu-16.04-x86_64.facts +432 -0
  409. data/facts/3.12/ubuntu-18.04-x86_64.facts +432 -0
  410. data/facts/3.12/windows-10-i386.facts +168 -0
  411. data/facts/3.12/windows-10-x86_64.facts +168 -0
  412. data/facts/3.12/windows-2012 r2-core-x86_64.facts +168 -0
  413. data/facts/3.12/windows-2012 r2-x86_64.facts +168 -0
  414. data/facts/3.12/windows-2012-x86_64.facts +168 -0
  415. data/facts/3.12/windows-2016-x86_64.facts +168 -0
  416. data/facts/3.12/windows-2019-x86_64.facts +168 -0
  417. data/facts/3.13/archlinux-x86_64.facts +421 -0
  418. data/facts/3.13/centos-6-x86_64.facts +351 -0
  419. data/facts/3.13/centos-7-x86_64.facts +427 -0
  420. data/facts/3.13/darwin-16-x86_64.facts +423 -0
  421. data/facts/3.13/darwin-17-x86_64.facts +444 -0
  422. data/facts/3.13/darwin-18-x86_64.facts +434 -0
  423. data/facts/3.13/debian-8-x86_64.facts +452 -0
  424. data/facts/3.13/debian-9-x86_64.facts +472 -0
  425. data/facts/3.13/fedora-28-x86_64.facts +418 -0
  426. data/facts/3.13/fedora-29-x86_64.facts +423 -0
  427. data/facts/3.13/freebsd-11-amd64.facts +493 -0
  428. data/facts/3.13/freebsd-12-amd64.facts +493 -0
  429. data/facts/3.13/linuxmint-18-x86_64.facts +461 -0
  430. data/facts/3.13/linuxmint-19-x86_64.facts +426 -0
  431. data/facts/3.13/oraclelinux-6-x86_64.facts +351 -0
  432. data/facts/3.13/oraclelinux-7-x86_64.facts +427 -0
  433. data/facts/3.13/redhat-6-x86_64.facts +351 -0
  434. data/facts/3.13/redhat-7-x86_64.facts +427 -0
  435. data/facts/3.13/redhat-8-x86_64.facts +415 -0
  436. data/facts/3.13/scientific-6-x86_64.facts +351 -0
  437. data/facts/3.13/scientific-7-x86_64.facts +427 -0
  438. data/facts/3.13/sles-11-x86_64.facts +368 -0
  439. data/facts/3.13/sles-12-x86_64.facts +789 -0
  440. data/facts/3.13/ubuntu-14.04-x86_64.facts +460 -0
  441. data/facts/3.13/ubuntu-16.04-x86_64.facts +432 -0
  442. data/facts/3.13/ubuntu-18.04-x86_64.facts +432 -0
  443. data/facts/3.13/windows-10-i386.facts +168 -0
  444. data/facts/3.13/windows-10-x86_64.facts +168 -0
  445. data/facts/3.13/windows-2012 r2-core-x86_64.facts +168 -0
  446. data/facts/3.13/windows-2012 r2-x86_64.facts +168 -0
  447. data/facts/3.13/windows-2012-x86_64.facts +168 -0
  448. data/facts/3.13/windows-2016-x86_64.facts +168 -0
  449. data/facts/3.13/windows-2019-x86_64.facts +168 -0
  450. data/facts/3.14/centos-6-x86_64.facts +351 -0
  451. data/facts/3.14/centos-7-x86_64.facts +427 -0
  452. data/facts/3.14/darwin-16-x86_64.facts +406 -0
  453. data/facts/3.14/darwin-17-x86_64.facts +427 -0
  454. data/facts/3.14/darwin-18-x86_64.facts +417 -0
  455. data/facts/3.14/debian-8-x86_64.facts +452 -0
  456. data/facts/3.14/debian-9-x86_64.facts +472 -0
  457. data/facts/3.14/fedora-28-x86_64.facts +418 -0
  458. data/facts/3.14/fedora-29-x86_64.facts +423 -0
  459. data/facts/3.14/fedora-30-x86_64.facts +423 -0
  460. data/facts/3.14/freebsd-11-amd64.facts +485 -0
  461. data/facts/3.14/freebsd-12-amd64.facts +494 -0
  462. data/facts/3.14/linuxmint-18-x86_64.facts +461 -0
  463. data/facts/3.14/linuxmint-19-x86_64.facts +426 -0
  464. data/facts/3.14/oraclelinux-6-x86_64.facts +351 -0
  465. data/facts/3.14/oraclelinux-7-x86_64.facts +427 -0
  466. data/facts/3.14/redhat-6-x86_64.facts +351 -0
  467. data/facts/3.14/redhat-7-x86_64.facts +427 -0
  468. data/facts/3.14/redhat-8-x86_64.facts +415 -0
  469. data/facts/3.14/scientific-6-x86_64.facts +351 -0
  470. data/facts/3.14/scientific-7-x86_64.facts +427 -0
  471. data/facts/3.14/sles-11-x86_64.facts +368 -0
  472. data/facts/3.14/sles-12-x86_64.facts +789 -0
  473. data/facts/3.14/ubuntu-14.04-x86_64.facts +460 -0
  474. data/facts/3.14/ubuntu-16.04-x86_64.facts +432 -0
  475. data/facts/3.14/ubuntu-18.04-x86_64.facts +432 -0
  476. data/facts/3.14/windows-10-i386.facts +176 -0
  477. data/facts/3.14/windows-10-x86_64.facts +176 -0
  478. data/facts/3.14/windows-2012 r2-core-x86_64.facts +174 -0
  479. data/facts/3.14/windows-2012 r2-x86_64.facts +174 -0
  480. data/facts/3.14/windows-2012-x86_64.facts +174 -0
  481. data/facts/3.14/windows-2016-x86_64.facts +176 -0
  482. data/facts/3.14/windows-2019-x86_64.facts +176 -0
  483. data/facts/3.3/centos-6-x86_64.facts +138 -174
  484. data/facts/3.3/centos-7-x86_64.facts +85 -76
  485. data/facts/3.3/oraclelinux-5-x86_64.facts +93 -107
  486. data/facts/3.3/oraclelinux-6-x86_64.facts +119 -137
  487. data/facts/3.3/oraclelinux-7-x86_64.facts +85 -76
  488. data/facts/3.3/redhat-5-x86_64.facts +92 -79
  489. data/facts/3.3/redhat-6-x86_64.facts +138 -174
  490. data/facts/3.3/redhat-7-x86_64.facts +85 -76
  491. data/facts/3.3/scientific-5-x86_64.facts +96 -83
  492. data/facts/3.3/scientific-6-x86_64.facts +135 -156
  493. data/facts/3.3/scientific-7-x86_64.facts +85 -76
  494. data/facts/3.3/windows-2019-x86_64.facts +160 -0
  495. data/facts/3.4/oraclelinux-5-x86_64.facts +93 -107
  496. data/facts/3.4/oraclelinux-6-x86_64.facts +123 -105
  497. data/facts/3.4/oraclelinux-7-x86_64.facts +99 -109
  498. data/facts/3.4/redhat-5-x86_64.facts +92 -79
  499. data/facts/3.4/redhat-6-x86_64.facts +62 -62
  500. data/facts/3.4/redhat-7-x86_64.facts +110 -111
  501. data/facts/3.4/scientific-5-x86_64.facts +96 -83
  502. data/facts/3.4/scientific-6-x86_64.facts +97 -82
  503. data/facts/3.4/scientific-7-x86_64.facts +85 -85
  504. data/facts/3.4/sles-11-x86_64.facts +146 -149
  505. data/facts/3.4/sles-12-x86_64.facts +507 -136
  506. data/facts/3.4/windows-2019-x86_64.facts +162 -0
  507. data/facts/3.5/oraclelinux-5-x86_64.facts +97 -111
  508. data/facts/3.5/oraclelinux-6-x86_64.facts +129 -110
  509. data/facts/3.5/oraclelinux-7-x86_64.facts +120 -134
  510. data/facts/3.5/redhat-5-x86_64.facts +94 -81
  511. data/facts/3.5/redhat-6-x86_64.facts +63 -63
  512. data/facts/3.5/redhat-7-x86_64.facts +140 -125
  513. data/facts/3.5/scientific-5-x86_64.facts +100 -87
  514. data/facts/3.5/scientific-6-x86_64.facts +97 -82
  515. data/facts/3.5/scientific-7-x86_64.facts +100 -100
  516. data/facts/3.5/sles-11-x86_64.facts +164 -165
  517. data/facts/3.5/sles-12-x86_64.facts +544 -152
  518. data/facts/3.5/windows-2019-x86_64.facts +162 -0
  519. data/facts/3.6/centos-6-x86_64.facts +36 -36
  520. data/facts/3.6/centos-7-x86_64.facts +32 -32
  521. data/facts/3.6/oraclelinux-5-x86_64.facts +97 -111
  522. data/facts/3.6/oraclelinux-6-x86_64.facts +36 -36
  523. data/facts/3.6/oraclelinux-7-x86_64.facts +32 -32
  524. data/facts/{2.4 → 3.6}/pcs-6-x86_64.facts +0 -0
  525. data/facts/3.6/redhat-5-x86_64.facts +92 -79
  526. data/facts/3.6/redhat-6-x86_64.facts +36 -36
  527. data/facts/3.6/redhat-7-x86_64.facts +32 -32
  528. data/facts/3.6/scientific-5-x86_64.facts +100 -87
  529. data/facts/3.6/scientific-6-x86_64.facts +36 -36
  530. data/facts/3.6/scientific-7-x86_64.facts +32 -32
  531. data/facts/3.6/sles-11-x86_64.facts +167 -168
  532. data/facts/3.6/sles-12-x86_64.facts +547 -155
  533. data/facts/3.6/windows-2019-x86_64.facts +162 -0
  534. data/facts/3.7/centos-6-x86_64.facts +143 -180
  535. data/facts/3.7/centos-7-x86_64.facts +146 -162
  536. data/facts/3.7/debian-8-x86_64.facts +203 -222
  537. data/facts/3.7/linuxmint-18-x86_64.facts +450 -0
  538. data/facts/3.7/oraclelinux-5-x86_64.facts +97 -111
  539. data/facts/3.7/oraclelinux-6-x86_64.facts +124 -142
  540. data/facts/3.7/oraclelinux-7-x86_64.facts +176 -206
  541. data/facts/3.7/redhat-5-x86_64.facts +94 -81
  542. data/facts/3.7/redhat-6-x86_64.facts +143 -180
  543. data/facts/3.7/redhat-7-x86_64.facts +187 -188
  544. data/facts/3.7/scientific-5-x86_64.facts +100 -87
  545. data/facts/3.7/scientific-6-x86_64.facts +140 -162
  546. data/facts/3.7/scientific-7-x86_64.facts +154 -170
  547. data/facts/3.7/sles-11-x86_64.facts +164 -165
  548. data/facts/3.7/sles-12-x86_64.facts +549 -157
  549. data/facts/3.7/ubuntu-14.04-x86_64.facts +131 -149
  550. data/facts/3.7/ubuntu-16.04-x86_64.facts +162 -223
  551. data/facts/3.7/windows-2019-x86_64.facts +162 -0
  552. data/facts/3.8/centos-6-x86_64.facts +142 -179
  553. data/facts/3.8/centos-7-x86_64.facts +149 -165
  554. data/facts/3.8/debian-8-x86_64.facts +205 -224
  555. data/facts/3.8/debian-9-x86_64.facts +204 -218
  556. data/facts/3.8/linuxmint-18-x86_64.facts +450 -0
  557. data/facts/3.8/openbsd-6.2-i386.facts +417 -0
  558. data/facts/3.8/openbsd-6.2-x86_64.facts +417 -0
  559. data/facts/3.8/oraclelinux-5-x86_64.facts +98 -112
  560. data/facts/3.8/oraclelinux-6-x86_64.facts +147 -189
  561. data/facts/3.8/oraclelinux-7-x86_64.facts +177 -207
  562. data/facts/3.8/redhat-5-x86_64.facts +92 -79
  563. data/facts/3.8/redhat-6-x86_64.facts +144 -181
  564. data/facts/3.8/redhat-7-x86_64.facts +188 -189
  565. data/facts/3.8/scientific-5-x86_64.facts +99 -86
  566. data/facts/3.8/scientific-6-x86_64.facts +141 -163
  567. data/facts/3.8/scientific-7-x86_64.facts +155 -171
  568. data/facts/3.8/sles-11-x86_64.facts +165 -166
  569. data/facts/3.8/sles-12-x86_64.facts +550 -158
  570. data/facts/3.8/ubuntu-14.04-x86_64.facts +132 -150
  571. data/facts/3.8/ubuntu-16.04-x86_64.facts +163 -224
  572. data/facts/3.8/windows-2019-x86_64.facts +162 -0
  573. data/facts/3.9/{archlinux-4-x86_64.facts → archlinux-x86_64.facts} +0 -0
  574. data/facts/3.9/centos-5-i386.facts +356 -0
  575. data/facts/3.9/centos-5-x86_64.facts +356 -0
  576. data/facts/3.9/centos-6-i386.facts +348 -0
  577. data/facts/3.9/centos-6-x86_64.facts +34 -34
  578. data/facts/3.9/centos-7-x86_64.facts +34 -34
  579. data/facts/3.9/darwin-15-x86_64.facts +415 -0
  580. data/facts/3.9/darwin-16-x86_64.facts +419 -0
  581. data/facts/3.9/darwin-17-x86_64.facts +440 -0
  582. data/facts/3.9/debian-8-x86_64.facts +162 -155
  583. data/facts/3.9/debian-9-x86_64.facts +120 -88
  584. data/facts/3.9/freebsd-11-amd64.facts +123 -123
  585. data/facts/3.9/freebsd-12-amd64.facts +460 -0
  586. data/facts/3.9/linuxmint-18-x86_64.facts +456 -0
  587. data/facts/3.9/oraclelinux-5-x86_64.facts +356 -0
  588. data/facts/3.9/oraclelinux-6-x86_64.facts +34 -34
  589. data/facts/3.9/oraclelinux-7-x86_64.facts +34 -34
  590. data/facts/3.9/redhat-5-i386.facts +356 -0
  591. data/facts/3.9/redhat-5-x86_64.facts +356 -0
  592. data/facts/3.9/redhat-6-i386.facts +348 -0
  593. data/facts/3.9/redhat-6-x86_64.facts +34 -34
  594. data/facts/3.9/redhat-7-x86_64.facts +34 -34
  595. data/facts/3.9/scientific-5-i386.facts +356 -0
  596. data/facts/3.9/scientific-5-x86_64.facts +356 -0
  597. data/facts/3.9/scientific-6-i386.facts +348 -0
  598. data/facts/3.9/scientific-6-x86_64.facts +34 -34
  599. data/facts/3.9/scientific-7-x86_64.facts +34 -34
  600. data/facts/3.9/sles-11-i386.facts +347 -0
  601. data/facts/3.9/sles-11-x86_64.facts +364 -0
  602. data/facts/3.9/sles-12-x86_64.facts +784 -0
  603. data/facts/3.9/{solaris-10-i386.facts → solaris-10-i86pc.facts} +0 -5
  604. data/facts/3.9/ubuntu-14.04-x86_64.facts +34 -34
  605. data/facts/3.9/ubuntu-16.04-x86_64.facts +86 -86
  606. data/facts/3.9/windows-10-i386.facts +166 -0
  607. data/facts/3.9/windows-10-x86_64.facts +166 -0
  608. data/facts/3.9/windows-2012 r2-core-x86_64.facts +166 -0
  609. data/facts/3.9/windows-2012 r2-x86_64.facts +166 -0
  610. data/facts/3.9/windows-2012-x86_64.facts +166 -0
  611. data/facts/3.9/windows-2016-x86_64.facts +166 -0
  612. data/facts/3.9/windows-2019-x86_64.facts +166 -0
  613. data/facts/Vagrantfile +78 -46
  614. data/facts/get_facts.sh +184 -63
  615. data/lib/facterdb/version.rb +1 -1
  616. data/rakelib/rhel_alts.rake +24 -0
  617. data/spec/facterdb_spec.rb +252 -114
  618. data/spec/facts_spec.rb +81 -0
  619. data/spec/spec_helper.rb +9 -2
  620. metadata +328 -45
  621. data/facts/1.6/fedora-26-x86_64.facts +0 -72
  622. data/facts/1.6/solaris-11-x86_64.facts +0 -60
  623. data/facts/1.7/solaris-11-x86_64.facts +0 -80
  624. data/facts/2.0/solaris-11-x86_64.facts +0 -82
  625. data/facts/2.1/solaris-11-x86_64.facts +0 -82
  626. data/facts/2.2/solaris-11-x86_64.facts +0 -105
  627. data/facts/2.4/fedora-20-x86_64.facts +0 -116
  628. data/facts/2.4/fedora-21-x86_64.facts +0 -123
  629. data/facts/2.5/amazon-2017-x86_64.facts +0 -61
  630. data/facts/2.5/archlinux-4-x86_64.facts +0 -98
  631. data/facts/2.5/fedora-20-x86_64.facts +0 -116
  632. data/facts/2.5/fedora-21-x86_64.facts +0 -123
  633. data/facts/3.0/fedora-20-x86_64.facts +0 -116
  634. data/facts/3.0/fedora-21-x86_64.facts +0 -123
  635. data/facts/3.0/fedora-26-x86_64.facts +0 -143
  636. data/facts/3.1/fedora-20-x86_64.facts +0 -116
  637. data/facts/3.1/fedora-21-x86_64.facts +0 -123
  638. data/facts/3.1/fedora-26-x86_64.facts +0 -143
  639. data/facts/3.2/fedora-20-x86_64.facts +0 -116
  640. data/facts/3.2/fedora-21-x86_64.facts +0 -123
  641. data/facts/3.2/fedora-26-x86_64.facts +0 -143
  642. data/facts/3.3/fedora-20-x86_64.facts +0 -116
  643. data/facts/3.3/fedora-21-x86_64.facts +0 -123
  644. data/facts/3.3/fedora-26-x86_64.facts +0 -143
  645. data/facts/3.4/fedora-20-x86_64.facts +0 -116
  646. data/facts/3.4/fedora-21-x86_64.facts +0 -123
  647. data/facts/3.4/fedora-26-x86_64.facts +0 -143
  648. data/facts/3.5/fedora-20-x86_64.facts +0 -116
  649. data/facts/3.5/fedora-21-x86_64.facts +0 -123
  650. data/facts/3.5/fedora-26-x86_64.facts +0 -143
  651. data/facts/3.6/fedora-20-x86_64.facts +0 -116
  652. data/facts/3.6/fedora-21-x86_64.facts +0 -123
  653. data/facts/3.6/fedora-26-x86_64.facts +0 -143
  654. data/facts/3.7/fedora-20-x86_64.facts +0 -116
  655. data/facts/3.7/fedora-21-x86_64.facts +0 -123
  656. data/facts/3.7/fedora-26-x86_64.facts +0 -143
  657. data/facts/3.8/fedora-20-x86_64.facts +0 -116
  658. data/facts/3.8/fedora-21-x86_64.facts +0 -123
  659. data/facts/3.8/fedora-26-x86_64.facts +0 -143
  660. data/facts/3.9/solaris-10-x86_64.facts +0 -679
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 291f9cc437dcf90ae2b23b836d996c0fcfdc4154fb57644f5bea6f1a0a45c310
4
- data.tar.gz: c6e693d3c210c5527c001054ec0f0f4c9a1f83679a26987642e04db19e343672
3
+ metadata.gz: cf53b3d31064a037ecf7aee40c4d7c1d0e3bfa02290fe6f486962a0973fcfeab
4
+ data.tar.gz: 81bac825e06471f7fec867865570920fe50dc1dd97aa8c9c5802ab5244dd2823
5
5
  SHA512:
6
- metadata.gz: d84abf3fd6f913fce414b6f52085e99af16b402203b50cff998276c704e5a583925e85287bfba3717ae916ece1df41cf7b6c8569a475744cb25cc9f65aef8cb6
7
- data.tar.gz: 3b4eb350bb88c2a3dea17da62768e7466180100a4fce3725ecdbe6551ff4e3a3249162864aab9a8b61df79eae7749f2f6222155d8da30172b1b31d7b05a26562
6
+ metadata.gz: 560b76a6fed7ee2c19dfdfaa6370792969dea0a1469fd58e11eb3738f71ead8513249cd7da4c3975f0a284211cfe1a9fc446df780f4b6b0284f3e1d8a312a828
7
+ data.tar.gz: f89eab36a05e36a25a7fe6f5b9ada9ff806b12182031210c64c761f4c9708c0a314440b478305aad34d26c2f9531310f52e4afa468147f8d4c95a300226e1187
data/.gitmodules CHANGED
@@ -1,3 +1,3 @@
1
1
  [submodule "hugo/themes/elate"]
2
- path = hugo/themes/elate
3
- url = https://github.com/camptocamp/hugo-elate-theme.git
2
+ path = hugo/themes/elate
3
+ url = https://github.com/camptocamp/hugo-elate-theme.git
data/.travis.yml CHANGED
@@ -13,7 +13,7 @@ env:
13
13
  - FACTER_GEM_VERSION="~> 2.2.0"
14
14
  - FACTER_GEM_VERSION="~> 2.3.0"
15
15
  - FACTER_GEM_VERSION="~> 2.4.0"
16
- - FACTER_GEM_VERSION="~> 2.0"
16
+ - FACTER_GEM_VERSION="~> 2.0" COVERAGE=yes
17
17
  matrix:
18
18
  fast_finish: true
19
19
  notifications:
data/CHANGELOG.md CHANGED
@@ -1,5 +1,44 @@
1
1
  # Change Log
2
2
 
3
+ ## [0.8.0](https://rubygems.org/gems/facterdb/versions/0.8.0) (2019-07-22)
4
+ [Full Changelog](https://github.com/camptocamp/facterdb/compare/0.7.0...0.8.0)
5
+
6
+ **Closed issues:**
7
+
8
+ - solaris 10 facts are not found [\#115](https://github.com/camptocamp/facterdb/issues/115)
9
+ - Debian 10 facts [\#102](https://github.com/camptocamp/facterdb/issues/102)
10
+ - 3.11 facts for Debian Stretch and Ubuntu 18.04 are missing distro information [\#98](https://github.com/camptocamp/facterdb/issues/98)
11
+ - Remove/move invalid factset files [\#78](https://github.com/camptocamp/facterdb/issues/78)
12
+ - Remove duplicate default factset files [\#77](https://github.com/camptocamp/facterdb/issues/77)
13
+ - Updated OpenBSD Facts [\#71](https://github.com/camptocamp/facterdb/issues/71)
14
+ - FreeBSD Support [\#51](https://github.com/camptocamp/facterdb/issues/51)
15
+ - Add LinuxMint Facts [\#41](https://github.com/camptocamp/facterdb/issues/41)
16
+ - Facts for archlinux release 4 are missing. [\#37](https://github.com/camptocamp/facterdb/issues/37)
17
+ - Consider adding the os::distro fact [\#36](https://github.com/camptocamp/facterdb/issues/36)
18
+
19
+ **Merged pull requests:**
20
+
21
+ - Add fact sets for Debian 10 [\#119](https://github.com/camptocamp/facterdb/pull/119) ([rodjek](https://github.com/rodjek))
22
+ - Improve test coverage [\#118](https://github.com/camptocamp/facterdb/pull/118) ([rodjek](https://github.com/rodjek))
23
+ - Update Windows factsets [\#117](https://github.com/camptocamp/facterdb/pull/117) ([rodjek](https://github.com/rodjek))
24
+ - Added and updated Solaris 10 factsets [\#116](https://github.com/camptocamp/facterdb/pull/116) ([sirinek](https://github.com/sirinek))
25
+ - Update OSX 10.11 - 10.14 factsets [\#113](https://github.com/camptocamp/facterdb/pull/113) ([rodjek](https://github.com/rodjek))
26
+ - Update SLES 11 & 12 factsets [\#112](https://github.com/camptocamp/facterdb/pull/112) ([rodjek](https://github.com/rodjek))
27
+ - Change table rake task to update README.md [\#111](https://github.com/camptocamp/facterdb/pull/111) ([rodjek](https://github.com/rodjek))
28
+ - Update RHEL based factsets [\#110](https://github.com/camptocamp/facterdb/pull/110) ([rodjek](https://github.com/rodjek))
29
+ - \(\#71\) Add OpenBSD 6.4 factsets [\#109](https://github.com/camptocamp/facterdb/pull/109) ([rodjek](https://github.com/rodjek))
30
+ - \(\#98\) Update Debian & Ubuntu factsets [\#108](https://github.com/camptocamp/facterdb/pull/108) ([rodjek](https://github.com/rodjek))
31
+ - Properly split and sort facter versions [\#107](https://github.com/camptocamp/facterdb/pull/107) ([rodjek](https://github.com/rodjek))
32
+ - \(\#41\) Add factsets for linuxmint 18 & 19 [\#106](https://github.com/camptocamp/facterdb/pull/106) ([rodjek](https://github.com/rodjek))
33
+ - \(\#37\) Update Archlinux factsets [\#105](https://github.com/camptocamp/facterdb/pull/105) ([rodjek](https://github.com/rodjek))
34
+ - Add more FreeBSD facts [\#104](https://github.com/camptocamp/facterdb/pull/104) ([smortex](https://github.com/smortex))
35
+ - add missing rubygem-bundler package for FreeBSD [\#103](https://github.com/camptocamp/facterdb/pull/103) ([olevole](https://github.com/olevole))
36
+ - Missing facts [\#99](https://github.com/camptocamp/facterdb/pull/99) ([seanmil](https://github.com/seanmil))
37
+ - Add CentOS e.a. facts from facter 3.11 [\#87](https://github.com/camptocamp/facterdb/pull/87) ([tdevelioglu](https://github.com/tdevelioglu))
38
+ - Explicitly use bash not sh [\#81](https://github.com/camptocamp/facterdb/pull/81) ([bodgit](https://github.com/bodgit))
39
+ - OpenBSD 6.2 & 6.3 facts [\#80](https://github.com/camptocamp/facterdb/pull/80) ([bodgit](https://github.com/bodgit))
40
+ - \(\#77\)\(\#78\) Add default factset tests and fix failures [\#79](https://github.com/camptocamp/facterdb/pull/79) ([glennsarti](https://github.com/glennsarti))
41
+
3
42
  ## [0.7.0](https://rubygems.org/gems/facterdb/versions/0.7.0) (2019-07-02)
4
43
  [Full Changelog](https://github.com/camptocamp/facterdb/compare/0.6.0...0.7.0)
5
44
 
data/README.md CHANGED
@@ -58,84 +58,92 @@ FacterDB::get_facts('osfamily=Debian')
58
58
 
59
59
  ## Facter version and Operating System coverage
60
60
 
61
- | operating system | 1.6 | 1.7 | 2.0 | 2.1 | 2.2 | 2.3 | 2.4 | 2.5 | 3.0 | 3.1 | 3.2 | 3.3 | 3.4 | 3.5 | 3.6 | 3.7 | 3.8 | 3.9 |
62
- | --------------------------- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- |
63
- | AIX 5300 | | | | | | | | | | | 1 | | | | | | | |
64
- | AIX 6100 | | | | | | | | | | | 1 | | | | | | | |
65
- | AIX 7100 | | | | | | | | | | | 1 | | | | | | | 1 |
66
- | Amazon | 2 | | | | | | | | | | | | | | | | | |
67
- | Amazon 2017 | | | | | 1 | 1 | 1 | | | | | | | | 1 | | | |
68
- | Amazon 4 | | 1 | 1 | 1 | | | | | 1 | 1 | | 1 | | | | | | |
69
- | Archlinux | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 1 | | | | | | | | | | 1 |
70
- | CentOS 5 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | 2 | 2 | 2 | 2 | 2 | 2 | |
71
- | CentOS 6 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 4 | | 2 | 2 | 2 | 2 | 2 | 2 | 1 |
72
- | CentOS 7 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 1 | 2 | 4 | | 2 | 1 | 1 | 2 | 1 | 1 | 1 |
73
- | Darwin | | | 2 | 2 | | | | | | | | | | | | | | |
74
- | Darwin 14 | | | 2 | 2 | 2 | 2 | 2 | 1 | | 1 | | 1 | 1 | 1 | 1 | 1 | 1 | |
75
- | Darwin 15 | | | | | 1 | 1 | 1 | 1 | | 1 | | 1 | 1 | 1 | 1 | 1 | 1 | |
76
- | Darwin 16 | | | | | 1 | 1 | 1 | 1 | | | | | 1 | 1 | 1 | 1 | 1 | |
77
- | Debian 1 | | | | | | 1 | | | | | | | | | | | | |
78
- | Debian 6 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | 2 | 2 | | | | | | | | |
79
- | Debian 7 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | 2 | 2 | 2 | 2 | 2 | 2 | |
80
- | Debian 8 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 4 | | 2 | 2 | 2 | 2 | 2 | 2 | 1 |
81
- | Debian 9 | | | 2 | 2 | 2 | 1 | 2 | 2 | | 2 | | | | | | | 2 | 1 |
82
- | Fedora 19 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | | | | | | | | | | |
83
- | Fedora 20 | | 11 | | | | | | | | | | | | | | | | |
84
- | Fedora 21 | | | | | | | 11 | | | | | | | | | | | |
85
- | Fedora 22 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | | 2 | | | | | | | | |
86
- | Fedora 23 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | | 2 | | | | | | | | |
87
- | Fedora 24 | 1 | 1 | 2 | 2 | 2 | 2 | 2 | 2 | | | | 2 | 2 | 2 | 2 | 2 | | |
88
- | Fedora 25 | | | 2 | 2 | 2 | 2 | 2 | 2 | | | | | | | 2 | 2 | 2 | |
89
- | Fedora 26 | | 1 | 1 | 1 | 1 | 1 | 11 | 1 | | 2 | | | | | | | | 1 |
90
- | Fedora 27 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | 1 | | | | | 1 | | | |
91
- | Fedora 28 | | | | | | | | 1 | | | | | | | | | | |
92
- | FreeBSD 10 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 1 | | | | | | | | | | 1 |
93
- | FreeBSD 11 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | | | | | | | | | 1 |
94
- | FreeBSD 9 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | | | | | | | | | | |
95
- | Gentoo | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | | | | | | | | | |
96
- | LinuxMint 18 | | | | | | | | | | 1 | | 1 | | | | | | |
97
- | OpenBSD 5.7 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | | | | | | | | | | |
98
- | OpenBSD 5.8 | | | 2 | 2 | 2 | 2 | 2 | | | | | | | | | | | |
99
- | OpenBSD 5.9 | | | 2 | 2 | 2 | 2 | 2 | | | | | | | | | | | |
100
- | OpenBSD 6.0 | | | 2 | 2 | 2 | 2 | 2 | | | | | | | | | | | |
101
- | OpenSuSE 12 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | | | | | | | | | | |
102
- | OpenSuSE 13 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | | | | | | | | | | |
103
- | OpenSuSE 42 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | | | | 1 | 1 | 1 | 1 | 1 | 1 |
104
- | OracleLinux 5 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | 2 | 2 | 2 | 2 | 2 | 2 | |
105
- | OracleLinux 6 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 4 | | 2 | 2 | 2 | 2 | 2 | 2 | 1 |
106
- | OracleLinux 7 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 1 | 2 | 4 | | 2 | 1 | 1 | 2 | 1 | 1 | 1 |
107
- | RedHat 5 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | 2 | 2 | 2 | 2 | 2 | 2 | |
108
- | RedHat 6 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 4 | | 2 | 2 | 2 | 3 | 2 | 2 | 1 |
109
- | RedHat 7 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 1 | 2 | 4 | | 2 | 1 | 1 | 2 | 1 | 1 | 1 |
110
- | SLES 11 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | | | | 2 | 2 | 2 | 2 | 2 | |
111
- | SLES 12 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | | | | 1 | 1 | 1 | 1 | 1 | |
112
- | Scientific 5 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | 2 | 2 | 2 | 2 | 2 | 2 | |
113
- | Scientific 6 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 4 | | 2 | 2 | 2 | 2 | 2 | 2 | 1 |
114
- | Scientific 7 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 1 | 2 | 4 | | 2 | 1 | 1 | 2 | 1 | 1 | 1 |
115
- | Solaris | | | | | | | | | | | | | | | | | | 2 |
116
- | Solaris 1 | | | | | | | | 1 | | | | | | | | | | |
117
- | Solaris 11 | 2 | 2 | | | | | | | | | | | | | | | | |
118
- | Solaris 2 | | | 2 | 2 | 2 | 2 | 2 | | | | | | | | | | | |
119
- | Ubuntu 10.04 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | | | | | | | | | | |
120
- | Ubuntu 12.04 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | 2 | 2 | 2 | | | | |
121
- | Ubuntu 14.04 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 4 | | 2 | 2 | 2 | 2 | 2 | 2 | 1 |
122
- | Ubuntu 14.10 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | | | | | | | | | | |
123
- | Ubuntu 15.04 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | | | | | | | | | | |
124
- | Ubuntu 15.10 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | 2 | 2 | | 2 | 2 | 2 | | | | |
125
- | Ubuntu 16.04 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | 4 | | 2 | 2 | 2 | 2 | 2 | 2 | 1 |
126
- | Ubuntu 16.10 | | | | | | | | | | | | | | | 2 | | | |
127
- | Ubuntu 18.04 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | 1 | | | | | | | | |
128
- | Windows 10 | | | | | | | | 2 | | | | | 2 | 2 | 2 | 2 | 2 | |
129
- | Windows 10.0.14393 | | | | 2 | 2 | 2 | 2 | | 2 | 2 | | 2 | | | | | | |
130
- | Windows 7 | | | | 1 | 1 | 1 | 2 | 1 | 2 | 2 | | 1 | 1 | 1 | 1 | 1 | 1 | |
131
- | Windows 8.1 | | | | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | 1 | 1 | 1 | 1 | 1 | 1 | |
132
- | Windows Server 10.0.14393 | | | | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | 1 | | | | | | |
133
- | Windows Server 2008 | | | | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | 1 | 1 | 1 | 1 | 1 | 1 | |
134
- | Windows Server 2008 R2 | | | | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | 1 | 1 | 1 | 1 | 1 | 1 | |
135
- | Windows Server 2012 | | | | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | 1 | 1 | 1 | 1 | 1 | 1 | |
136
- | Windows Server 2012 R2 | | | | 1 | 1 | 1 | 2 | 1 | 1 | 1 | | 1 | 1 | 1 | 1 | 1 | 1 | |
137
- | Windows Server 2012 R2 Core | | | | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | 1 | 1 | 1 | 1 | 1 | 1 | |
138
- | Windows Server 2016 | | | | | | | | | | | | | 1 | 1 | 1 | 1 | 1 | |
61
+ | operating system | 1.6 | 1.7 | 2.0 | 2.1 | 2.2 | 2.3 | 2.4 | 2.5 | 3.0 | 3.1 | 3.2 | 3.3 | 3.4 | 3.5 | 3.6 | 3.7 | 3.8 | 3.9 | 3.10 | 3.11 | 3.12 | 3.13 | 3.14 |
62
+ | --------------------------- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- |
63
+ | AIX 5300 | | | | | | | | | | | 1 | | | | | | | | | | | | |
64
+ | AIX 6100 | | | | | | | | | | | 1 | | | | | | | | | | | | |
65
+ | AIX 7100 | | | | | | | | | | | 1 | | | | | | | 1 | | | | | |
66
+ | Amazon | 1 | | | | | | | | | | | | | | | | | | | | | | |
67
+ | Amazon 2017 | | | | | 1 | 1 | 1 | | | | | | | | 1 | | | | | | | | |
68
+ | Amazon 4 | | 1 | 1 | 1 | | | | | 1 | 1 | | 1 | | | | | | | | | | | |
69
+ | Archlinux | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 1 | | | | | | | | | | 1 | | | | 1 | |
70
+ | CentOS 5 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | | |
71
+ | CentOS 6 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 1 | 1 | 1 |
72
+ | CentOS 7 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 1 | 2 | 2 | | 2 | 1 | 1 | 2 | 1 | 1 | 1 | 1 | 2 | 1 | 1 | 1 |
73
+ | Darwin | | | 4 | 4 | | | | | | | | | | | | | | | | | | | |
74
+ | Darwin 14 | | | 2 | 2 | 2 | 2 | 2 | 1 | | 1 | | 1 | 1 | 1 | 1 | 1 | 1 | | | | | | |
75
+ | Darwin 15 | | | | | 1 | 1 | 1 | 1 | | 1 | | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | | | |
76
+ | Darwin 16 | | | | | 1 | 1 | 1 | 1 | | | | | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 |
77
+ | Darwin 17 | | | | | 1 | 1 | 1 | 1 | | | | | | | | | | 1 | 1 | 1 | 1 | 1 | 1 |
78
+ | Darwin 18 | | | | | 1 | 1 | 1 | 1 | | | | | | | | | | | | 1 | | 1 | 1 |
79
+ | Debian 10 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | | | | | | | | | | | 1 | | | |
80
+ | Debian 6 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | 2 | 2 | | | | | | | | | | | | | |
81
+ | Debian 7 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | 2 | 2 | 2 | 2 | 2 | 2 | | | | | | |
82
+ | Debian 8 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | 2 | 2 | 2 | 2 | 2 | 2 | 1 | 1 | 1 | 1 | 1 | 1 |
83
+ | Debian 9 | 1 | 1 | 2 | 2 | 2 | 2 | 2 | 2 | | | | | | | | | 2 | 1 | 1 | 1 | 1 | 1 | 1 |
84
+ | Fedora 19 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | | | | | | | | | | | | | | | |
85
+ | Fedora 22 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | | 2 | | | | | | | | | | | | | |
86
+ | Fedora 23 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | | 2 | | | | | | | | | | | | | |
87
+ | Fedora 24 | 1 | 1 | 2 | 2 | 2 | 2 | 2 | 2 | | | | 2 | 2 | 2 | 2 | 2 | | | | | | | |
88
+ | Fedora 25 | | | 2 | 2 | 2 | 2 | 2 | 2 | | | | | | | 2 | 2 | 2 | | | | | | |
89
+ | Fedora 26 | | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | | | | | | | | | 1 | 1 | 1 | | | |
90
+ | Fedora 27 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | | | | | | 1 | | | | | 1 | | | |
91
+ | Fedora 28 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | | | | | | | | | | | 1 | 1 | 1 | 1 |
92
+ | Fedora 29 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | | | | | | | | | | | 1 | 1 | 1 | 1 |
93
+ | Fedora 30 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | | | | | | | | | | | | | | 1 |
94
+ | FreeBSD 10 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 1 | | | | | | | | | | 1 | | | | | |
95
+ | FreeBSD 11 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | | | | | | | | | 1 | 1 | 1 | 1 | 1 | 1 |
96
+ | FreeBSD 12 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | | | | | | | | | 1 | 1 | 1 | 1 | 1 | 1 |
97
+ | FreeBSD 9 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | | | | | | | | | | | | | | | |
98
+ | Gentoo | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | | | | | | | | | | | | | | |
99
+ | LinuxMint 18 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | 1 | | 1 | | | | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 |
100
+ | LinuxMint 19 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | | | | | | | | | | | 1 | 1 | 1 | 1 |
101
+ | OpenBSD 5.7 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | | | | | | | | | | | | | | | |
102
+ | OpenBSD 5.8 | | | 2 | 2 | 2 | 2 | 2 | | | | | | | | | | | | | | | | |
103
+ | OpenBSD 5.9 | | | 2 | 2 | 2 | 2 | 2 | | | | | | | | | | | | | | | | |
104
+ | OpenBSD 6.0 | | | 2 | 2 | 2 | 2 | 2 | | | | | | | | | | | | | | | | |
105
+ | OpenBSD 6.2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | | | | | | | | 2 | | | | | | |
106
+ | OpenBSD 6.3 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | | | | | | | | | | 2 | | | | |
107
+ | OpenBSD 6.4 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | | | | | | | | | | | | 1 | | |
108
+ | OpenSuSE 12 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | | | | | | | | | | | | | | | |
109
+ | OpenSuSE 13 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | | | | | | | | | | | | | | | |
110
+ | OpenSuSE 15 | | | | | | | | | | | | | | | | | | | | 1 | | | |
111
+ | OpenSuSE 42 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | | | | 1 | 1 | 1 | 1 | 1 | 1 | | | | | |
112
+ | OracleLinux 5 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | 2 | 2 | 2 | 2 | 2 | 2 | 1 | 1 | 1 | | | |
113
+ | OracleLinux 6 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | 2 | 2 | 2 | 2 | 2 | 2 | 1 | 1 | 2 | 1 | 1 | 1 |
114
+ | OracleLinux 7 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 1 | 2 | 2 | | 2 | 1 | 1 | 2 | 1 | 1 | 1 | 1 | 2 | 1 | 1 | 1 |
115
+ | RedHat 5 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | | |
116
+ | RedHat 6 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | 2 | 2 | 2 | 3 | 2 | 2 | 2 | 2 | 2 | 1 | 1 | 1 |
117
+ | RedHat 7 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 1 | 2 | 2 | | 2 | 1 | 1 | 2 | 1 | 1 | 1 | 1 | 2 | 1 | 1 | 1 |
118
+ | RedHat 8 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | | | | | | | | | | | 1 | 1 | 1 | 1 |
119
+ | SLES 11 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | | | | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 1 | 1 | 1 |
120
+ | SLES 12 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | | | | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 |
121
+ | Scientific 5 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | | |
122
+ | Scientific 6 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 1 | 1 | 1 |
123
+ | Scientific 7 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 1 | 2 | 2 | | 2 | 1 | 1 | 2 | 1 | 1 | 1 | 1 | 2 | 1 | 1 | 1 |
124
+ | Solaris | | | | | | | | 1 | | | | | | | | | | 1 | | 1 | | | |
125
+ | Solaris 1 | | | | | | | | 1 | | | | | | | | | | | | | | | |
126
+ | Solaris 11 | 1 | 1 | | | | | | | | | | | | | | | | | | | | | |
127
+ | Solaris 2 | | | 1 | 1 | 1 | 2 | 2 | | | | | | | | | | | | | | | | |
128
+ | Ubuntu 10.04 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | | | | | | | | | | | | | | | |
129
+ | Ubuntu 12.04 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | 2 | 2 | 2 | | | | | | | | | |
130
+ | Ubuntu 14.04 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | 2 | 2 | 2 | 2 | 2 | 2 | 1 | 1 | 1 | 1 | 1 | 1 |
131
+ | Ubuntu 14.10 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | | | | | | | | | | | | | | | |
132
+ | Ubuntu 15.04 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | | | | | | | | | | | | | | | |
133
+ | Ubuntu 15.10 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | 2 | 2 | | 2 | 2 | 2 | | | | | | | | | |
134
+ | Ubuntu 16.04 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | 2 | | 2 | 2 | 2 | 2 | 2 | 2 | 1 | 1 | 1 | 1 | 1 | 1 |
135
+ | Ubuntu 16.10 | | | | | | | | | | | | | | | 2 | | | | | | | | |
136
+ | Ubuntu 18.04 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | | | | | | | | | | 1 | 1 | 1 | 1 | 1 |
137
+ | Windows 10 | | | | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 |
138
+ | Windows 7 | | | | 1 | 1 | 1 | 2 | 1 | 2 | 2 | | 1 | 1 | 1 | 1 | 1 | 1 | | | | | | |
139
+ | Windows 8.1 | | | | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | 1 | 1 | 1 | 1 | 1 | 1 | | | | | | |
140
+ | Windows Server 2008 | | | | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | 1 | 1 | 1 | 1 | 1 | 1 | | | | | | |
141
+ | Windows Server 2008 R2 | | | | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | 1 | 1 | 1 | 1 | 1 | 1 | | | | | | |
142
+ | Windows Server 2012 | | | | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 |
143
+ | Windows Server 2012 R2 | | | | 1 | 1 | 1 | 2 | 1 | 1 | 1 | | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 |
144
+ | Windows Server 2012 R2 Core | | | | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 |
145
+ | Windows Server 2016 | | | | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 |
146
+ | Windows Server 2019 | | | | | | | | 1 | 1 | 1 | | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 |
139
147
 
140
148
  Where the number (1, 2 etc.) are the number of factsets for that OS and facter combination (e.g., x86_64 and i386 architectures).
141
149
 
@@ -156,12 +164,10 @@ for file in facts/*/*-x86_64.facts; do cat $file | sed -e 's/x86_64/i386/' -e 's
156
164
  Create RedHat, Scientific, OracleLinux facts from CentOS's ones
157
165
 
158
166
  ```
159
- for file in facts/*/centos-*.facts; do cat $file | sed -e 's/CentOS/RedHat/' > $(echo $file | sed 's/centos/redhat/'); done
160
- for file in facts/*/centos-*.facts; do cat $file | sed -e 's/CentOS/Scientific/' > $(echo $file | sed 's/centos/scientific/'); done
161
- for file in facts/*/centos-*.facts; do cat $file | sed -e 's/CentOS/OracleLinux/' > $(echo $file | sed 's/centos/oraclelinux/'); done
167
+ $ bundle exec rake rhel_alts
162
168
  ```
163
169
 
164
- Then update array `Facter version and Operating System coverage` with output of rake task `table`.
170
+ Then update the table in this README by running `bundle exec rake table`
165
171
 
166
172
  ## Supplying custom external facts
167
173
 
@@ -263,4 +269,3 @@ Please submit issues at https://github.com/camptocamp/facterdb/issues or PRs in
263
269
  * Update the version in `lib/facterdb/version.rb`
264
270
  * Run `rake changelog`
265
271
  * Commit and PR the results.
266
-
data/Rakefile CHANGED
@@ -53,10 +53,12 @@ def factset_to_os_label(fs)
53
53
  label = "#{os_name} #{os__rel}"
54
54
  elsif os_name =~ /^(Solaris)/
55
55
  label = "#{os_name} #{os__rel.split('.')[1]}"
56
+ elsif os_name.start_with?('Debian') && fs[:lsbdistid] == 'LinuxMint'
57
+ label = "#{fs[:lsbdistid]} #{fs[:lsbmajdistrelease]}"
56
58
  elsif os_name =~ /^windows$/
57
59
  db_filename = fs[:_facterdb_filename] || 'there_is_no_filename'
58
60
  if db_filename =~ /windows-10-/
59
- label = "Windows #{os__rel}"
61
+ label = "Windows 10"
60
62
  elsif db_filename =~ /windows-7-/
61
63
  label = "Windows 7"
62
64
  elsif db_filename =~ /windows-8[\d.]*-/
@@ -64,7 +66,9 @@ def factset_to_os_label(fs)
64
66
  elsif db_filename =~ /windows-.+-core-/
65
67
  label = "Windows Server #{os__rel.sub('6.3.9600','2012 R2')} Core"
66
68
  elsif db_filename =~ /windows-2008/ || db_filename =~ /windows-2012/ || db_filename =~ /windows-2016/
67
- label = "Windows Server #{os__rel.sub('6.1.7600','2008 R2').sub('6.3.9600','2012 R2')}"
69
+ label = "Windows Server #{os__rel.sub('6.1.7600','2008 R2').sub('6.3.9600','2012 R2').sub('10.0.14393', '2016')}"
70
+ elsif db_filename =~ /windows-2019/
71
+ label = 'Windows Server 2019'
68
72
  else
69
73
  label = "#{os_name} #{os__rel}"
70
74
  end
@@ -83,12 +87,14 @@ task :table do
83
87
  # Restore the source injection
84
88
  ENV['FACTERDB_INJECT_SOURCE'] = old_env
85
89
 
86
- facter_versions = factsets.map{ |x| x[:facterversion][0..2] }.uniq.sort
90
+ facter_versions = factsets.map { |x|
91
+ Gem::Version.new(x[:facterversion].split('.')[0..1].join('.'))
92
+ }.uniq.sort.map(&:to_s)
87
93
  os_facter_matrix = {}
88
94
 
89
95
  # Process the facts and create a hash of all the OS and facter combinations
90
96
  factsets.each do |facts|
91
- fv = facts[:facterversion][0..2]
97
+ fv = facts[:facterversion].split('.')[0..1].join('.')
92
98
  label = factset_to_os_label(facts)
93
99
  os_facter_matrix[label] ||= {}
94
100
  os_facter_matrix[label][fv] ||= 0
@@ -97,14 +103,22 @@ task :table do
97
103
  # Extract the OS list
98
104
  os_versions = os_facter_matrix.keys.uniq.sort
99
105
 
106
+ readme_path = File.expand_path(File.join(__dir__, 'README.md'))
107
+ readme = File.read(readme_path).split("\n")
108
+ new_readme = readme[0..readme.index { |r| r.start_with?('| ') } - 1]
109
+
100
110
  # Write out a nice table
101
111
  os_version_width = (os_versions.map{|x| x.size } + [17]).max
102
- puts "| #{'operating system'.center(os_version_width)} |#{facter_versions.map{|x| " #{x} |" }.join}"
103
- puts "| #{'-' * (os_version_width)} |#{facter_versions.map{|x| " --- |" }.join}"
112
+ new_readme << "| #{'operating system'.center(os_version_width)} |#{facter_versions.map{|x| " #{x} |" }.join}"
113
+ new_readme << "| #{'-' * (os_version_width)} |#{facter_versions.map{|x| " --- |" }.join}"
104
114
  os_versions.each do |label|
105
115
  fvs = facter_versions.map{ |facter_version| os_facter_matrix[label][facter_version] || 0 }
106
116
  row = "| #{label.ljust(os_version_width)} |"
107
117
  fvs.each { |fv| row += (fv > 0? " #{fv.to_s.center(3)} |" : " |" ) }
108
- puts row
118
+ new_readme << row
119
+ end
120
+
121
+ File.open(readme_path, 'w') do |fd|
122
+ fd.puts (new_readme + readme[readme.rindex { |r| r.start_with?('| ') } + 1..-1]).join("\n")
109
123
  end
110
124
  end
@@ -3,7 +3,6 @@
3
3
  "architecture": "x86_64",
4
4
  "kernel": "Linux",
5
5
  "domain": "example.com",
6
- "macaddress": "08:00:27:1a:b1:01",
7
6
  "operatingsystem": "Archlinux",
8
7
  "facterversion": "1.6.18",
9
8
  "fqdn": "foo.example.com",
@@ -11,46 +10,34 @@
11
10
  "hardwaremodel": "x86_64",
12
11
  "hostname": "foo",
13
12
  "id": "root",
14
- "interfaces": "eth0,lo",
15
- "macaddress_eth0": "08:00:27:1a:b1:01",
16
- "ipaddress": "10.0.2.15",
17
- "kernelmajversion": "3.17",
18
- "kernelrelease": "3.17.1-1-ARCH",
19
- "kernelversion": "3.17.1",
20
- "boardmanufacturer": "Oracle Corporation",
21
- "boardproductname": "VirtualBox",
22
- "boardserialnumber": "0",
23
- "manufacturer": "innotek GmbH",
24
- "productname": "VirtualBox",
25
- "serialnumber": "0",
26
- "type": "Other",
27
- "memorysize": "493.76 MB",
28
- "memoryfree": "387.41 MB",
29
- "swapsize": "0.00 kB",
30
- "swapfree": "0.00 kB",
31
- "memorytotal": "493.76 MB",
32
- "operatingsystemrelease": "3.17.1-1-ARCH",
13
+ "kernelmajversion": "5.2",
14
+ "kernelrelease": "5.2.0-arch2-1-ARCH",
15
+ "kernelversion": "5.2.0",
16
+ "memorysize": "984.59 MB",
17
+ "memoryfree": "829.62 MB",
18
+ "swapsize": "1.92 GB",
19
+ "swapfree": "1.92 GB",
20
+ "memorytotal": "984.59 MB",
21
+ "operatingsystemrelease": "5.2.0-arch2-1-ARCH",
33
22
  "osfamily": "Linux",
34
- "path": "/home/vagrant/vendor/bundler/ruby/2.1.0/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl:/var/lib/gems/1.8/bin/:/root/.gem/ruby/2.1.0/bin:/usr/lib64/ruby/gems/1.9.1/gems/bundler-1.7.12/bin:/usr/lib64/ruby/gems/2.0.0/gems/bundler-1.7.12/bin",
23
+ "path": "/home/vagrant/vendor/bundler/ruby/2.6.0/bin:/opt/puppetlabs/puppet/bin:/opt/puppetlabs/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl",
35
24
  "physicalprocessorcount": 1,
36
- "processor0": "Intel(R) Core(TM)2 Quad CPU Q6700 @ 2.66GHz",
37
- "processor1": "Intel(R) Core(TM)2 Quad CPU Q6700 @ 2.66GHz",
38
- "processor2": "Intel(R) Core(TM)2 Quad CPU Q6700 @ 2.66GHz",
39
- "processor3": "Intel(R) Core(TM)2 Quad CPU Q6700 @ 2.66GHz",
40
- "processorcount": "4",
25
+ "processor0": "Intel(R) Core(TM) i7-7500U CPU @ 2.70GHz",
26
+ "processor1": "Intel(R) Core(TM) i7-7500U CPU @ 2.70GHz",
27
+ "processorcount": "2",
41
28
  "ps": "ps -ef",
42
- "rubysitedir": "/usr/lib/ruby/site_ruby/2.1.0",
43
- "rubyversion": "2.1.4",
29
+ "rubysitedir": "/usr/lib/ruby/site_ruby/2.6.0",
30
+ "rubyversion": "2.6.3",
44
31
  "selinux": "false",
45
- "sshdsakey": "AAAAB3NzaC1kc3MAAACBAPinyAL1PJuvq0UC2XR9XaAWXjTk185XXMRe6kPaiKQORM1GCUE7/7pauu+9E+ZrAZQot8Zf+1y0duoyfTETNoDqwd0eoHLFuJe6BvX7H2uBJtR+yvLgUWbO1scAwi3iyRrJpu1QeCbmfF5iLOWs2dFVR3hliW5SbvODO1Se9EInAAAAFQCI7GIuk+8o2G1Z6IlaQjjY9eNi8wAAAIEA1ktx5s0AoFts25kiDyn92YGBbslRjmmjrpiq4ZfnHmzAows3umO4JcJkn+G5KVXbwXbAXZSQMfdLe/uF8p043uAL/9iyQ78lBRLIVVgDHY/GPuMXR0x55FLlWd9jejIaZTrUjKcwkYVaohEyi2Yk3a/bHECjzj4tyRywVOnKQLEAAACAYvYAtlheRNHuNJGFrX/pIvM1m1UhPIf0BehRE6nBnRHBkrPOYPgdquwgMbHE3dqBou96uyo9R+/PjY5M5FQBN6b3mte8dhboCvtKFMnt6c3unJ7wJrRgpRHgJispAWKXbkCkzKUoGDfgktTlrWrc6XZSC53wy1EcN0GORMURguQ=",
46
- "sshrsakey": "AAAAB3NzaC1yc2EAAAADAQABAAABAQDiT9PnxxOJPkyPjT5y0FzTVarpvk595qmpTU/7RLMMH4CzJ8GhKBOe5AsK2K7h3ASGY+e7Rpq+4I3U4VxFRl+7OkzEYtRxD+AEFbcdhqHriwCeQTQk2nLohzp6ZIudBZaYbr695I7NJ4zTDlw3juHV/lCKuYs06pvo/wttloYfqSusEJwZ/vcf8L2mJozRGN/2Ht7muieVmSLzgT+TOkEO5lalbLMGAdOZvUv2iY2PSXx2S9xzHIPd8dvKrgzyXQeNn/2/ew/5g5VUQah2Dnl0SyDxePbXjwUbHTDUEITIU4W1T6BGBt8/IN/cDX5PtiE5wplSffzTVpbgqMBsYqJB",
47
- "sshecdsakey": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLbdyGHekxuNYYPBEBhQKgWvyB6TsuP5FVjTW1aJDaDatkjUtNO7kHXTNueKwO/YnNqlP0XB8w1NWBIC5z8l/2o=",
48
- "timezone": "AEST",
32
+ "sshdsakey": "AAAAB3NzaC1kc3MAAACBAOuJDDWYU5ZIxbRUq6qZMemF/dTkDLYogrWUog1xN8dbYAUuk+9lQUVcfElEQkMROwxsOZFz+HuZAQ9rScjWHQP9ywtioNeC5KJd8ERJH+TKiBm1EO3vyTt3tMiIYp3CpLy3YVOT+25snFCDsHcwV9BEgOl+m/WPvpy1awNBb5wDAAAAFQDyl5UnKFJT+4XJxXBK0dvvQq6fowAAAIBZzoNODOC5ErLgNr+7YqEkPLs42sqf3rhnnOmXguWRpGnqXgqbpQ888a8R4qix01kcDbbvOrF+BkmLZJgis4KSSWGgl57YbZzU8INAOBP9X34sXS20vusBRnw1bsPLywEhgTCKrz6is4EWgl1HAWcKQ9EV6pjx1lvPh4gJzcRkYAAAAIEA4XegJodsJV7k3EijLb05eemnRhfSBjbrPR17Gf1zl4JBG6g9/PwEscNWGPbeqQEzUGkGoPyB3jeG+M0qD8n8CD0GBWa+GdcQTqMGqlEzi+m62hVCcAzRlBHd8jYpEcMW48ZvezlBMp55ChOZe/eb4FVcOFsEgRlW9b2jqYMuwVw=",
33
+ "sshrsakey": "AAAAB3NzaC1yc2EAAAADAQABAAABgQC9gyRwus174NyaYTdS6nQMfaC2j5jD2/xF+wUltAbXNvUBeiFUQA4eK7a3aDMOKXHwa5iir3USnw+Dl3Ff2itZVOyvhB7Fb9YC6HDzscoMMtVysP9MCB6xYHQF72uRlhIM/lQit7jKTDLOutsmaxpFfR+XqePBcJw5NkvZ4ikRqhoFDDLnTgLsO865m7BBXLC+vMEv6ZiI6JvtPCV2qdVZNbF5/H59jtEcQD4mpcmSv0aUYNy5gcDvPqT5dVVl0YQImMOukWSGed5HMRBEXck40VycZwZmVSQAMDV79HvGv7TN/cnMiOs8aliu2nePzOf1zQPw3m/zFxY3dMG8d1ecD3E5qpKwKPfvJBhohe0RtGhP5rDK7ysd5IxpZWF8qN/A3QkESzAIBTRYQyFSE7v9dGNWkbejmI7OfLkPhGeOajAsOmsODP4ASKIkorkWG4riuNxHZbm9mHKtuK2v6wpFNpph/EF8rYkL5IXh4weIvyRrNaQjnj9Xqx7gS3LwEI0=",
34
+ "sshecdsakey": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAKHk6mtKYeF7ddJAlwqD5nlmmLxyG65sCT4kt9Bo77SqUuY5491oi1A3gO8/zdr0iYwDK+xXFmNBM74i9z1C98=",
35
+ "timezone": "UTC",
49
36
  "uniqueid": "007f0100",
50
- "uptime": "0:01 hours",
37
+ "uptime": "0:04 hours",
51
38
  "uptime_days": 0,
52
39
  "uptime_hours": 0,
53
- "uptime_seconds": 63,
40
+ "uptime_seconds": 253,
54
41
  "virtual": "virtualbox",
55
42
  "is_virtual": "true"
56
43
  }
@@ -1,61 +1,62 @@
1
1
  {
2
- "swapsize": "991.99 MB",
3
- "ps": "ps -ef",
4
- "uptime_days": 0,
5
- "productname": "VirtualBox",
2
+ "gem_version": "~> 1.6.0",
3
+ "architecture": "x86_64",
4
+ "kernel": "Linux",
5
+ "augeasversion": "1.12.0",
6
+ "domain": "example.com",
7
+ "macaddress": "08:00:27:98:CA:98",
8
+ "facterversion": "1.6.18",
9
+ "fqdn": "foo.example.com",
10
+ "hardwareisa": "x86_64",
11
+ "hardwaremodel": "x86_64",
6
12
  "hostname": "foo",
13
+ "id": "root",
14
+ "interfaces": "eth0,lo",
7
15
  "ipaddress_eth0": "10.0.2.15",
8
- "osfamily": "RedHat",
9
- "serialnumber": "0",
10
- "rubyversion": "1.8.7",
11
- "uniqueid": "007f0100",
12
- "sshdsakey": "AAAAB3NzaC1kc3MAAACBAPDnLf/P2JHz2E0aUd+E8O8YuybLDdTnujrnLMjVJb6wOFA1R59fcUHATXd1YwCtS1gKG+5Jvw26t9K4zNh3A75jdLXC6kBiQXzcf+92OgL6FWpGYVJ9x+7/KEKiaf80m/Ry5I0W62WLpbJ5kmgep2EWh2fDgxyZ5NeTp4KrARMBAAAAFQDzTZ/s+ij+u9yY6H47os/RFzUQjQAAAIAMdZkfyKX0mjGPLyDO2hFRWZxnYLmGVhojHO5qETkfPXQpSe0hepePH4nJnjfQG4rjcDpqu2BLNtY26ez0QC0iZLRlVTcP7/t10Jd24FCVf/uADo8iOUEDJD+/xx9X3xwX1pwikEPLP/VDZnx1xT5E03m4uY77iqafkgwy7EMdQgAAAIB8wNled5Rz4HtjJdOKAJO2mRwE6BBn8CEbMSyfz9QJqCmdB77k3afozwK4533+T9vDd8HmG0oefonTtQycFkmZAev5+NlnI4SXCr4RHJym8cTzp1JBo2uWFisTwP3dswLQRNJPtH/OkQgDRkCJU+hOGm7X6OcnhUW+SqRDXeOYCA==",
13
- "ipaddress_lo": "127.0.0.1",
16
+ "macaddress_eth0": "08:00:27:98:CA:98",
17
+ "netmask_eth0": "255.255.255.0",
14
18
  "mtu_eth0": "1500",
15
- "architecture": "x86_64",
16
- "hardwareisa": "x86_64",
17
- "sshrsakey": "AAAAB3NzaC1yc2EAAAABIwAAAQEAvUmKY8pcuWVoV17WiSyJHHXLwoaA1AUdW9hHA41lTqRJEGDP9jJ6A9RdCZvr7Zu3lsX0HsnLE7O89cw7wrXAWUAGv/iP3stDejI2H+gHF9eLNhEdso+CkPPmXClqyWBYIex0SZh/lMEnfgAPMuUEy5RQ3LFxhLpy7rAwFRiTAyS8OmYMLuE6TUXtUTe5Qprwm3wq56D3KSrFN+K8u0j62cj1sPBz2yEy+8rbH5Xcldcc36N/ip0beNxDX8cjWbsZ+qPM75U1NHbPz2svKl0Jkyb6Nm8eCHhGUiIXT/R0QV98pM2vfjUNo3SqL01bcDNuIGj8FIZE1onzNXgAYJs9HQ==",
18
- "selinux": "false",
19
- "domain": "example.com",
19
+ "ipaddress_lo": "127.0.0.1",
20
20
  "netmask_lo": "255.0.0.0",
21
- "kernel": "Linux",
22
- "interfaces": "eth0,lo",
21
+ "mtu_lo": "65536",
23
22
  "ipaddress": "10.0.2.15",
24
- "gem_version": "~> 1.6.0",
25
- "macaddress": "08:00:27:5E:0A:C7",
26
- "fqdn": "foo.example.com",
27
- "swapfree": "991.99 MB",
28
- "network_lo": "127.0.0.0",
29
- "boardproductname": "VirtualBox",
30
- "macaddress_eth0": "08:00:27:5E:0A:C7",
31
- "processor0": "Intel(R) Core(TM)2 Quad CPU Q6700 @ 2.66GHz",
23
+ "kernelmajversion": "2.6",
24
+ "kernelrelease": "2.6.32-504.el6.x86_64",
32
25
  "kernelversion": "2.6.32",
33
26
  "boardmanufacturer": "Oracle Corporation",
34
- "uptime": "0:02 hours",
35
- "hardwaremodel": "x86_64",
36
- "uptime_seconds": 142,
37
- "is_virtual": "true",
38
- "processorcount": "1",
39
- "virtual": "virtualbox",
40
- "memorytotal": "490.45 MB",
41
- "netmask_eth0": "255.255.255.0",
42
- "mtu_lo": "16436",
43
- "facterversion": "1.6.18",
44
- "operatingsystem": "CentOS",
45
- "kernelmajversion": "2.6",
46
- "memorysize": "490.45 MB",
47
- "physicalprocessorcount": 1,
48
- "operatingsystemrelease": "6.5",
49
- "rubysitedir": "/usr/lib/ruby/site_ruby/1.8",
50
- "type": "Other",
27
+ "boardproductname": "VirtualBox",
28
+ "boardserialnumber": "0",
51
29
  "manufacturer": "innotek GmbH",
52
- "kernelrelease": "2.6.32-431.el6.x86_64",
53
- "path": "/home/vagrant/vendor/bundler/ruby/1.8/bin:/usr/local/sbin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin:/var/lib/gems/1.8/bin/:/usr/local/bin:/root/.gem/ruby/2.1.0/bin:/usr/lib64/ruby/gems/1.9.1/gems/bundler-1.7.12/bin:/usr/lib64/ruby/gems/2.0.0/gems/bundler-1.7.12/bin",
54
- "uptime_hours": 0,
55
- "timezone": "PST",
30
+ "productname": "VirtualBox",
31
+ "serialnumber": "0",
32
+ "type": "Other",
33
+ "memorysize": "490.39 MB",
34
+ "memoryfree": "385.68 MB",
35
+ "swapsize": "992.00 MB",
36
+ "swapfree": "991.76 MB",
37
+ "memorytotal": "490.39 MB",
56
38
  "netmask": "255.255.255.0",
57
39
  "network_eth0": "10.0.2.0",
58
- "id": "root",
59
- "memoryfree": "408.14 MB",
60
- "boardserialnumber": "0"
40
+ "network_lo": "127.0.0.0",
41
+ "operatingsystem": "CentOS",
42
+ "operatingsystemrelease": "6.6",
43
+ "osfamily": "RedHat",
44
+ "path": "/home/vagrant/vendor/bundler/ruby/2.5.0/bin:/opt/puppetlabs/puppet/bin:/opt/puppetlabs/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin",
45
+ "physicalprocessorcount": 1,
46
+ "processor0": "Intel(R) Core(TM) i7-7500U CPU @ 2.70GHz",
47
+ "processorcount": "1",
48
+ "ps": "ps -ef",
49
+ "rubysitedir": "/opt/puppetlabs/puppet/lib/ruby/site_ruby/2.5.0",
50
+ "rubyversion": "2.5.3",
51
+ "selinux": "false",
52
+ "sshdsakey": "AAAAB3NzaC1kc3MAAACBAOSOdC70GK+62b1DmmHw37vZ6VEUcQLv9AfkTvjcqOrKrTNGNMcY+fzJtbcfTG4i21YEDa8CSHoYtsrfZy4nLamc+CIclQONCXNR1W+jCXpe/mjY7V0p9JjKDsTMX+o9jFsuBNYLpPK5w/udoUvVEETET66Rffh7ylVdwrGsw72vAAAAFQCsxMUYvE0SSNELWgJeNZUl0MMxlwAAAIEAyssLRdOH4F0ijHHFbsQbreJSWpJSb7JMwOTVzECe97KfsoCV6VUuMBsTg/4GKWxHxK35z/VZSftPfFFaAtIERtStRfYlelZOZ0ftuc4+VZmQ4OWiOV2gBrWCUzPeo9BcFMWzeQEPpn2ZIabAn9lfdAzf/2dtYiZScgesW1DKG3MAAACADhQF5ON8mfbTUwEem0PvB9JER0cm8CE1qYCa6UFRVQNGr9UhTUC9+layi4U858Qi1W98UNavmogVc1mMiGlOODVQRUb0VTlUHRVVaFAANd4iW0n8Iy+fcaS6soDMYyw2UYwpFjHWeBE9Gf8ESg7aJVt14BJpQkVX/plsjWvGh5w=",
53
+ "sshrsakey": "AAAAB3NzaC1yc2EAAAABIwAAAQEA1aDd89yysGoH+u57JguOVc1HOAURwMzsyiE58Un4qdB6RWdfHbzx+hhaYMk6HpUU2pYcHpFL+RPNsXLWx6wH2e/HvRfOi1pHxElpX9P8Q1jwKDIgEzAVRhnTIejDw0MiKv8EVIXexcs8ZGrfcVh1eRSGlGUyJs+vY7MVbMlmL6cuz4mf70Gf55YRPCyXuubyicz9bthyClykHzR8PPjCYL/hXyNed69TqlC2/xDqOs5apK/ND5nytA4irCZGh3POABxapIAjcSYU3MR7VMpV5CbUoPaeW8Zvldbbdf41Hg0mScAAvutJNgdy6p5Wy/WLAa6otJ2RiVAYNP+l5sDz2Q==",
54
+ "timezone": "UTC",
55
+ "uniqueid": "007f0100",
56
+ "uptime": "0:06 hours",
57
+ "uptime_days": 0,
58
+ "uptime_hours": 0,
59
+ "uptime_seconds": 401,
60
+ "virtual": "kvm",
61
+ "is_virtual": "true"
61
62
  }