facterdb 1.9.0 → 1.12.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (79) hide show
  1. checksums.yaml +4 -4
  2. data/.github/workflows/test.yml +2 -0
  3. data/CHANGELOG.md +60 -0
  4. data/README.md +15 -7
  5. data/facts/2.5/solaris-10-i86pc.facts +0 -11
  6. data/facts/3.11/redhat-8-x86_64.facts +128 -127
  7. data/facts/3.11/solaris-10-i86pc.facts +0 -6
  8. data/facts/3.11/ubuntu-18.04-x86_64.facts +216 -101
  9. data/facts/3.12/redhat-8-x86_64.facts +109 -105
  10. data/facts/3.13/redhat-8-x86_64.facts +111 -113
  11. data/facts/3.13/ubuntu-18.04-x86_64.facts +216 -101
  12. data/facts/3.14/fedora-32-x86_64.facts +490 -0
  13. data/facts/3.14/fedora-33-x86_64.facts +482 -0
  14. data/facts/3.14/fedora-34-x86_64.facts +493 -0
  15. data/facts/3.14/redhat-8-x86_64.facts +111 -113
  16. data/facts/3.14/ubuntu-18.04-x86_64.facts +91 -91
  17. data/facts/3.14/ubuntu-20.04-x86_64.facts +138 -184
  18. data/facts/3.14/ubuntu-21.04-x86_64.facts +510 -0
  19. data/facts/3.14/ubuntu-21.10-x86_64.facts +609 -0
  20. data/facts/3.9/solaris-10-i86pc.facts +0 -6
  21. data/facts/4.0/almalinux-8-x86_64.facts +302 -67
  22. data/facts/4.0/centos-7-x86_64.facts +0 -16
  23. data/facts/4.0/debian-10-x86_64.facts +0 -17
  24. data/facts/4.0/debian-11-x86_64.facts +319 -43
  25. data/facts/4.0/fedora-32-x86_64.facts +506 -0
  26. data/facts/4.0/fedora-33-x86_64.facts +505 -0
  27. data/facts/4.0/fedora-34-x86_64.facts +509 -0
  28. data/facts/4.0/freebsd-11-x86_64.facts +284 -15
  29. data/facts/4.0/freebsd-12-x86_64.facts +285 -16
  30. data/facts/4.0/freebsd-13-x86_64.facts +288 -21
  31. data/facts/4.0/oraclelinux-7-x86_64.facts +690 -0
  32. data/facts/4.0/redhat-7-x86_64.facts +690 -0
  33. data/facts/4.0/redhat-8-x86_64.facts +523 -0
  34. data/facts/4.0/rocky-8-x86_64.facts +523 -0
  35. data/facts/4.0/scientific-7-x86_64.facts +690 -0
  36. data/facts/4.0/solaris-11-sun4v.facts +0 -6
  37. data/facts/4.0/ubuntu-18.04-x86_64.facts +549 -0
  38. data/facts/4.0/ubuntu-20.04-x86_64.facts +639 -0
  39. data/facts/4.0/ubuntu-21.04-x86_64.facts +646 -0
  40. data/facts/4.0/ubuntu-21.10-x86_64.facts +624 -0
  41. data/facts/4.1/almalinux-8-x86_64.facts +544 -0
  42. data/facts/4.1/debian-11-x86_64.facts +320 -44
  43. data/facts/4.1/fedora-32-x86_64.facts +508 -0
  44. data/facts/4.1/fedora-33-x86_64.facts +507 -0
  45. data/facts/4.1/fedora-34-x86_64.facts +511 -0
  46. data/facts/4.1/freebsd-11-x86_64.facts +284 -15
  47. data/facts/4.1/freebsd-12-x86_64.facts +285 -16
  48. data/facts/4.1/freebsd-13-x86_64.facts +288 -21
  49. data/facts/4.1/redhat-8-x86_64.facts +525 -0
  50. data/facts/4.1/rocky-8-x86_64.facts +525 -0
  51. data/facts/4.1/ubuntu-18.04-x86_64.facts +551 -0
  52. data/facts/4.1/ubuntu-20.04-x86_64.facts +641 -0
  53. data/facts/4.1/ubuntu-21.04-x86_64.facts +648 -0
  54. data/facts/4.1/ubuntu-21.10-x86_64.facts +626 -0
  55. data/facts/4.2/almalinux-8-x86_64.facts +550 -0
  56. data/facts/4.2/debian-11-x86_64.facts +321 -45
  57. data/facts/4.2/fedora-32-x86_64.facts +508 -0
  58. data/facts/4.2/fedora-33-x86_64.facts +507 -0
  59. data/facts/4.2/fedora-34-x86_64.facts +511 -0
  60. data/facts/4.2/freebsd-11-x86_64.facts +22 -22
  61. data/facts/4.2/freebsd-12-x86_64.facts +25 -25
  62. data/facts/4.2/freebsd-13-x86_64.facts +246 -32
  63. data/facts/4.2/oraclelinux-7-x86_64.facts +593 -0
  64. data/facts/4.2/oraclelinux-9-x86_64.facts +291 -0
  65. data/facts/4.2/redhat-7-x86_64.facts +593 -0
  66. data/facts/4.2/redhat-8-x86_64.facts +525 -0
  67. data/facts/4.2/redhat-9-x86_64.facts +291 -0
  68. data/facts/4.2/rocky-8-x86_64.facts +525 -0
  69. data/facts/4.2/scientific-7-x86_64.facts +593 -0
  70. data/facts/4.2/ubuntu-18.04-x86_64.facts +557 -0
  71. data/facts/4.2/ubuntu-20.04-x86_64.facts +647 -0
  72. data/facts/4.2/ubuntu-21.04-x86_64.facts +654 -0
  73. data/facts/4.2/ubuntu-21.10-x86_64.facts +632 -0
  74. data/facts/Gemfile +3 -0
  75. data/facts/Vagrantfile +31 -156
  76. data/facts/get_facts.sh +49 -8
  77. data/lib/facterdb/version.rb +1 -1
  78. data/spec/facts_spec.rb +14 -1
  79. metadata +44 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0a659f87798750dc9beebf0e538f9a2741781b5de6c9af55423aa589207695a7
4
- data.tar.gz: acd2b686b89ffff847545d14efe69f1fdf22c28e8067cf32784992aac79c2ac8
3
+ metadata.gz: 80c7ea7541a6e9174bfac48c4f0cff4b2ec6e5623df134b46202a3292e0e33ad
4
+ data.tar.gz: 0c754f40b12cd617070d215e3c4d2740106aeb952cda34ef51a2a417b76abadf
5
5
  SHA512:
6
- metadata.gz: b69a94034613ad6bf695f025836104259dd416febf2f2b483814d64a0b65a06c406347daedd4650aed4b8014c484522842c3222f582fa42160a12bb71637b01c
7
- data.tar.gz: 7c3c39ad09774496b3b6d6d3a06c383c1c0ddcdb79530156dea195eaa0c655941c704e639c6d4808e37bda042fc2333e8920bf151c939d06e9ce8f7ab1688f90
6
+ metadata.gz: '0032918446f001a976a1f5a82f5ff5d0ec3dae24ebf6b3b339875e4644f5d14eb0fec68cf93f1456991d4831c62c48e3923d26f2e726b76bce245ba0d20bce85'
7
+ data.tar.gz: 1ee2e4308332df253d986afd95f2eb24e676842d531b86e740c2ac49b375b005a7aa1dd40877e78d9a3cdaa4a96a20f7f40d125cccc24b09bb1b367027411907
@@ -26,3 +26,5 @@ jobs:
26
26
  BUNDLE_WITHOUT: release
27
27
  - name: Run tests
28
28
  run: bundle exec rake spec
29
+ - name: Build gem
30
+ run: gem build *.gemspec
data/CHANGELOG.md CHANGED
@@ -1,5 +1,65 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.12.0](https://rubygems.org/gems/facterdb/versions/1.12.0) (2021-11-10)
4
+
5
+ [Full Changelog](https://github.com/voxpupuli/facterdb/compare/1.11.0...1.12.0)
6
+
7
+ **Implemented enhancements:**
8
+
9
+ - Add support for ubuntu 21.10 and 21.04 [\#209](https://github.com/voxpupuli/facterdb/pull/209) ([hbrown-uiowa](https://github.com/hbrown-uiowa))
10
+
11
+ **Fixed bugs:**
12
+
13
+ - Cleanup stdlib/systemd facts and add tests to ensure that they are absent [\#213](https://github.com/voxpupuli/facterdb/pull/213) ([bastelfreak](https://github.com/bastelfreak))
14
+ - Re-generating fact sets which were missing the mountpoints fact [\#210](https://github.com/voxpupuli/facterdb/pull/210) ([hbrown-uiowa](https://github.com/hbrown-uiowa))
15
+
16
+ **Merged pull requests:**
17
+
18
+ - Gemfile: mention why we include sys-filesystem [\#212](https://github.com/voxpupuli/facterdb/pull/212) ([bastelfreak](https://github.com/bastelfreak))
19
+
20
+ ## [1.11.0](https://rubygems.org/gems/facterdb/versions/1.11.0) (2021-11-05)
21
+
22
+ [Full Changelog](https://github.com/voxpupuli/facterdb/compare/1.10.1...1.11.0)
23
+
24
+ **Implemented enhancements:**
25
+
26
+ - Add Almalinux facts [\#207](https://github.com/voxpupuli/facterdb/pull/207) ([hbrown-uiowa](https://github.com/hbrown-uiowa))
27
+ - Add facter 4.x facts for RockyLinux 8 [\#205](https://github.com/voxpupuli/facterdb/pull/205) ([hbrown-uiowa](https://github.com/hbrown-uiowa))
28
+ - Generate OL/RHEL/SL facts [\#203](https://github.com/voxpupuli/facterdb/pull/203) ([bastelfreak](https://github.com/bastelfreak))
29
+ - Add Facts for Ubuntu 21.04 x86-64, facter 3.14 [\#201](https://github.com/voxpupuli/facterdb/pull/201) ([towo](https://github.com/towo))
30
+ - Add Fedora 33 and 34 factsets [\#199](https://github.com/voxpupuli/facterdb/pull/199) ([hbrown-uiowa](https://github.com/hbrown-uiowa))
31
+ - Add Fedora 32 facts [\#198](https://github.com/voxpupuli/facterdb/pull/198) ([hbrown-uiowa](https://github.com/hbrown-uiowa))
32
+
33
+ **Fixed bugs:**
34
+
35
+ - Add sys-filesystem so that mountpoints fact resolves [\#206](https://github.com/voxpupuli/facterdb/pull/206) ([hbrown-uiowa](https://github.com/hbrown-uiowa))
36
+ - \(\#200\) Updated get\_facts.sh and several os facts missing mountpoints [\#202](https://github.com/voxpupuli/facterdb/pull/202) ([michael-riddle](https://github.com/michael-riddle))
37
+
38
+ ## [1.10.1](https://rubygems.org/gems/facterdb/versions/1.10.1) (2021-10-09)
39
+
40
+ [Full Changelog](https://github.com/voxpupuli/facterdb/compare/1.10.0...1.10.1)
41
+
42
+ **Fixed bugs:**
43
+
44
+ - facter 4.0: Regenerate factsets with legacy facts [\#195](https://github.com/voxpupuli/facterdb/pull/195) ([bastelfreak](https://github.com/bastelfreak))
45
+ - facter 4.1: Regenerate factsets with legacy facts [\#194](https://github.com/voxpupuli/facterdb/pull/194) ([bastelfreak](https://github.com/bastelfreak))
46
+ - facter 4.2: Regenerate factsets with legacy facts [\#193](https://github.com/voxpupuli/facterdb/pull/193) ([bastelfreak](https://github.com/bastelfreak))
47
+ - get\_facts.sh: Collect legacy facts as well [\#191](https://github.com/voxpupuli/facterdb/pull/191) ([bastelfreak](https://github.com/bastelfreak))
48
+
49
+ **Merged pull requests:**
50
+
51
+ - CI: Test if the gem builds [\#196](https://github.com/voxpupuli/facterdb/pull/196) ([bastelfreak](https://github.com/bastelfreak))
52
+ - Remove EoL OSes from Vagrantfile [\#192](https://github.com/voxpupuli/facterdb/pull/192) ([bastelfreak](https://github.com/bastelfreak))
53
+ - get\_facts.sh: Ignore facter 1.X/2.x [\#190](https://github.com/voxpupuli/facterdb/pull/190) ([bastelfreak](https://github.com/bastelfreak))
54
+
55
+ ## [1.10.0](https://rubygems.org/gems/facterdb/versions/1.10.0) (2021-09-23)
56
+
57
+ [Full Changelog](https://github.com/voxpupuli/facterdb/compare/1.9.0...1.10.0)
58
+
59
+ **Implemented enhancements:**
60
+
61
+ - Ubuntu 18.04/20.04, RedHat 8: Update factsets [\#188](https://github.com/voxpupuli/facterdb/pull/188) ([bastelfreak](https://github.com/bastelfreak))
62
+
3
63
  ## [1.9.0](https://rubygems.org/gems/facterdb/versions/1.9.0) (2021-08-25)
4
64
 
5
65
  [Full Changelog](https://github.com/voxpupuli/facterdb/compare/1.8.0...1.9.0)
data/README.md CHANGED
@@ -64,7 +64,7 @@ FacterDB::get_facts('osfamily=Debian')
64
64
  | AIX 5300 | | | | | | | | | | | 1 | | | | | | | | | | | | | | | |
65
65
  | AIX 6100 | | | | | | | | | | | 1 | | | | | | | | | | | | | | | |
66
66
  | AIX 7100 | | | | | | | | | | | 1 | | | | | | | 1 | | | | | | | | |
67
- | AlmaLinux 8 | | | | | | | | | | | | | | | | | | | | | | | 1 | 1 | | |
67
+ | AlmaLinux 8 | | | | | | | | | | | | | | | | | | | | | | | 1 | 1 | 1 | 1 |
68
68
  | Amazon | 3 | | | | 1 | 1 | 1 | | | | | | | | | | | | | | | | | | | |
69
69
  | Amazon 2 | | | | | | | | 1 | | | | | | | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | | |
70
70
  | Amazon 4 | | 3 | 3 | 3 | | | | | 1 | 1 | | 1 | | | | | | | | | | | | | | |
@@ -100,6 +100,9 @@ FacterDB::get_facts('osfamily=Debian')
100
100
  | Fedora 28 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | | | | | | | | | | | 1 | 1 | 1 | 1 | | | |
101
101
  | Fedora 29 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | | | | | | | | | | | 1 | 1 | 1 | 1 | | | |
102
102
  | Fedora 30 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | | | | | | | | | | | 1 | | | 1 | | | |
103
+ | Fedora 32 | | | | | | | | | | | | | | | | | | | | | | | 1 | 1 | 1 | 1 |
104
+ | Fedora 33 | | | | | | | | | | | | | | | | | | | | | | | 1 | 1 | 1 | 1 |
105
+ | Fedora 34 | | | | | | | | | | | | | | | | | | | | | | | 1 | 1 | 1 | 1 |
103
106
  | FreeBSD 9 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | | | | | | | | | | | | | | | | | | |
104
107
  | FreeBSD 10 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 1 | | | | | | | | | | 1 | | | | | | | | |
105
108
  | FreeBSD 11 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | | | | | | | | | 1 | 1 | 1 | 1 | 1 | 2 | 1 | 1 | 1 |
@@ -121,20 +124,23 @@ FacterDB::get_facts('osfamily=Debian')
121
124
  | OpenSuSE 42 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | | | | 1 | 1 | 1 | 1 | 1 | 1 | | | | | | | | |
122
125
  | OracleLinux 5 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | 2 | 2 | 2 | 2 | 2 | 2 | 1 | 1 | 1 | | | | | | |
123
126
  | OracleLinux 6 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | 2 | 2 | 2 | 2 | 2 | 2 | 1 | 1 | 2 | 1 | 1 | 1 | | | |
124
- | OracleLinux 7 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 1 | 2 | 2 | | 2 | 1 | 1 | 2 | 1 | 1 | 1 | 1 | 2 | 1 | 1 | 1 | | | |
127
+ | OracleLinux 7 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 1 | 2 | 2 | | 2 | 1 | 1 | 2 | 1 | 1 | 1 | 1 | 2 | 1 | 1 | 1 | 1 | | 1 |
125
128
  | OracleLinux 8 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | | | | | | | | | | | 1 | 1 | 1 | 1 | | | 1 |
129
+ | OracleLinux 9 | | | | | | | | | | | | | | | | | | | | | | | | | | 1 |
126
130
  | Raspbian 9 | | | | | | | 2 | | | | | | | | | | | | | | | | | | | |
127
131
  | Raspbian 10 | | | | | | | | | | | | | | | | | | | | 2 | | | | | | |
128
132
  | RedHat 5 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | | | | | |
129
133
  | RedHat 6 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | 2 | 2 | 2 | 3 | 2 | 2 | 2 | 2 | 2 | 1 | 1 | 1 | | | |
130
- | RedHat 7 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 1 | 2 | 2 | | 2 | 1 | 1 | 2 | 1 | 1 | 1 | 1 | 2 | 1 | 1 | 1 | | | |
131
- | RedHat 8 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | | | | | | | | | | | 1 | 1 | 1 | 1 | | | |
134
+ | RedHat 7 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 1 | 2 | 2 | | 2 | 1 | 1 | 2 | 1 | 1 | 1 | 1 | 2 | 1 | 1 | 1 | 1 | | 1 |
135
+ | RedHat 8 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | | | | | | | | | | | 1 | 1 | 1 | 1 | 1 | 1 | 1 |
136
+ | RedHat 9 | | | | | | | | | | | | | | | | | | | | | | | | | | 1 |
137
+ | Rocky 8 | | | | | | | | | | | | | | | | | | | | | | | 1 | 1 | 1 | 1 |
132
138
  | SLES 11 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | | | | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 1 | 1 | 1 | | | |
133
139
  | SLES 12 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | | | | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | | |
134
140
  | SLES 15 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | | | | | | | | | | | 1 | 1 | 1 | 1 | | | |
135
141
  | Scientific 5 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | | | | | |
136
142
  | Scientific 6 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 1 | 1 | 1 | | | |
137
- | Scientific 7 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 1 | 2 | 2 | | 2 | 1 | 1 | 2 | 1 | 1 | 1 | 1 | 2 | 1 | 1 | 1 | | | |
143
+ | Scientific 7 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 1 | 2 | 2 | | 2 | 1 | 1 | 2 | 1 | 1 | 1 | 1 | 2 | 1 | 1 | 1 | 1 | | 1 |
138
144
  | Solaris 10 | | | | | | | | 1 | | | | | | | | | | 1 | | 1 | | | | | | |
139
145
  | Solaris 11 | 1 | 1 | 1 | 1 | 1 | 2 | 2 | 1 | | | | | | | | | | | | 2 | | | 2 | 1 | | |
140
146
  | Ubuntu 10.04 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | | | | | | | | | | | | | | | | | | |
@@ -145,8 +151,10 @@ FacterDB::get_facts('osfamily=Debian')
145
151
  | Ubuntu 15.10 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | 2 | 2 | | 2 | 2 | 2 | | | | | | | | | | | | |
146
152
  | Ubuntu 16.04 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | 2 | | 2 | 2 | 2 | 2 | 2 | 2 | 1 | 1 | 1 | 1 | 1 | 1 | | | |
147
153
  | Ubuntu 16.10 | | | | | | | | | | | | | | | 2 | | | | | | | | | | | |
148
- | Ubuntu 18.04 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | | | | | | | | | | 1 | 1 | 1 | 1 | 1 | | | |
149
- | Ubuntu 20.04 | | | | | | | | | | | | | | | | | | | | | | | 1 | | | |
154
+ | Ubuntu 18.04 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | | | | | | | | | | | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 |
155
+ | Ubuntu 20.04 | | | | | | | | | | | | | | | | | | | | | | | 1 | 1 | 1 | 1 |
156
+ | Ubuntu 21.04 | | | | | | | | | | | | | | | | | | | | | | | 1 | 1 | 1 | 1 |
157
+ | Ubuntu 21.10 | | | | | | | | | | | | | | | | | | | | | | | 1 | 1 | 1 | 1 |
150
158
  | VirtuozzoLinux 7 | | | | | | | | | | | | | | | | | | | | | | | 1 | | | |
151
159
  | Windows 7 | | | | 1 | 1 | 1 | 2 | 1 | 2 | 2 | | 1 | 1 | 1 | 1 | 1 | 1 | | | | | | | | | |
152
160
  | Windows 8.1 | | | | 1 | 1 | 1 | 1 | 1 | 1 | 1 | | 1 | 1 | 1 | 1 | 1 | 1 | | | | | | | | | |
@@ -99,11 +99,6 @@
99
99
  "osfamily": "Solaris",
100
100
  "rubyversion": "1.9.3",
101
101
  "facterversion": "2.5.1",
102
- "pe_version": "3.8.5",
103
- "is_pe": true,
104
- "pe_major_version": "3",
105
- "pe_minor_version": "8",
106
- "pe_patch_version": "5",
107
102
  "serial_port_ttya": "disabled",
108
103
  "serial_port_ttyb": "disabled",
109
104
  "puppet_agent_pid": 298,
@@ -124,9 +119,6 @@
124
119
  "java_major_version": "5",
125
120
  "puppet_files_dir_present": false,
126
121
  "java_version": "1.5.0_24",
127
- "puppet_vardir": "/var/opt/lib/pe-puppet",
128
- "puppet_environmentpath": "",
129
- "puppet_server": "puppet",
130
122
  "platform_tag": "solaris-10-i386",
131
123
  "supports_latest_puppet": false,
132
124
  "samba_file_present": true,
@@ -172,11 +164,8 @@
172
164
  "puppet_client_datadir": "/var/opt/lib/pe-puppet/client_data",
173
165
  "mco_confdir": "/etc/mcollective/etc",
174
166
  "augeasprovider_grub_version": 1,
175
- "package_provider": "sun",
176
167
  "staging_http_get": "curl",
177
- "service_provider": "smf",
178
168
  "memorysizeinbytes": 4294967296,
179
- "root_home": "/root",
180
169
  "networking": {
181
170
  "domain": "example.com",
182
171
  "fqdn": "myhostname.example.com",