facterdb 0.7.0 → 0.8.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.gitmodules +2 -2
- data/.travis.yml +1 -1
- data/CHANGELOG.md +39 -0
- data/README.md +88 -83
- data/Rakefile +21 -7
- data/facts/1.6/archlinux-x86_64.facts +21 -34
- data/facts/1.6/centos-6-x86_64.facts +50 -49
- data/facts/1.6/centos-7-x86_64.facts +20 -21
- data/facts/1.6/debian-10-x86_64.facts +57 -0
- data/facts/1.6/debian-8-x86_64.facts +34 -29
- data/facts/1.6/debian-9-x86_64.facts +56 -0
- data/facts/1.6/fedora-28-x86_64.facts +52 -0
- data/facts/1.6/fedora-29-x86_64.facts +52 -0
- data/facts/1.6/fedora-30-x86_64.facts +52 -0
- data/facts/1.6/freebsd-11-x86_64.facts +15 -15
- data/facts/1.6/freebsd-12-x86_64.facts +50 -0
- data/facts/1.6/linuxmint-18-x86_64.facts +68 -0
- data/facts/1.6/linuxmint-19-x86_64.facts +58 -0
- data/facts/1.6/openbsd-6.2-i386.facts +62 -0
- data/facts/1.6/openbsd-6.2-x86_64.facts +62 -0
- data/facts/1.6/openbsd-6.3-i386.facts +62 -0
- data/facts/1.6/openbsd-6.3-x86_64.facts +62 -0
- data/facts/1.6/openbsd-6.4-x86_64.facts +62 -0
- data/facts/1.6/oraclelinux-6-x86_64.facts +50 -49
- data/facts/1.6/oraclelinux-7-x86_64.facts +20 -21
- data/facts/1.6/redhat-6-x86_64.facts +50 -49
- data/facts/1.6/redhat-7-x86_64.facts +20 -21
- data/facts/1.6/redhat-8-x86_64.facts +60 -0
- data/facts/1.6/scientific-6-x86_64.facts +50 -49
- data/facts/1.6/scientific-7-x86_64.facts +20 -21
- data/facts/1.6/sles-11-x86_64.facts +58 -51
- data/facts/1.6/sles-12-x86_64.facts +26 -41
- data/facts/1.6/ubuntu-14.04-x86_64.facts +12 -13
- data/facts/1.6/ubuntu-16.04-x86_64.facts +27 -27
- data/facts/1.6/ubuntu-18.04-x86_64.facts +18 -17
- data/facts/1.7/archlinux-x86_64.facts +31 -58
- data/facts/1.7/centos-6-x86_64.facts +67 -66
- data/facts/1.7/centos-7-x86_64.facts +26 -27
- data/facts/1.7/debian-10-x86_64.facts +73 -0
- data/facts/1.7/debian-8-x86_64.facts +41 -36
- data/facts/1.7/debian-9-x86_64.facts +72 -0
- data/facts/1.7/fedora-26-x86_64.facts +53 -53
- data/facts/1.7/fedora-28-x86_64.facts +71 -0
- data/facts/1.7/fedora-29-x86_64.facts +71 -0
- data/facts/1.7/fedora-30-x86_64.facts +71 -0
- data/facts/1.7/freebsd-11-x86_64.facts +23 -23
- data/facts/1.7/freebsd-12-x86_64.facts +64 -0
- data/facts/1.7/linuxmint-18-x86_64.facts +85 -0
- data/facts/1.7/linuxmint-19-x86_64.facts +81 -0
- data/facts/1.7/openbsd-6.2-i386.facts +69 -0
- data/facts/1.7/openbsd-6.2-x86_64.facts +69 -0
- data/facts/1.7/openbsd-6.3-i386.facts +69 -0
- data/facts/1.7/openbsd-6.3-x86_64.facts +69 -0
- data/facts/1.7/openbsd-6.4-x86_64.facts +69 -0
- data/facts/1.7/oraclelinux-6-x86_64.facts +67 -66
- data/facts/1.7/oraclelinux-7-x86_64.facts +26 -27
- data/facts/1.7/redhat-6-x86_64.facts +67 -66
- data/facts/1.7/redhat-7-x86_64.facts +26 -27
- data/facts/1.7/redhat-8-x86_64.facts +83 -0
- data/facts/1.7/scientific-6-x86_64.facts +67 -66
- data/facts/1.7/scientific-7-x86_64.facts +26 -27
- data/facts/1.7/sles-11-x86_64.facts +73 -71
- data/facts/1.7/sles-12-x86_64.facts +63 -60
- data/facts/1.7/ubuntu-14.04-x86_64.facts +13 -14
- data/facts/1.7/ubuntu-16.04-x86_64.facts +40 -37
- data/facts/1.7/ubuntu-18.04-x86_64.facts +24 -23
- data/facts/2.0/archlinux-x86_64.facts +47 -73
- data/facts/2.0/centos-6-x86_64.facts +62 -61
- data/facts/2.0/centos-7-x86_64.facts +27 -26
- data/facts/2.0/darwin-17-x86_64.facts +92 -0
- data/facts/2.0/darwin-18-x86_64.facts +91 -0
- data/facts/2.0/debian-10-x86_64.facts +75 -0
- data/facts/2.0/debian-8-x86_64.facts +75 -70
- data/facts/2.0/debian-9-x86_64.facts +66 -77
- data/facts/2.0/fedora-26-x86_64.facts +5 -19
- data/facts/2.0/fedora-28-x86_64.facts +71 -0
- data/facts/2.0/fedora-29-x86_64.facts +71 -0
- data/facts/2.0/fedora-30-x86_64.facts +71 -0
- data/facts/2.0/freebsd-11-x86_64.facts +46 -46
- data/facts/2.0/freebsd-12-x86_64.facts +65 -0
- data/facts/2.0/linuxmint-18-x86_64.facts +86 -0
- data/facts/2.0/linuxmint-19-x86_64.facts +82 -0
- data/facts/2.0/openbsd-6.2-i386.facts +70 -0
- data/facts/2.0/openbsd-6.2-x86_64.facts +70 -0
- data/facts/2.0/openbsd-6.3-i386.facts +70 -0
- data/facts/2.0/openbsd-6.3-x86_64.facts +70 -0
- data/facts/2.0/openbsd-6.4-x86_64.facts +70 -0
- data/facts/2.0/oraclelinux-6-x86_64.facts +62 -61
- data/facts/2.0/oraclelinux-7-x86_64.facts +27 -26
- data/facts/2.0/redhat-6-x86_64.facts +62 -61
- data/facts/2.0/redhat-7-x86_64.facts +27 -26
- data/facts/2.0/redhat-8-x86_64.facts +83 -0
- data/facts/2.0/scientific-6-x86_64.facts +62 -61
- data/facts/2.0/scientific-7-x86_64.facts +27 -26
- data/facts/2.0/sles-11-x86_64.facts +72 -70
- data/facts/2.0/sles-12-x86_64.facts +64 -68
- data/facts/2.0/ubuntu-14.04-x86_64.facts +13 -14
- data/facts/2.0/ubuntu-16.04-x86_64.facts +70 -67
- data/facts/2.0/ubuntu-18.04-x86_64.facts +63 -62
- data/facts/2.1/archlinux-x86_64.facts +57 -86
- data/facts/2.1/centos-6-x86_64.facts +69 -68
- data/facts/2.1/centos-7-x86_64.facts +28 -27
- data/facts/2.1/darwin-17-x86_64.facts +92 -0
- data/facts/2.1/darwin-18-x86_64.facts +91 -0
- data/facts/2.1/debian-10-x86_64.facts +92 -0
- data/facts/2.1/debian-8-x86_64.facts +90 -74
- data/facts/2.1/debian-9-x86_64.facts +77 -89
- data/facts/2.1/fedora-26-x86_64.facts +6 -28
- data/facts/2.1/fedora-28-x86_64.facts +85 -0
- data/facts/2.1/fedora-29-x86_64.facts +90 -0
- data/facts/2.1/fedora-30-x86_64.facts +90 -0
- data/facts/2.1/freebsd-11-x86_64.facts +45 -45
- data/facts/2.1/freebsd-12-x86_64.facts +65 -0
- data/facts/2.1/linuxmint-18-x86_64.facts +106 -0
- data/facts/2.1/linuxmint-19-x86_64.facts +95 -0
- data/facts/2.1/openbsd-6.2-i386.facts +72 -0
- data/facts/2.1/openbsd-6.2-x86_64.facts +72 -0
- data/facts/2.1/openbsd-6.3-i386.facts +72 -0
- data/facts/2.1/openbsd-6.3-x86_64.facts +72 -0
- data/facts/2.1/openbsd-6.4-x86_64.facts +72 -0
- data/facts/2.1/oraclelinux-6-x86_64.facts +69 -68
- data/facts/2.1/oraclelinux-7-x86_64.facts +28 -27
- data/facts/2.1/redhat-6-x86_64.facts +69 -68
- data/facts/2.1/redhat-7-x86_64.facts +28 -27
- data/facts/2.1/redhat-8-x86_64.facts +97 -0
- data/facts/2.1/scientific-6-x86_64.facts +69 -68
- data/facts/2.1/scientific-7-x86_64.facts +28 -27
- data/facts/2.1/sles-11-x86_64.facts +76 -79
- data/facts/2.1/sles-12-x86_64.facts +74 -89
- data/facts/2.1/ubuntu-14.04-x86_64.facts +13 -14
- data/facts/2.1/ubuntu-16.04-x86_64.facts +75 -81
- data/facts/2.1/ubuntu-18.04-x86_64.facts +74 -73
- data/facts/2.2/archlinux-x86_64.facts +76 -107
- data/facts/2.2/centos-6-x86_64.facts +90 -89
- data/facts/2.2/centos-7-x86_64.facts +33 -32
- data/facts/2.2/darwin-17-x86_64.facts +113 -0
- data/facts/2.2/darwin-18-x86_64.facts +112 -0
- data/facts/2.2/debian-10-x86_64.facts +123 -0
- data/facts/2.2/debian-8-x86_64.facts +115 -98
- data/facts/2.2/debian-9-x86_64.facts +100 -112
- data/facts/2.2/fedora-26-x86_64.facts +13 -14
- data/facts/2.2/fedora-28-x86_64.facts +107 -0
- data/facts/2.2/fedora-29-x86_64.facts +112 -0
- data/facts/2.2/fedora-30-x86_64.facts +112 -0
- data/facts/2.2/freebsd-11-x86_64.facts +63 -63
- data/facts/2.2/freebsd-12-x86_64.facts +86 -0
- data/facts/2.2/linuxmint-18-x86_64.facts +138 -0
- data/facts/2.2/linuxmint-19-x86_64.facts +127 -0
- data/facts/2.2/openbsd-6.2-i386.facts +140 -0
- data/facts/2.2/openbsd-6.2-x86_64.facts +140 -0
- data/facts/2.2/openbsd-6.3-i386.facts +140 -0
- data/facts/2.2/openbsd-6.3-x86_64.facts +140 -0
- data/facts/2.2/openbsd-6.4-x86_64.facts +140 -0
- data/facts/2.2/oraclelinux-6-x86_64.facts +90 -89
- data/facts/2.2/oraclelinux-7-x86_64.facts +33 -32
- data/facts/2.2/redhat-6-x86_64.facts +90 -89
- data/facts/2.2/redhat-7-x86_64.facts +33 -32
- data/facts/2.2/redhat-8-x86_64.facts +121 -0
- data/facts/2.2/scientific-6-x86_64.facts +90 -89
- data/facts/2.2/scientific-7-x86_64.facts +33 -32
- data/facts/2.2/sles-11-x86_64.facts +93 -96
- data/facts/2.2/sles-12-x86_64.facts +101 -93
- data/facts/2.2/ubuntu-14.04-x86_64.facts +16 -17
- data/facts/2.2/ubuntu-16.04-x86_64.facts +90 -95
- data/facts/2.2/ubuntu-18.04-x86_64.facts +90 -89
- data/facts/2.3/archlinux-x86_64.facts +73 -104
- data/facts/2.3/centos-6-x86_64.facts +96 -95
- data/facts/2.3/centos-7-x86_64.facts +33 -32
- data/facts/2.3/darwin-17-x86_64.facts +114 -0
- data/facts/2.3/darwin-18-x86_64.facts +113 -0
- data/facts/2.3/debian-10-x86_64.facts +124 -0
- data/facts/2.3/debian-8-x86_64.facts +116 -99
- data/facts/2.3/debian-9-x86_64.facts +102 -114
- data/facts/2.3/fedora-26-x86_64.facts +7 -8
- data/facts/2.3/fedora-28-x86_64.facts +108 -0
- data/facts/2.3/fedora-29-x86_64.facts +113 -0
- data/facts/2.3/fedora-30-x86_64.facts +113 -0
- data/facts/2.3/freebsd-11-x86_64.facts +48 -48
- data/facts/2.3/freebsd-12-x86_64.facts +87 -0
- data/facts/2.3/linuxmint-18-x86_64.facts +139 -0
- data/facts/2.3/linuxmint-19-x86_64.facts +128 -0
- data/facts/2.3/openbsd-6.2-i386.facts +143 -0
- data/facts/2.3/openbsd-6.2-x86_64.facts +143 -0
- data/facts/2.3/openbsd-6.3-i386.facts +143 -0
- data/facts/2.3/openbsd-6.3-x86_64.facts +143 -0
- data/facts/2.3/openbsd-6.4-x86_64.facts +143 -0
- data/facts/2.3/oraclelinux-6-x86_64.facts +96 -95
- data/facts/2.3/oraclelinux-7-x86_64.facts +33 -32
- data/facts/2.3/redhat-6-x86_64.facts +96 -95
- data/facts/2.3/redhat-7-x86_64.facts +33 -32
- data/facts/2.3/redhat-8-x86_64.facts +122 -0
- data/facts/2.3/scientific-6-x86_64.facts +96 -95
- data/facts/2.3/scientific-7-x86_64.facts +33 -32
- data/facts/2.3/sles-11-x86_64.facts +96 -99
- data/facts/2.3/sles-12-x86_64.facts +93 -85
- data/facts/2.3/ubuntu-14.04-x86_64.facts +16 -17
- data/facts/2.3/ubuntu-16.04-x86_64.facts +91 -96
- data/facts/2.3/ubuntu-18.04-x86_64.facts +91 -90
- data/facts/2.4/archlinux-x86_64.facts +79 -108
- data/facts/2.4/centos-6-x86_64.facts +90 -88
- data/facts/2.4/centos-7-x86_64.facts +34 -32
- data/facts/2.4/darwin-17-x86_64.facts +114 -0
- data/facts/2.4/darwin-18-x86_64.facts +113 -0
- data/facts/2.4/debian-10-x86_64.facts +124 -0
- data/facts/2.4/debian-8-x86_64.facts +117 -99
- data/facts/2.4/debian-9-x86_64.facts +103 -114
- data/facts/2.4/fedora-26-x86_64.facts +94 -127
- data/facts/2.4/fedora-28-x86_64.facts +110 -0
- data/facts/2.4/fedora-29-x86_64.facts +114 -0
- data/facts/2.4/fedora-30-x86_64.facts +114 -0
- data/facts/2.4/freebsd-11-x86_64.facts +58 -58
- data/facts/2.4/freebsd-12-x86_64.facts +87 -0
- data/facts/2.4/linuxmint-18-x86_64.facts +140 -0
- data/facts/2.4/linuxmint-19-x86_64.facts +129 -0
- data/facts/2.4/openbsd-6.2-i386.facts +143 -0
- data/facts/2.4/openbsd-6.2-x86_64.facts +143 -0
- data/facts/2.4/openbsd-6.3-i386.facts +143 -0
- data/facts/2.4/openbsd-6.3-x86_64.facts +143 -0
- data/facts/2.4/openbsd-6.4-x86_64.facts +143 -0
- data/facts/2.4/oraclelinux-6-x86_64.facts +90 -88
- data/facts/2.4/oraclelinux-7-x86_64.facts +34 -32
- data/facts/2.4/redhat-6-x86_64.facts +90 -88
- data/facts/2.4/redhat-7-x86_64.facts +34 -32
- data/facts/2.4/redhat-8-x86_64.facts +123 -0
- data/facts/2.4/scientific-6-x86_64.facts +90 -88
- data/facts/2.4/scientific-7-x86_64.facts +34 -32
- data/facts/2.4/sles-11-x86_64.facts +96 -98
- data/facts/2.4/sles-12-x86_64.facts +104 -44
- data/facts/2.4/ubuntu-14.04-x86_64.facts +17 -17
- data/facts/2.4/ubuntu-16.04-x86_64.facts +93 -96
- data/facts/2.4/ubuntu-18.04-x86_64.facts +92 -90
- data/facts/2.5/archlinux-x86_64.facts +98 -0
- data/facts/2.5/centos-6-x86_64.facts +91 -105
- data/facts/2.5/centos-7-x86_64.facts +57 -60
- data/facts/2.5/darwin-17-x86_64.facts +114 -0
- data/facts/2.5/darwin-18-x86_64.facts +113 -0
- data/facts/2.5/debian-10-x86_64.facts +124 -0
- data/facts/2.5/debian-8-x86_64.facts +121 -114
- data/facts/2.5/debian-9-x86_64.facts +103 -114
- data/facts/2.5/fedora-28-x86_64.facts +74 -74
- data/facts/2.5/fedora-29-x86_64.facts +114 -0
- data/facts/2.5/fedora-30-x86_64.facts +114 -0
- data/facts/2.5/freebsd-11-x86_64.facts +60 -60
- data/facts/2.5/freebsd-12-x86_64.facts +87 -0
- data/facts/2.5/linuxmint-18-x86_64.facts +140 -0
- data/facts/2.5/linuxmint-19-x86_64.facts +129 -0
- data/facts/2.5/openbsd-6.2-i386.facts +143 -0
- data/facts/2.5/openbsd-6.2-x86_64.facts +143 -0
- data/facts/2.5/openbsd-6.3-i386.facts +143 -0
- data/facts/2.5/openbsd-6.3-x86_64.facts +143 -0
- data/facts/2.5/openbsd-6.4-x86_64.facts +143 -0
- data/facts/2.5/oraclelinux-5-x86_64.facts +115 -117
- data/facts/2.5/oraclelinux-6-x86_64.facts +90 -94
- data/facts/2.5/oraclelinux-7-x86_64.facts +70 -78
- data/facts/2.5/redhat-5-x86_64.facts +109 -103
- data/facts/2.5/redhat-6-x86_64.facts +97 -111
- data/facts/2.5/redhat-7-x86_64.facts +66 -68
- data/facts/2.5/redhat-8-x86_64.facts +123 -0
- data/facts/2.5/scientific-5-x86_64.facts +109 -103
- data/facts/2.5/scientific-6-x86_64.facts +96 -92
- data/facts/2.5/scientific-7-x86_64.facts +62 -65
- data/facts/2.5/sles-11-x86_64.facts +100 -103
- data/facts/2.5/sles-12-x86_64.facts +94 -94
- data/facts/2.5/solaris-10-i86pc.facts +201 -0
- data/facts/2.5/ubuntu-14.04-x86_64.facts +100 -103
- data/facts/2.5/ubuntu-16.04-x86_64.facts +97 -102
- data/facts/2.5/ubuntu-18.04-x86_64.facts +92 -90
- data/facts/2.5/windows-2019-x86_64.facts +73 -0
- data/facts/3.0/centos-6-x86_64.facts +127 -163
- data/facts/3.0/centos-7-x86_64.facts +75 -66
- data/facts/3.0/oraclelinux-5-x86_64.facts +83 -121
- data/facts/3.0/oraclelinux-6-x86_64.facts +109 -127
- data/facts/3.0/oraclelinux-7-x86_64.facts +75 -66
- data/facts/3.0/redhat-5-x86_64.facts +81 -72
- data/facts/3.0/redhat-6-x86_64.facts +127 -163
- data/facts/3.0/redhat-7-x86_64.facts +75 -66
- data/facts/3.0/scientific-5-x86_64.facts +85 -76
- data/facts/3.0/scientific-6-x86_64.facts +126 -147
- data/facts/3.0/scientific-7-x86_64.facts +75 -66
- data/facts/3.0/windows-2019-x86_64.facts +143 -0
- data/facts/3.1/centos-6-x86_64.facts +138 -174
- data/facts/3.1/centos-7-x86_64.facts +83 -74
- data/facts/3.1/oraclelinux-5-x86_64.facts +93 -107
- data/facts/3.1/oraclelinux-6-x86_64.facts +120 -138
- data/facts/3.1/oraclelinux-7-x86_64.facts +83 -74
- data/facts/3.1/redhat-5-x86_64.facts +92 -79
- data/facts/3.1/redhat-6-x86_64.facts +138 -174
- data/facts/3.1/redhat-7-x86_64.facts +83 -74
- data/facts/3.1/scientific-5-x86_64.facts +96 -83
- data/facts/3.1/scientific-6-x86_64.facts +135 -156
- data/facts/3.1/scientific-7-x86_64.facts +83 -74
- data/facts/3.1/windows-2019-x86_64.facts +160 -0
- data/facts/3.10/centos-5-i386.facts +357 -0
- data/facts/3.10/centos-5-x86_64.facts +357 -0
- data/facts/3.10/centos-6-i386.facts +349 -0
- data/facts/3.10/centos-6-x86_64.facts +34 -34
- data/facts/3.10/centos-7-x86_64.facts +34 -34
- data/facts/3.10/darwin-15-x86_64.facts +398 -0
- data/facts/3.10/darwin-16-x86_64.facts +402 -0
- data/facts/3.10/darwin-17-x86_64.facts +423 -0
- data/facts/3.10/debian-8-x86_64.facts +162 -155
- data/facts/3.10/debian-9-x86_64.facts +122 -90
- data/facts/3.10/freebsd-11-amd64.facts +460 -0
- data/facts/3.10/freebsd-12-amd64.facts +460 -0
- data/facts/3.10/linuxmint-18-x86_64.facts +457 -0
- data/facts/3.10/openbsd-6.3-i386.facts +411 -0
- data/facts/3.10/openbsd-6.3-x86_64.facts +411 -0
- data/facts/3.10/oraclelinux-5-x86_64.facts +357 -0
- data/facts/3.10/oraclelinux-6-x86_64.facts +34 -34
- data/facts/3.10/oraclelinux-7-x86_64.facts +34 -34
- data/facts/3.10/redhat-5-i386.facts +357 -0
- data/facts/3.10/redhat-5-x86_64.facts +357 -0
- data/facts/3.10/redhat-6-i386.facts +349 -0
- data/facts/3.10/redhat-6-x86_64.facts +34 -34
- data/facts/3.10/redhat-7-x86_64.facts +34 -34
- data/facts/3.10/scientific-5-i386.facts +357 -0
- data/facts/3.10/scientific-5-x86_64.facts +357 -0
- data/facts/3.10/scientific-6-i386.facts +349 -0
- data/facts/3.10/scientific-6-x86_64.facts +34 -34
- data/facts/3.10/scientific-7-x86_64.facts +34 -34
- data/facts/3.10/sles-11-i386.facts +348 -0
- data/facts/3.10/sles-11-x86_64.facts +365 -0
- data/facts/3.10/sles-12-x86_64.facts +785 -0
- data/facts/3.10/ubuntu-14.04-x86_64.facts +33 -33
- data/facts/3.10/ubuntu-16.04-x86_64.facts +86 -86
- data/facts/3.10/windows-10-i386.facts +166 -0
- data/facts/3.10/windows-10-x86_64.facts +166 -0
- data/facts/3.10/windows-2012 r2-core-x86_64.facts +166 -0
- data/facts/3.10/windows-2012 r2-x86_64.facts +166 -0
- data/facts/3.10/windows-2012-x86_64.facts +166 -0
- data/facts/3.10/windows-2016-x86_64.facts +166 -0
- data/facts/3.10/windows-2019-x86_64.facts +166 -0
- data/facts/3.11/centos-5-i386.facts +359 -0
- data/facts/3.11/centos-5-x86_64.facts +359 -0
- data/facts/3.11/centos-6-i386.facts +351 -0
- data/facts/3.11/centos-6-x86_64.facts +73 -41
- data/facts/3.11/centos-7-i386.facts +427 -0
- data/facts/3.11/centos-7-x86_64.facts +145 -50
- data/facts/3.11/darwin-16-x86_64.facts +457 -0
- data/facts/3.11/darwin-17-x86_64.facts +427 -0
- data/facts/3.11/darwin-18-x86_64.facts +451 -0
- data/facts/3.11/debian-10-x86_64.facts +426 -0
- data/facts/3.11/debian-8-x86_64.facts +162 -155
- data/facts/3.11/debian-9-x86_64.facts +202 -83
- data/facts/3.11/fedora-28-x86_64.facts +418 -0
- data/facts/3.11/fedora-29-x86_64.facts +530 -0
- data/facts/3.11/freebsd-11-amd64.facts +463 -0
- data/facts/3.11/freebsd-12-amd64.facts +463 -0
- data/facts/3.11/linuxmint-18-x86_64.facts +461 -0
- data/facts/3.11/linuxmint-19-x86_64.facts +426 -0
- data/facts/3.11/opensuse-15-x86_64.facts +584 -0
- data/facts/3.11/oraclelinux-5-x86_64.facts +359 -0
- data/facts/3.11/oraclelinux-6-i386.facts +351 -0
- data/facts/3.11/oraclelinux-6-x86_64.facts +73 -41
- data/facts/3.11/oraclelinux-7-i386.facts +427 -0
- data/facts/3.11/oraclelinux-7-x86_64.facts +145 -50
- data/facts/3.11/redhat-5-i386.facts +359 -0
- data/facts/3.11/redhat-5-x86_64.facts +359 -0
- data/facts/3.11/redhat-6-i386.facts +351 -0
- data/facts/3.11/redhat-6-x86_64.facts +73 -41
- data/facts/3.11/redhat-7-i386.facts +427 -0
- data/facts/3.11/redhat-7-x86_64.facts +145 -50
- data/facts/3.11/redhat-8-x86_64.facts +504 -0
- data/facts/3.11/scientific-5-i386.facts +359 -0
- data/facts/3.11/scientific-5-x86_64.facts +359 -0
- data/facts/3.11/scientific-6-i386.facts +351 -0
- data/facts/3.11/scientific-6-x86_64.facts +73 -41
- data/facts/3.11/scientific-7-i386.facts +427 -0
- data/facts/3.11/scientific-7-x86_64.facts +145 -50
- data/facts/3.11/sles-11-i386.facts +351 -0
- data/facts/3.11/sles-11-x86_64.facts +429 -0
- data/facts/3.11/sles-12-x86_64.facts +873 -0
- data/facts/3.11/solaris-10-i86pc.facts +603 -0
- data/facts/3.11/ubuntu-14.04-x86_64.facts +36 -36
- data/facts/3.11/ubuntu-16.04-x86_64.facts +86 -86
- data/facts/3.11/ubuntu-18.04-x86_64.facts +157 -70
- data/facts/3.11/windows-10-i386.facts +176 -0
- data/facts/3.11/windows-10-x86_64.facts +176 -0
- data/facts/3.11/windows-2012 r2-core-x86_64.facts +174 -0
- data/facts/3.11/windows-2012 r2-x86_64.facts +174 -0
- data/facts/3.11/windows-2012-x86_64.facts +174 -0
- data/facts/3.11/windows-2016-x86_64.facts +176 -0
- data/facts/3.11/windows-2019-x86_64.facts +176 -0
- data/facts/3.12/centos-6-x86_64.facts +351 -0
- data/facts/3.12/centos-7-x86_64.facts +427 -0
- data/facts/3.12/darwin-16-x86_64.facts +440 -0
- data/facts/3.12/darwin-17-x86_64.facts +461 -0
- data/facts/3.12/debian-8-x86_64.facts +452 -0
- data/facts/3.12/debian-9-x86_64.facts +472 -0
- data/facts/3.12/fedora-28-x86_64.facts +418 -0
- data/facts/3.12/fedora-29-x86_64.facts +423 -0
- data/facts/3.12/freebsd-11-amd64.facts +493 -0
- data/facts/3.12/freebsd-12-amd64.facts +493 -0
- data/facts/3.12/linuxmint-18-x86_64.facts +461 -0
- data/facts/3.12/linuxmint-19-x86_64.facts +426 -0
- data/facts/3.12/openbsd-6.4-x86_64.facts +412 -0
- data/facts/3.12/oraclelinux-6-x86_64.facts +351 -0
- data/facts/3.12/oraclelinux-7-x86_64.facts +427 -0
- data/facts/3.12/redhat-6-x86_64.facts +351 -0
- data/facts/3.12/redhat-7-x86_64.facts +427 -0
- data/facts/3.12/redhat-8-x86_64.facts +409 -0
- data/facts/3.12/scientific-6-x86_64.facts +351 -0
- data/facts/3.12/scientific-7-x86_64.facts +427 -0
- data/facts/3.12/sles-11-x86_64.facts +368 -0
- data/facts/3.12/sles-12-x86_64.facts +789 -0
- data/facts/3.12/ubuntu-14.04-x86_64.facts +460 -0
- data/facts/3.12/ubuntu-16.04-x86_64.facts +432 -0
- data/facts/3.12/ubuntu-18.04-x86_64.facts +432 -0
- data/facts/3.12/windows-10-i386.facts +168 -0
- data/facts/3.12/windows-10-x86_64.facts +168 -0
- data/facts/3.12/windows-2012 r2-core-x86_64.facts +168 -0
- data/facts/3.12/windows-2012 r2-x86_64.facts +168 -0
- data/facts/3.12/windows-2012-x86_64.facts +168 -0
- data/facts/3.12/windows-2016-x86_64.facts +168 -0
- data/facts/3.12/windows-2019-x86_64.facts +168 -0
- data/facts/3.13/archlinux-x86_64.facts +421 -0
- data/facts/3.13/centos-6-x86_64.facts +351 -0
- data/facts/3.13/centos-7-x86_64.facts +427 -0
- data/facts/3.13/darwin-16-x86_64.facts +423 -0
- data/facts/3.13/darwin-17-x86_64.facts +444 -0
- data/facts/3.13/darwin-18-x86_64.facts +434 -0
- data/facts/3.13/debian-8-x86_64.facts +452 -0
- data/facts/3.13/debian-9-x86_64.facts +472 -0
- data/facts/3.13/fedora-28-x86_64.facts +418 -0
- data/facts/3.13/fedora-29-x86_64.facts +423 -0
- data/facts/3.13/freebsd-11-amd64.facts +493 -0
- data/facts/3.13/freebsd-12-amd64.facts +493 -0
- data/facts/3.13/linuxmint-18-x86_64.facts +461 -0
- data/facts/3.13/linuxmint-19-x86_64.facts +426 -0
- data/facts/3.13/oraclelinux-6-x86_64.facts +351 -0
- data/facts/3.13/oraclelinux-7-x86_64.facts +427 -0
- data/facts/3.13/redhat-6-x86_64.facts +351 -0
- data/facts/3.13/redhat-7-x86_64.facts +427 -0
- data/facts/3.13/redhat-8-x86_64.facts +415 -0
- data/facts/3.13/scientific-6-x86_64.facts +351 -0
- data/facts/3.13/scientific-7-x86_64.facts +427 -0
- data/facts/3.13/sles-11-x86_64.facts +368 -0
- data/facts/3.13/sles-12-x86_64.facts +789 -0
- data/facts/3.13/ubuntu-14.04-x86_64.facts +460 -0
- data/facts/3.13/ubuntu-16.04-x86_64.facts +432 -0
- data/facts/3.13/ubuntu-18.04-x86_64.facts +432 -0
- data/facts/3.13/windows-10-i386.facts +168 -0
- data/facts/3.13/windows-10-x86_64.facts +168 -0
- data/facts/3.13/windows-2012 r2-core-x86_64.facts +168 -0
- data/facts/3.13/windows-2012 r2-x86_64.facts +168 -0
- data/facts/3.13/windows-2012-x86_64.facts +168 -0
- data/facts/3.13/windows-2016-x86_64.facts +168 -0
- data/facts/3.13/windows-2019-x86_64.facts +168 -0
- data/facts/3.14/centos-6-x86_64.facts +351 -0
- data/facts/3.14/centos-7-x86_64.facts +427 -0
- data/facts/3.14/darwin-16-x86_64.facts +406 -0
- data/facts/3.14/darwin-17-x86_64.facts +427 -0
- data/facts/3.14/darwin-18-x86_64.facts +417 -0
- data/facts/3.14/debian-8-x86_64.facts +452 -0
- data/facts/3.14/debian-9-x86_64.facts +472 -0
- data/facts/3.14/fedora-28-x86_64.facts +418 -0
- data/facts/3.14/fedora-29-x86_64.facts +423 -0
- data/facts/3.14/fedora-30-x86_64.facts +423 -0
- data/facts/3.14/freebsd-11-amd64.facts +485 -0
- data/facts/3.14/freebsd-12-amd64.facts +494 -0
- data/facts/3.14/linuxmint-18-x86_64.facts +461 -0
- data/facts/3.14/linuxmint-19-x86_64.facts +426 -0
- data/facts/3.14/oraclelinux-6-x86_64.facts +351 -0
- data/facts/3.14/oraclelinux-7-x86_64.facts +427 -0
- data/facts/3.14/redhat-6-x86_64.facts +351 -0
- data/facts/3.14/redhat-7-x86_64.facts +427 -0
- data/facts/3.14/redhat-8-x86_64.facts +415 -0
- data/facts/3.14/scientific-6-x86_64.facts +351 -0
- data/facts/3.14/scientific-7-x86_64.facts +427 -0
- data/facts/3.14/sles-11-x86_64.facts +368 -0
- data/facts/3.14/sles-12-x86_64.facts +789 -0
- data/facts/3.14/ubuntu-14.04-x86_64.facts +460 -0
- data/facts/3.14/ubuntu-16.04-x86_64.facts +432 -0
- data/facts/3.14/ubuntu-18.04-x86_64.facts +432 -0
- data/facts/3.14/windows-10-i386.facts +176 -0
- data/facts/3.14/windows-10-x86_64.facts +176 -0
- data/facts/3.14/windows-2012 r2-core-x86_64.facts +174 -0
- data/facts/3.14/windows-2012 r2-x86_64.facts +174 -0
- data/facts/3.14/windows-2012-x86_64.facts +174 -0
- data/facts/3.14/windows-2016-x86_64.facts +176 -0
- data/facts/3.14/windows-2019-x86_64.facts +176 -0
- data/facts/3.3/centos-6-x86_64.facts +138 -174
- data/facts/3.3/centos-7-x86_64.facts +85 -76
- data/facts/3.3/oraclelinux-5-x86_64.facts +93 -107
- data/facts/3.3/oraclelinux-6-x86_64.facts +119 -137
- data/facts/3.3/oraclelinux-7-x86_64.facts +85 -76
- data/facts/3.3/redhat-5-x86_64.facts +92 -79
- data/facts/3.3/redhat-6-x86_64.facts +138 -174
- data/facts/3.3/redhat-7-x86_64.facts +85 -76
- data/facts/3.3/scientific-5-x86_64.facts +96 -83
- data/facts/3.3/scientific-6-x86_64.facts +135 -156
- data/facts/3.3/scientific-7-x86_64.facts +85 -76
- data/facts/3.3/windows-2019-x86_64.facts +160 -0
- data/facts/3.4/oraclelinux-5-x86_64.facts +93 -107
- data/facts/3.4/oraclelinux-6-x86_64.facts +123 -105
- data/facts/3.4/oraclelinux-7-x86_64.facts +99 -109
- data/facts/3.4/redhat-5-x86_64.facts +92 -79
- data/facts/3.4/redhat-6-x86_64.facts +62 -62
- data/facts/3.4/redhat-7-x86_64.facts +110 -111
- data/facts/3.4/scientific-5-x86_64.facts +96 -83
- data/facts/3.4/scientific-6-x86_64.facts +97 -82
- data/facts/3.4/scientific-7-x86_64.facts +85 -85
- data/facts/3.4/sles-11-x86_64.facts +146 -149
- data/facts/3.4/sles-12-x86_64.facts +507 -136
- data/facts/3.4/windows-2019-x86_64.facts +162 -0
- data/facts/3.5/oraclelinux-5-x86_64.facts +97 -111
- data/facts/3.5/oraclelinux-6-x86_64.facts +129 -110
- data/facts/3.5/oraclelinux-7-x86_64.facts +120 -134
- data/facts/3.5/redhat-5-x86_64.facts +94 -81
- data/facts/3.5/redhat-6-x86_64.facts +63 -63
- data/facts/3.5/redhat-7-x86_64.facts +140 -125
- data/facts/3.5/scientific-5-x86_64.facts +100 -87
- data/facts/3.5/scientific-6-x86_64.facts +97 -82
- data/facts/3.5/scientific-7-x86_64.facts +100 -100
- data/facts/3.5/sles-11-x86_64.facts +164 -165
- data/facts/3.5/sles-12-x86_64.facts +544 -152
- data/facts/3.5/windows-2019-x86_64.facts +162 -0
- data/facts/3.6/centos-6-x86_64.facts +36 -36
- data/facts/3.6/centos-7-x86_64.facts +32 -32
- data/facts/3.6/oraclelinux-5-x86_64.facts +97 -111
- data/facts/3.6/oraclelinux-6-x86_64.facts +36 -36
- data/facts/3.6/oraclelinux-7-x86_64.facts +32 -32
- data/facts/{2.4 → 3.6}/pcs-6-x86_64.facts +0 -0
- data/facts/3.6/redhat-5-x86_64.facts +92 -79
- data/facts/3.6/redhat-6-x86_64.facts +36 -36
- data/facts/3.6/redhat-7-x86_64.facts +32 -32
- data/facts/3.6/scientific-5-x86_64.facts +100 -87
- data/facts/3.6/scientific-6-x86_64.facts +36 -36
- data/facts/3.6/scientific-7-x86_64.facts +32 -32
- data/facts/3.6/sles-11-x86_64.facts +167 -168
- data/facts/3.6/sles-12-x86_64.facts +547 -155
- data/facts/3.6/windows-2019-x86_64.facts +162 -0
- data/facts/3.7/centos-6-x86_64.facts +143 -180
- data/facts/3.7/centos-7-x86_64.facts +146 -162
- data/facts/3.7/debian-8-x86_64.facts +203 -222
- data/facts/3.7/linuxmint-18-x86_64.facts +450 -0
- data/facts/3.7/oraclelinux-5-x86_64.facts +97 -111
- data/facts/3.7/oraclelinux-6-x86_64.facts +124 -142
- data/facts/3.7/oraclelinux-7-x86_64.facts +176 -206
- data/facts/3.7/redhat-5-x86_64.facts +94 -81
- data/facts/3.7/redhat-6-x86_64.facts +143 -180
- data/facts/3.7/redhat-7-x86_64.facts +187 -188
- data/facts/3.7/scientific-5-x86_64.facts +100 -87
- data/facts/3.7/scientific-6-x86_64.facts +140 -162
- data/facts/3.7/scientific-7-x86_64.facts +154 -170
- data/facts/3.7/sles-11-x86_64.facts +164 -165
- data/facts/3.7/sles-12-x86_64.facts +549 -157
- data/facts/3.7/ubuntu-14.04-x86_64.facts +131 -149
- data/facts/3.7/ubuntu-16.04-x86_64.facts +162 -223
- data/facts/3.7/windows-2019-x86_64.facts +162 -0
- data/facts/3.8/centos-6-x86_64.facts +142 -179
- data/facts/3.8/centos-7-x86_64.facts +149 -165
- data/facts/3.8/debian-8-x86_64.facts +205 -224
- data/facts/3.8/debian-9-x86_64.facts +204 -218
- data/facts/3.8/linuxmint-18-x86_64.facts +450 -0
- data/facts/3.8/openbsd-6.2-i386.facts +417 -0
- data/facts/3.8/openbsd-6.2-x86_64.facts +417 -0
- data/facts/3.8/oraclelinux-5-x86_64.facts +98 -112
- data/facts/3.8/oraclelinux-6-x86_64.facts +147 -189
- data/facts/3.8/oraclelinux-7-x86_64.facts +177 -207
- data/facts/3.8/redhat-5-x86_64.facts +92 -79
- data/facts/3.8/redhat-6-x86_64.facts +144 -181
- data/facts/3.8/redhat-7-x86_64.facts +188 -189
- data/facts/3.8/scientific-5-x86_64.facts +99 -86
- data/facts/3.8/scientific-6-x86_64.facts +141 -163
- data/facts/3.8/scientific-7-x86_64.facts +155 -171
- data/facts/3.8/sles-11-x86_64.facts +165 -166
- data/facts/3.8/sles-12-x86_64.facts +550 -158
- data/facts/3.8/ubuntu-14.04-x86_64.facts +132 -150
- data/facts/3.8/ubuntu-16.04-x86_64.facts +163 -224
- data/facts/3.8/windows-2019-x86_64.facts +162 -0
- data/facts/3.9/{archlinux-4-x86_64.facts → archlinux-x86_64.facts} +0 -0
- data/facts/3.9/centos-5-i386.facts +356 -0
- data/facts/3.9/centos-5-x86_64.facts +356 -0
- data/facts/3.9/centos-6-i386.facts +348 -0
- data/facts/3.9/centos-6-x86_64.facts +34 -34
- data/facts/3.9/centos-7-x86_64.facts +34 -34
- data/facts/3.9/darwin-15-x86_64.facts +415 -0
- data/facts/3.9/darwin-16-x86_64.facts +419 -0
- data/facts/3.9/darwin-17-x86_64.facts +440 -0
- data/facts/3.9/debian-8-x86_64.facts +162 -155
- data/facts/3.9/debian-9-x86_64.facts +120 -88
- data/facts/3.9/freebsd-11-amd64.facts +123 -123
- data/facts/3.9/freebsd-12-amd64.facts +460 -0
- data/facts/3.9/linuxmint-18-x86_64.facts +456 -0
- data/facts/3.9/oraclelinux-5-x86_64.facts +356 -0
- data/facts/3.9/oraclelinux-6-x86_64.facts +34 -34
- data/facts/3.9/oraclelinux-7-x86_64.facts +34 -34
- data/facts/3.9/redhat-5-i386.facts +356 -0
- data/facts/3.9/redhat-5-x86_64.facts +356 -0
- data/facts/3.9/redhat-6-i386.facts +348 -0
- data/facts/3.9/redhat-6-x86_64.facts +34 -34
- data/facts/3.9/redhat-7-x86_64.facts +34 -34
- data/facts/3.9/scientific-5-i386.facts +356 -0
- data/facts/3.9/scientific-5-x86_64.facts +356 -0
- data/facts/3.9/scientific-6-i386.facts +348 -0
- data/facts/3.9/scientific-6-x86_64.facts +34 -34
- data/facts/3.9/scientific-7-x86_64.facts +34 -34
- data/facts/3.9/sles-11-i386.facts +347 -0
- data/facts/3.9/sles-11-x86_64.facts +364 -0
- data/facts/3.9/sles-12-x86_64.facts +784 -0
- data/facts/3.9/{solaris-10-i386.facts → solaris-10-i86pc.facts} +0 -5
- data/facts/3.9/ubuntu-14.04-x86_64.facts +34 -34
- data/facts/3.9/ubuntu-16.04-x86_64.facts +86 -86
- data/facts/3.9/windows-10-i386.facts +166 -0
- data/facts/3.9/windows-10-x86_64.facts +166 -0
- data/facts/3.9/windows-2012 r2-core-x86_64.facts +166 -0
- data/facts/3.9/windows-2012 r2-x86_64.facts +166 -0
- data/facts/3.9/windows-2012-x86_64.facts +166 -0
- data/facts/3.9/windows-2016-x86_64.facts +166 -0
- data/facts/3.9/windows-2019-x86_64.facts +166 -0
- data/facts/Vagrantfile +78 -46
- data/facts/get_facts.sh +184 -63
- data/lib/facterdb/version.rb +1 -1
- data/rakelib/rhel_alts.rake +24 -0
- data/spec/facterdb_spec.rb +252 -114
- data/spec/facts_spec.rb +81 -0
- data/spec/spec_helper.rb +9 -2
- metadata +328 -45
- data/facts/1.6/fedora-26-x86_64.facts +0 -72
- data/facts/1.6/solaris-11-x86_64.facts +0 -60
- data/facts/1.7/solaris-11-x86_64.facts +0 -80
- data/facts/2.0/solaris-11-x86_64.facts +0 -82
- data/facts/2.1/solaris-11-x86_64.facts +0 -82
- data/facts/2.2/solaris-11-x86_64.facts +0 -105
- data/facts/2.4/fedora-20-x86_64.facts +0 -116
- data/facts/2.4/fedora-21-x86_64.facts +0 -123
- data/facts/2.5/amazon-2017-x86_64.facts +0 -61
- data/facts/2.5/archlinux-4-x86_64.facts +0 -98
- data/facts/2.5/fedora-20-x86_64.facts +0 -116
- data/facts/2.5/fedora-21-x86_64.facts +0 -123
- data/facts/3.0/fedora-20-x86_64.facts +0 -116
- data/facts/3.0/fedora-21-x86_64.facts +0 -123
- data/facts/3.0/fedora-26-x86_64.facts +0 -143
- data/facts/3.1/fedora-20-x86_64.facts +0 -116
- data/facts/3.1/fedora-21-x86_64.facts +0 -123
- data/facts/3.1/fedora-26-x86_64.facts +0 -143
- data/facts/3.2/fedora-20-x86_64.facts +0 -116
- data/facts/3.2/fedora-21-x86_64.facts +0 -123
- data/facts/3.2/fedora-26-x86_64.facts +0 -143
- data/facts/3.3/fedora-20-x86_64.facts +0 -116
- data/facts/3.3/fedora-21-x86_64.facts +0 -123
- data/facts/3.3/fedora-26-x86_64.facts +0 -143
- data/facts/3.4/fedora-20-x86_64.facts +0 -116
- data/facts/3.4/fedora-21-x86_64.facts +0 -123
- data/facts/3.4/fedora-26-x86_64.facts +0 -143
- data/facts/3.5/fedora-20-x86_64.facts +0 -116
- data/facts/3.5/fedora-21-x86_64.facts +0 -123
- data/facts/3.5/fedora-26-x86_64.facts +0 -143
- data/facts/3.6/fedora-20-x86_64.facts +0 -116
- data/facts/3.6/fedora-21-x86_64.facts +0 -123
- data/facts/3.6/fedora-26-x86_64.facts +0 -143
- data/facts/3.7/fedora-20-x86_64.facts +0 -116
- data/facts/3.7/fedora-21-x86_64.facts +0 -123
- data/facts/3.7/fedora-26-x86_64.facts +0 -143
- data/facts/3.8/fedora-20-x86_64.facts +0 -116
- data/facts/3.8/fedora-21-x86_64.facts +0 -123
- data/facts/3.8/fedora-26-x86_64.facts +0 -143
- data/facts/3.9/solaris-10-x86_64.facts +0 -679
@@ -0,0 +1,417 @@
|
|
1
|
+
{
|
2
|
+
"architecture": "amd64",
|
3
|
+
"augeas": {
|
4
|
+
"version": "1.8.1"
|
5
|
+
},
|
6
|
+
"augeasversion": "1.8.1",
|
7
|
+
"bios_vendor": "innotek GmbH",
|
8
|
+
"bios_version": "1.2",
|
9
|
+
"dhcp_servers": {
|
10
|
+
"em0": "10.0.2.2",
|
11
|
+
"system": "10.0.2.2"
|
12
|
+
},
|
13
|
+
"dmi": {
|
14
|
+
"bios": {
|
15
|
+
"vendor": "innotek GmbH",
|
16
|
+
"version": "1.2"
|
17
|
+
},
|
18
|
+
"product": {
|
19
|
+
"name": "VirtualBox",
|
20
|
+
"serial_number": "0",
|
21
|
+
"uuid": "7dd45ad8-90c3-4371-ac8c-2582a6db1fb6"
|
22
|
+
}
|
23
|
+
},
|
24
|
+
"domain": "example.com",
|
25
|
+
"facterversion": "3.8.0",
|
26
|
+
"filesystems": "ffs,nfs",
|
27
|
+
"fqdn": "foo.example.com",
|
28
|
+
"gid": "wheel",
|
29
|
+
"hardwareisa": "amd64",
|
30
|
+
"hardwaremodel": "amd64",
|
31
|
+
"hostname": "foo",
|
32
|
+
"id": "root",
|
33
|
+
"identity": {
|
34
|
+
"gid": 0,
|
35
|
+
"group": "wheel",
|
36
|
+
"privileged": true,
|
37
|
+
"uid": 0,
|
38
|
+
"user": "root"
|
39
|
+
},
|
40
|
+
"interfaces": "em0,em1,enc0,lo0,pflog0",
|
41
|
+
"ipaddress": "10.0.2.15",
|
42
|
+
"ipaddress6_lo0": "::1",
|
43
|
+
"ipaddress_em0": "10.0.2.15",
|
44
|
+
"ipaddress_em1": "10.0.0.2",
|
45
|
+
"ipaddress_lo0": "127.0.0.1",
|
46
|
+
"is_virtual": true,
|
47
|
+
"kernel": "OpenBSD",
|
48
|
+
"kernelmajversion": "6",
|
49
|
+
"kernelrelease": "6.2",
|
50
|
+
"kernelversion": "6.2",
|
51
|
+
"load_averages": {
|
52
|
+
"15m": 0.0654296875,
|
53
|
+
"1m": 0.49169921875,
|
54
|
+
"5m": 0.17236328125
|
55
|
+
},
|
56
|
+
"macaddress": "08:00:27:4d:f5:c5",
|
57
|
+
"macaddress_em0": "08:00:27:4d:f5:c5",
|
58
|
+
"macaddress_em1": "08:00:27:67:38:c5",
|
59
|
+
"memory": {
|
60
|
+
"swap": {
|
61
|
+
"available": "751.94 MiB",
|
62
|
+
"available_bytes": 788463616,
|
63
|
+
"capacity": "0%",
|
64
|
+
"encrypted": true,
|
65
|
+
"total": "751.94 MiB",
|
66
|
+
"total_bytes": 788463616,
|
67
|
+
"used": "0 bytes",
|
68
|
+
"used_bytes": 0
|
69
|
+
},
|
70
|
+
"system": {
|
71
|
+
"available": "226.34 MiB",
|
72
|
+
"available_bytes": 237338624,
|
73
|
+
"capacity": "53.08%",
|
74
|
+
"total": "482.45 MiB",
|
75
|
+
"total_bytes": 505880576,
|
76
|
+
"used": "256.10 MiB",
|
77
|
+
"used_bytes": 268541952
|
78
|
+
}
|
79
|
+
},
|
80
|
+
"memoryfree": "226.34 MiB",
|
81
|
+
"memoryfree_mb": 226.34375,
|
82
|
+
"memorysize": "482.45 MiB",
|
83
|
+
"memorysize_mb": 482.4453125,
|
84
|
+
"mountpoints": {
|
85
|
+
"/": {
|
86
|
+
"available": "943.98 MiB",
|
87
|
+
"available_bytes": 989831168,
|
88
|
+
"capacity": "6.05%",
|
89
|
+
"device": "/dev/sd0a",
|
90
|
+
"filesystem": "ffs",
|
91
|
+
"options": [
|
92
|
+
"local",
|
93
|
+
"root"
|
94
|
+
],
|
95
|
+
"size": "1004.76 MiB",
|
96
|
+
"size_bytes": 1053571072,
|
97
|
+
"used": "60.79 MiB",
|
98
|
+
"used_bytes": 63739904
|
99
|
+
},
|
100
|
+
"/home": {
|
101
|
+
"available": "32.94 GiB",
|
102
|
+
"available_bytes": 35372963840,
|
103
|
+
"capacity": "0.00%",
|
104
|
+
"device": "/dev/sd0k",
|
105
|
+
"filesystem": "ffs",
|
106
|
+
"options": [
|
107
|
+
"nosuid",
|
108
|
+
"local",
|
109
|
+
"nodev"
|
110
|
+
],
|
111
|
+
"size": "32.94 GiB",
|
112
|
+
"size_bytes": 35372986368,
|
113
|
+
"used": "22.00 KiB",
|
114
|
+
"used_bytes": 22528
|
115
|
+
},
|
116
|
+
"/tmp": {
|
117
|
+
"available": "3.93 GiB",
|
118
|
+
"available_bytes": 4224403456,
|
119
|
+
"capacity": "0.00%",
|
120
|
+
"device": "/dev/sd0d",
|
121
|
+
"filesystem": "ffs",
|
122
|
+
"options": [
|
123
|
+
"nosuid",
|
124
|
+
"local",
|
125
|
+
"nodev"
|
126
|
+
],
|
127
|
+
"size": "3.93 GiB",
|
128
|
+
"size_bytes": 4224415744,
|
129
|
+
"used": "12.00 KiB",
|
130
|
+
"used_bytes": 12288
|
131
|
+
},
|
132
|
+
"/usr": {
|
133
|
+
"available": "1.31 GiB",
|
134
|
+
"available_bytes": 1410041856,
|
135
|
+
"capacity": "33.19%",
|
136
|
+
"device": "/dev/sd0f",
|
137
|
+
"filesystem": "ffs",
|
138
|
+
"options": [
|
139
|
+
"local",
|
140
|
+
"nodev"
|
141
|
+
],
|
142
|
+
"size": "1.97 GiB",
|
143
|
+
"size_bytes": 2110519296,
|
144
|
+
"used": "668.03 MiB",
|
145
|
+
"used_bytes": 700477440
|
146
|
+
},
|
147
|
+
"/usr/X11R6": {
|
148
|
+
"available": "944.88 MiB",
|
149
|
+
"available_bytes": 990783488,
|
150
|
+
"capacity": "5.96%",
|
151
|
+
"device": "/dev/sd0g",
|
152
|
+
"filesystem": "ffs",
|
153
|
+
"options": [
|
154
|
+
"local",
|
155
|
+
"nodev"
|
156
|
+
],
|
157
|
+
"size": "1004.76 MiB",
|
158
|
+
"size_bytes": 1053571072,
|
159
|
+
"used": "59.88 MiB",
|
160
|
+
"used_bytes": 62787584
|
161
|
+
},
|
162
|
+
"/usr/local": {
|
163
|
+
"available": "9.09 GiB",
|
164
|
+
"available_bytes": 9762123776,
|
165
|
+
"capacity": "3.51%",
|
166
|
+
"device": "/dev/sd0h",
|
167
|
+
"filesystem": "ffs",
|
168
|
+
"options": [
|
169
|
+
"local",
|
170
|
+
"nodev",
|
171
|
+
"wxallowed"
|
172
|
+
],
|
173
|
+
"size": "9.42 GiB",
|
174
|
+
"size_bytes": 10117003264,
|
175
|
+
"used": "338.44 MiB",
|
176
|
+
"used_bytes": 354879488
|
177
|
+
},
|
178
|
+
"/usr/obj": {
|
179
|
+
"available": "5.16 GiB",
|
180
|
+
"available_bytes": 5536722944,
|
181
|
+
"capacity": "0.00%",
|
182
|
+
"device": "/dev/sd0j",
|
183
|
+
"filesystem": "ffs",
|
184
|
+
"options": [
|
185
|
+
"nosuid",
|
186
|
+
"local",
|
187
|
+
"nodev"
|
188
|
+
],
|
189
|
+
"size": "5.16 GiB",
|
190
|
+
"size_bytes": 5536724992,
|
191
|
+
"used": "2.00 KiB",
|
192
|
+
"used_bytes": 2048
|
193
|
+
},
|
194
|
+
"/usr/src": {
|
195
|
+
"available": "1.97 GiB",
|
196
|
+
"available_bytes": 2110517248,
|
197
|
+
"capacity": "0.00%",
|
198
|
+
"device": "/dev/sd0i",
|
199
|
+
"filesystem": "ffs",
|
200
|
+
"options": [
|
201
|
+
"nosuid",
|
202
|
+
"local",
|
203
|
+
"nodev"
|
204
|
+
],
|
205
|
+
"size": "1.97 GiB",
|
206
|
+
"size_bytes": 2110519296,
|
207
|
+
"used": "2.00 KiB",
|
208
|
+
"used_bytes": 2048
|
209
|
+
},
|
210
|
+
"/vagrant": {
|
211
|
+
"available": "25.10 GiB",
|
212
|
+
"available_bytes": 26953093120,
|
213
|
+
"capacity": "89.21%",
|
214
|
+
"device": "10.0.0.1:/Users/matt/Documents/facterdb/facts",
|
215
|
+
"filesystem": "nfs",
|
216
|
+
"size": "232.64 GiB",
|
217
|
+
"size_bytes": 249795969024,
|
218
|
+
"used": "207.54 GiB",
|
219
|
+
"used_bytes": 222842875904
|
220
|
+
},
|
221
|
+
"/var": {
|
222
|
+
"available": "4.88 GiB",
|
223
|
+
"available_bytes": 5239244800,
|
224
|
+
"capacity": "0.16%",
|
225
|
+
"device": "/dev/sd0e",
|
226
|
+
"filesystem": "ffs",
|
227
|
+
"options": [
|
228
|
+
"nosuid",
|
229
|
+
"local",
|
230
|
+
"nodev"
|
231
|
+
],
|
232
|
+
"size": "4.89 GiB",
|
233
|
+
"size_bytes": 5247678464,
|
234
|
+
"used": "8.04 MiB",
|
235
|
+
"used_bytes": 8433664
|
236
|
+
}
|
237
|
+
},
|
238
|
+
"mtu_em0": 1500,
|
239
|
+
"mtu_em1": 1500,
|
240
|
+
"mtu_enc0": 0,
|
241
|
+
"mtu_lo0": 32768,
|
242
|
+
"mtu_pflog0": 33136,
|
243
|
+
"netmask": "255.255.255.0",
|
244
|
+
"netmask6_lo0": "ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff",
|
245
|
+
"netmask_em0": "255.255.255.0",
|
246
|
+
"network": "10.0.2.0",
|
247
|
+
"network6_lo0": "::1",
|
248
|
+
"network_em0": "10.0.2.0",
|
249
|
+
"network_em1": "10.0.0.2",
|
250
|
+
"network_lo0": "127.0.0.1",
|
251
|
+
"networking": {
|
252
|
+
"dhcp": "10.0.2.2",
|
253
|
+
"domain": "example.com",
|
254
|
+
"fqdn": "foo.example.com",
|
255
|
+
"hostname": "foo",
|
256
|
+
"interfaces": {
|
257
|
+
"em0": {
|
258
|
+
"bindings": [
|
259
|
+
{
|
260
|
+
"address": "10.0.2.15",
|
261
|
+
"netmask": "255.255.255.0",
|
262
|
+
"network": "10.0.2.0"
|
263
|
+
}
|
264
|
+
],
|
265
|
+
"dhcp": "10.0.2.2",
|
266
|
+
"ip": "10.0.2.15",
|
267
|
+
"mac": "08:00:27:4d:f5:c5",
|
268
|
+
"mtu": 1500,
|
269
|
+
"netmask": "255.255.255.0",
|
270
|
+
"network": "10.0.2.0"
|
271
|
+
},
|
272
|
+
"em1": {
|
273
|
+
"bindings": [
|
274
|
+
{
|
275
|
+
"address": "10.0.0.2",
|
276
|
+
"network": "10.0.0.2"
|
277
|
+
}
|
278
|
+
],
|
279
|
+
"ip": "10.0.0.2",
|
280
|
+
"mac": "08:00:27:67:38:c5",
|
281
|
+
"mtu": 1500,
|
282
|
+
"network": "10.0.0.2"
|
283
|
+
},
|
284
|
+
"enc0": {
|
285
|
+
"mtu": 0
|
286
|
+
},
|
287
|
+
"lo0": {
|
288
|
+
"bindings": [
|
289
|
+
{
|
290
|
+
"address": "127.0.0.1",
|
291
|
+
"network": "127.0.0.1"
|
292
|
+
}
|
293
|
+
],
|
294
|
+
"bindings6": [
|
295
|
+
{
|
296
|
+
"address": "::1",
|
297
|
+
"netmask": "ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff",
|
298
|
+
"network": "::1"
|
299
|
+
},
|
300
|
+
{
|
301
|
+
"address": "fe80:4::1",
|
302
|
+
"netmask": "ffff:ffff:ffff:ffff::",
|
303
|
+
"network": "fe80:4::"
|
304
|
+
}
|
305
|
+
],
|
306
|
+
"ip": "127.0.0.1",
|
307
|
+
"ip6": "::1",
|
308
|
+
"mtu": 32768,
|
309
|
+
"netmask6": "ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff",
|
310
|
+
"network": "127.0.0.1",
|
311
|
+
"network6": "::1"
|
312
|
+
},
|
313
|
+
"pflog0": {
|
314
|
+
"mtu": 33136
|
315
|
+
}
|
316
|
+
},
|
317
|
+
"ip": "10.0.2.15",
|
318
|
+
"mac": "08:00:27:4d:f5:c5",
|
319
|
+
"mtu": 1500,
|
320
|
+
"netmask": "255.255.255.0",
|
321
|
+
"network": "10.0.2.0",
|
322
|
+
"primary": "em0"
|
323
|
+
},
|
324
|
+
"operatingsystem": "OpenBSD",
|
325
|
+
"operatingsystemmajrelease": "6",
|
326
|
+
"operatingsystemrelease": "6.2",
|
327
|
+
"os": {
|
328
|
+
"architecture": "amd64",
|
329
|
+
"family": "OpenBSD",
|
330
|
+
"hardware": "amd64",
|
331
|
+
"name": "OpenBSD",
|
332
|
+
"release": {
|
333
|
+
"full": "6.2",
|
334
|
+
"major": "6",
|
335
|
+
"minor": "2"
|
336
|
+
}
|
337
|
+
},
|
338
|
+
"osfamily": "OpenBSD",
|
339
|
+
"path": "/opt/puppetlabs/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/X11R6/bin:/usr/local/bin:/usr/local/sbin",
|
340
|
+
"processor0": "Intel(R) Core(TM) i7-2677M CPU @ 1.80GHz",
|
341
|
+
"processorcount": 1,
|
342
|
+
"processors": {
|
343
|
+
"count": 1,
|
344
|
+
"isa": "amd64",
|
345
|
+
"models": [
|
346
|
+
"Intel(R) Core(TM) i7-2677M CPU @ 1.80GHz"
|
347
|
+
],
|
348
|
+
"speed": "1.74 GHz"
|
349
|
+
},
|
350
|
+
"productname": "VirtualBox",
|
351
|
+
"puppetversion": "4.10.7",
|
352
|
+
"ruby": {
|
353
|
+
"platform": "x86_64-openbsd",
|
354
|
+
"sitedir": "/usr/local/lib/ruby/site_ruby/2.3",
|
355
|
+
"version": "2.3.5"
|
356
|
+
},
|
357
|
+
"rubyplatform": "x86_64-openbsd",
|
358
|
+
"rubysitedir": "/usr/local/lib/ruby/site_ruby/2.3",
|
359
|
+
"rubyversion": "2.3.5",
|
360
|
+
"serialnumber": "0",
|
361
|
+
"ssh": {
|
362
|
+
"dsa": {
|
363
|
+
"fingerprints": {
|
364
|
+
"sha1": "SSHFP 2 1 2e66a6a518c84b44f82802bf83e1980a25398422",
|
365
|
+
"sha256": "SSHFP 2 2 93138fa15a3ee023fce1f0b8d0b12228e4eabe5d67fda2a36e3aaeaf2129961e"
|
366
|
+
},
|
367
|
+
"key": "AAAAB3NzaC1kc3MAAACBAKI33AZW6/pgZ4HbbizhxNueyA1cDQY59imNuYzO/noMQCooTMVsZwALIgSZMvhyf3KotEKJVEhCuQr1X/LK/IcIKxd159IRv+UQvNo4KVz0eGxxM/KNj2YLnaoQ6cFyQl6PxsqasYlKJ9HMl40mF6gEk3EHPZ6Us3ijTojdgCt5AAAAFQCpmuYJXdiDUPTGQlG3kFeS89Qx4wAAAIAClsM6yIy/6r/c5rYuEgJeWVB5g2F9jQgc721QIYxoLgx40Y8UK/gv4HsDzW2Q7loBS7z7ves7j1TGinr6dD/ePfgQRX4sRpk+CTUJZxl0rII1mzV33afiG+UPD9RFmCQ7KhdKkTku2QKACTE/ee1kjuOcYyGSL7vb5/aPECq6KgAAAIBHoIgpwPEjBaEqpITAkak6hJuthSqR/34nl0zhZW3R4XM0+P5C3mrFNWE0m3veUUryWfDqllPiKurReUivGboErY+BPUHhE63Xq4LBFGiR1Oy55sXmWQJS0eMpLyCh5MvqHbdts5HEpvr1Q2qtLofRsBwsloSlMQFs3EVajF0peQ=="
|
368
|
+
},
|
369
|
+
"ecdsa": {
|
370
|
+
"fingerprints": {
|
371
|
+
"sha1": "SSHFP 3 1 03e45a4dca2b61f61db5bc9070c7e7d24baf1491",
|
372
|
+
"sha256": "SSHFP 3 2 cda55494a928594ffd70b322d303b473541f6eb507cb94a51175c97f68bbf87e"
|
373
|
+
},
|
374
|
+
"key": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNJT6Sv0CWhhw4M3uhqDZGkA7chtO5l7Op8bR6+9apIrlbJ3fY/zprEmz6XwF5GSTy8Cq+ZmTwdrblXUWJzLVQQ="
|
375
|
+
},
|
376
|
+
"ed25519": {
|
377
|
+
"fingerprints": {
|
378
|
+
"sha1": "SSHFP 4 1 7b68f0a93b675487d0700b80a396c3cc315515d6",
|
379
|
+
"sha256": "SSHFP 4 2 c9232c5281170fc54f73cbf3207959741460e0f0ec838fc9e2475e9b10014ce4"
|
380
|
+
},
|
381
|
+
"key": "AAAAC3NzaC1lZDI1NTE5AAAAIE0tuWxlA7Y5Dq1z69LPgP9iU3TLLb95rQPToAPmiyOc"
|
382
|
+
},
|
383
|
+
"rsa": {
|
384
|
+
"fingerprints": {
|
385
|
+
"sha1": "SSHFP 1 1 bd83dc3262aa3bafe441680406e977f360a10418",
|
386
|
+
"sha256": "SSHFP 1 2 69f69b713678aedd93dd30dfa8b6789c9d1997cb3125486b676c460b75df7eda"
|
387
|
+
},
|
388
|
+
"key": "AAAAB3NzaC1yc2EAAAADAQABAAABAQDZr/mXM1tvgV5JZBxzEzR8RdG5owFUp9QsxLqM8JYzNd4EL5UwpFe6OjZU+Q65bEzrKqYw2eUdRQJtaYLNRO0FyQ6ZXbJxnK2MPzqZByK2Qj6Lcdnf/gKp9CG9pilVGbJ9GVWFACM8k5FX7bGjYNyabstGwsMUf5A7vKSOWK5nwNNu91ZZc+ohgCCUUI4Q5WFVcmnViuLP03XFmIkF410NQEt79deZcGvqU5XttKPuXPoKDAIpdWAXsDSLr7fC5pKDpULw66ZwlnGq37ioRr3hWJXQhbR4Xdi+kVGTS+hK19Qh4SG155LCoTvDIkt10aYTBNok+G2axBROH6VQfUYj"
|
389
|
+
}
|
390
|
+
},
|
391
|
+
"sshdsakey": "AAAAB3NzaC1kc3MAAACBAKI33AZW6/pgZ4HbbizhxNueyA1cDQY59imNuYzO/noMQCooTMVsZwALIgSZMvhyf3KotEKJVEhCuQr1X/LK/IcIKxd159IRv+UQvNo4KVz0eGxxM/KNj2YLnaoQ6cFyQl6PxsqasYlKJ9HMl40mF6gEk3EHPZ6Us3ijTojdgCt5AAAAFQCpmuYJXdiDUPTGQlG3kFeS89Qx4wAAAIAClsM6yIy/6r/c5rYuEgJeWVB5g2F9jQgc721QIYxoLgx40Y8UK/gv4HsDzW2Q7loBS7z7ves7j1TGinr6dD/ePfgQRX4sRpk+CTUJZxl0rII1mzV33afiG+UPD9RFmCQ7KhdKkTku2QKACTE/ee1kjuOcYyGSL7vb5/aPECq6KgAAAIBHoIgpwPEjBaEqpITAkak6hJuthSqR/34nl0zhZW3R4XM0+P5C3mrFNWE0m3veUUryWfDqllPiKurReUivGboErY+BPUHhE63Xq4LBFGiR1Oy55sXmWQJS0eMpLyCh5MvqHbdts5HEpvr1Q2qtLofRsBwsloSlMQFs3EVajF0peQ==",
|
392
|
+
"sshecdsakey": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNJT6Sv0CWhhw4M3uhqDZGkA7chtO5l7Op8bR6+9apIrlbJ3fY/zprEmz6XwF5GSTy8Cq+ZmTwdrblXUWJzLVQQ=",
|
393
|
+
"sshed25519key": "AAAAC3NzaC1lZDI1NTE5AAAAIE0tuWxlA7Y5Dq1z69LPgP9iU3TLLb95rQPToAPmiyOc",
|
394
|
+
"sshfp_dsa": "SSHFP 2 1 2e66a6a518c84b44f82802bf83e1980a25398422\nSSHFP 2 2 93138fa15a3ee023fce1f0b8d0b12228e4eabe5d67fda2a36e3aaeaf2129961e",
|
395
|
+
"sshfp_ecdsa": "SSHFP 3 1 03e45a4dca2b61f61db5bc9070c7e7d24baf1491\nSSHFP 3 2 cda55494a928594ffd70b322d303b473541f6eb507cb94a51175c97f68bbf87e",
|
396
|
+
"sshfp_ed25519": "SSHFP 4 1 7b68f0a93b675487d0700b80a396c3cc315515d6\nSSHFP 4 2 c9232c5281170fc54f73cbf3207959741460e0f0ec838fc9e2475e9b10014ce4",
|
397
|
+
"sshfp_rsa": "SSHFP 1 1 bd83dc3262aa3bafe441680406e977f360a10418\nSSHFP 1 2 69f69b713678aedd93dd30dfa8b6789c9d1997cb3125486b676c460b75df7eda",
|
398
|
+
"sshrsakey": "AAAAB3NzaC1yc2EAAAADAQABAAABAQDZr/mXM1tvgV5JZBxzEzR8RdG5owFUp9QsxLqM8JYzNd4EL5UwpFe6OjZU+Q65bEzrKqYw2eUdRQJtaYLNRO0FyQ6ZXbJxnK2MPzqZByK2Qj6Lcdnf/gKp9CG9pilVGbJ9GVWFACM8k5FX7bGjYNyabstGwsMUf5A7vKSOWK5nwNNu91ZZc+ohgCCUUI4Q5WFVcmnViuLP03XFmIkF410NQEt79deZcGvqU5XttKPuXPoKDAIpdWAXsDSLr7fC5pKDpULw66ZwlnGq37ioRr3hWJXQhbR4Xdi+kVGTS+hK19Qh4SG155LCoTvDIkt10aYTBNok+G2axBROH6VQfUYj",
|
399
|
+
"swapencrypted": true,
|
400
|
+
"swapfree": "751.94 MiB",
|
401
|
+
"swapfree_mb": 751.9375,
|
402
|
+
"swapsize": "751.94 MiB",
|
403
|
+
"swapsize_mb": 751.9375,
|
404
|
+
"system_uptime": {
|
405
|
+
"days": 0,
|
406
|
+
"hours": 0,
|
407
|
+
"seconds": 121,
|
408
|
+
"uptime": "0:02 hours"
|
409
|
+
},
|
410
|
+
"timezone": "UTC",
|
411
|
+
"uptime": "0:02 hours",
|
412
|
+
"uptime_days": 0,
|
413
|
+
"uptime_hours": 0,
|
414
|
+
"uptime_seconds": 121,
|
415
|
+
"uuid": "7dd45ad8-90c3-4371-ac8c-2582a6db1fb6",
|
416
|
+
"virtual": "virtualbox"
|
417
|
+
}
|
@@ -9,16 +9,15 @@
|
|
9
9
|
"bios_vendor": "Phoenix Technologies LTD",
|
10
10
|
"bios_version": "6.00",
|
11
11
|
"blockdevice_fd0_size": 4096,
|
12
|
+
"blockdevice_hdc_size": 4294965248,
|
12
13
|
"blockdevice_sda_model": "Virtual disk",
|
13
14
|
"blockdevice_sda_size": 8589934592,
|
14
15
|
"blockdevice_sda_vendor": "VMware",
|
15
16
|
"blockdevice_sdb_model": "Virtual disk",
|
16
17
|
"blockdevice_sdb_size": 8589934592,
|
17
18
|
"blockdevice_sdb_vendor": "VMware",
|
18
|
-
"
|
19
|
-
"
|
20
|
-
"blockdevice_sr0_vendor": "NECVMWar",
|
21
|
-
"blockdevices": "sda,sdb,fd0,sr0",
|
19
|
+
"blockdevices": "fd0,hdc,sdb,sda",
|
20
|
+
"boardassettag": "Not Specified",
|
22
21
|
"boardmanufacturer": "Intel Corporation",
|
23
22
|
"boardproductname": "440BX Desktop Reference Platform",
|
24
23
|
"boardserialnumber": "None",
|
@@ -33,6 +32,10 @@
|
|
33
32
|
"size": "4.00 KiB",
|
34
33
|
"size_bytes": 4096
|
35
34
|
},
|
35
|
+
"hdc": {
|
36
|
+
"size": "4.00 GiB",
|
37
|
+
"size_bytes": 4294965248
|
38
|
+
},
|
36
39
|
"sda": {
|
37
40
|
"model": "Virtual disk",
|
38
41
|
"size": "8.00 GiB",
|
@@ -44,12 +47,6 @@
|
|
44
47
|
"size": "8.00 GiB",
|
45
48
|
"size_bytes": 8589934592,
|
46
49
|
"vendor": "VMware"
|
47
|
-
},
|
48
|
-
"sr0": {
|
49
|
-
"model": "VMware IDE CDR10",
|
50
|
-
"size": "1.00 GiB",
|
51
|
-
"size_bytes": 1073741312,
|
52
|
-
"vendor": "NECVMWar"
|
53
50
|
}
|
54
51
|
},
|
55
52
|
"dmi": {
|
@@ -59,6 +56,7 @@
|
|
59
56
|
"version": "6.00"
|
60
57
|
},
|
61
58
|
"board": {
|
59
|
+
"asset_tag": "Not Specified",
|
62
60
|
"manufacturer": "Intel Corporation",
|
63
61
|
"product": "440BX Desktop Reference Platform",
|
64
62
|
"serial_number": "None"
|
@@ -70,13 +68,13 @@
|
|
70
68
|
"manufacturer": "VMware, Inc.",
|
71
69
|
"product": {
|
72
70
|
"name": "VMware Virtual Platform",
|
73
|
-
"serial_number": "VMware-42 22
|
74
|
-
"uuid": "
|
71
|
+
"serial_number": "VMware-42 22 0c d0 d3 a2 d7 ac-67 ef 73 dc 8c cd d8 96",
|
72
|
+
"uuid": "42220CD0-D3A2-D7AC-67EF-73DC8CCDD896"
|
75
73
|
}
|
76
74
|
},
|
77
75
|
"domain": "example.com",
|
78
76
|
"facterversion": "3.8.0",
|
79
|
-
"filesystems": "ext3,iso9660",
|
77
|
+
"filesystems": "ext2,ext3,iso9660",
|
80
78
|
"fqdn": "foo.example.com",
|
81
79
|
"gid": "root",
|
82
80
|
"hardwareisa": "x86_64",
|
@@ -91,75 +89,75 @@
|
|
91
89
|
"user": "root"
|
92
90
|
},
|
93
91
|
"interfaces": "eth0,lo,sit0",
|
94
|
-
"ipaddress": "10.32.
|
95
|
-
"ipaddress6": "fe80::250:56ff:fea2:
|
96
|
-
"ipaddress6_eth0": "fe80::250:56ff:fea2:
|
92
|
+
"ipaddress": "10.32.117.137",
|
93
|
+
"ipaddress6": "fe80::250:56ff:fea2:3137",
|
94
|
+
"ipaddress6_eth0": "fe80::250:56ff:fea2:3137",
|
97
95
|
"ipaddress6_lo": "::1",
|
98
|
-
"ipaddress_eth0": "10.32.
|
96
|
+
"ipaddress_eth0": "10.32.117.137",
|
99
97
|
"ipaddress_lo": "127.0.0.1",
|
100
98
|
"is_virtual": true,
|
101
99
|
"kernel": "Linux",
|
102
100
|
"kernelmajversion": "2.6",
|
103
|
-
"kernelrelease": "2.6.
|
104
|
-
"kernelversion": "2.6.
|
101
|
+
"kernelrelease": "2.6.18-402.el5",
|
102
|
+
"kernelversion": "2.6.18",
|
105
103
|
"load_averages": {
|
106
|
-
"15m": 0.
|
107
|
-
"1m":
|
108
|
-
"5m": 0.
|
104
|
+
"15m": 0.02,
|
105
|
+
"1m": 0.23,
|
106
|
+
"5m": 0.06
|
109
107
|
},
|
110
|
-
"lsbdistcodename": "
|
111
|
-
"lsbdistdescription": "
|
112
|
-
"lsbdistid": "
|
108
|
+
"lsbdistcodename": "Final",
|
109
|
+
"lsbdistdescription": "OracleLinux release 5.10 (Final)",
|
110
|
+
"lsbdistid": "OracleLinux",
|
113
111
|
"lsbdistrelease": "5.10",
|
114
112
|
"lsbmajdistrelease": "5",
|
115
113
|
"lsbminordistrelease": "10",
|
116
|
-
"lsbrelease": ":core-4.0-amd64:core-4.0-
|
117
|
-
"macaddress": "00:50:56:a2:
|
118
|
-
"macaddress_eth0": "00:50:56:a2:
|
114
|
+
"lsbrelease": ":core-4.0-amd64:core-4.0-noarch:graphics-4.0-amd64:graphics-4.0-noarch:printing-4.0-amd64:printing-4.0-noarch",
|
115
|
+
"macaddress": "00:50:56:a2:31:37",
|
116
|
+
"macaddress_eth0": "00:50:56:a2:31:37",
|
119
117
|
"manufacturer": "VMware, Inc.",
|
120
118
|
"memory": {
|
121
119
|
"swap": {
|
122
|
-
"available": "3.
|
123
|
-
"available_bytes":
|
120
|
+
"available": "3.91 GiB",
|
121
|
+
"available_bytes": 4194295808,
|
124
122
|
"capacity": "0%",
|
125
|
-
"total": "3.
|
126
|
-
"total_bytes":
|
123
|
+
"total": "3.91 GiB",
|
124
|
+
"total_bytes": 4194295808,
|
127
125
|
"used": "0 bytes",
|
128
126
|
"used_bytes": 0
|
129
127
|
},
|
130
128
|
"system": {
|
131
|
-
"available": "
|
132
|
-
"available_bytes":
|
133
|
-
"capacity": "
|
134
|
-
"total": "
|
135
|
-
"total_bytes":
|
136
|
-
"used": "
|
137
|
-
"used_bytes":
|
129
|
+
"available": "3.67 GiB",
|
130
|
+
"available_bytes": 3939553280,
|
131
|
+
"capacity": "4.86%",
|
132
|
+
"total": "3.86 GiB",
|
133
|
+
"total_bytes": 4140769280,
|
134
|
+
"used": "191.89 MiB",
|
135
|
+
"used_bytes": 201216000
|
138
136
|
}
|
139
137
|
},
|
140
|
-
"memoryfree": "
|
141
|
-
"memoryfree_mb":
|
142
|
-
"memorysize": "
|
143
|
-
"memorysize_mb":
|
138
|
+
"memoryfree": "3.67 GiB",
|
139
|
+
"memoryfree_mb": 3757.05078125,
|
140
|
+
"memorysize": "3.86 GiB",
|
141
|
+
"memorysize_mb": 3948.9453125,
|
144
142
|
"mountpoints": {
|
145
143
|
"/": {
|
146
|
-
"available": "
|
147
|
-
"available_bytes":
|
148
|
-
"capacity": "
|
144
|
+
"available": "9.64 GiB",
|
145
|
+
"available_bytes": 10348609536,
|
146
|
+
"capacity": "16.66%",
|
149
147
|
"device": "/dev/mapper/VolGroup00-LogVol00",
|
150
148
|
"filesystem": "ext3",
|
151
149
|
"options": [
|
152
150
|
"rw"
|
153
151
|
],
|
154
|
-
"size": "11.
|
155
|
-
"size_bytes":
|
156
|
-
"used": "
|
157
|
-
"used_bytes":
|
152
|
+
"size": "11.56 GiB",
|
153
|
+
"size_bytes": 12417417216,
|
154
|
+
"used": "1.93 GiB",
|
155
|
+
"used_bytes": 2068807680
|
158
156
|
},
|
159
157
|
"/boot": {
|
160
|
-
"available": "
|
161
|
-
"available_bytes":
|
162
|
-
"capacity": "
|
158
|
+
"available": "71.99 MiB",
|
159
|
+
"available_bytes": 75487232,
|
160
|
+
"capacity": "27.07%",
|
163
161
|
"device": "/dev/sda1",
|
164
162
|
"filesystem": "ext3",
|
165
163
|
"options": [
|
@@ -167,20 +165,20 @@
|
|
167
165
|
],
|
168
166
|
"size": "98.72 MiB",
|
169
167
|
"size_bytes": 103512064,
|
170
|
-
"used": "
|
171
|
-
"used_bytes":
|
168
|
+
"used": "26.73 MiB",
|
169
|
+
"used_bytes": 28024832
|
172
170
|
},
|
173
171
|
"/dev/shm": {
|
174
|
-
"available": "
|
175
|
-
"available_bytes":
|
172
|
+
"available": "1.93 GiB",
|
173
|
+
"available_bytes": 2070384640,
|
176
174
|
"capacity": "0%",
|
177
175
|
"device": "tmpfs",
|
178
176
|
"filesystem": "tmpfs",
|
179
177
|
"options": [
|
180
178
|
"rw"
|
181
179
|
],
|
182
|
-
"size": "
|
183
|
-
"size_bytes":
|
180
|
+
"size": "1.93 GiB",
|
181
|
+
"size_bytes": 2070384640,
|
184
182
|
"used": "0 bytes",
|
185
183
|
"used_bytes": 0
|
186
184
|
}
|
@@ -209,22 +207,22 @@
|
|
209
207
|
"eth0": {
|
210
208
|
"bindings": [
|
211
209
|
{
|
212
|
-
"address": "10.32.
|
210
|
+
"address": "10.32.117.137",
|
213
211
|
"netmask": "255.255.240.0",
|
214
212
|
"network": "10.32.112.0"
|
215
213
|
}
|
216
214
|
],
|
217
215
|
"bindings6": [
|
218
216
|
{
|
219
|
-
"address": "fe80::250:56ff:fea2:
|
217
|
+
"address": "fe80::250:56ff:fea2:3137",
|
220
218
|
"netmask": "ffff:ffff:ffff:ffff::",
|
221
219
|
"network": "fe80::"
|
222
220
|
}
|
223
221
|
],
|
224
222
|
"dhcp": "10.32.22.10",
|
225
|
-
"ip": "10.32.
|
226
|
-
"ip6": "fe80::250:56ff:fea2:
|
227
|
-
"mac": "00:50:56:a2:
|
223
|
+
"ip": "10.32.117.137",
|
224
|
+
"ip6": "fe80::250:56ff:fea2:3137",
|
225
|
+
"mac": "00:50:56:a2:31:37",
|
228
226
|
"mtu": 1500,
|
229
227
|
"netmask": "255.255.240.0",
|
230
228
|
"netmask6": "ffff:ffff:ffff:ffff::",
|
@@ -258,9 +256,9 @@
|
|
258
256
|
"mtu": 1480
|
259
257
|
}
|
260
258
|
},
|
261
|
-
"ip": "10.32.
|
262
|
-
"ip6": "fe80::250:56ff:fea2:
|
263
|
-
"mac": "00:50:56:a2:
|
259
|
+
"ip": "10.32.117.137",
|
260
|
+
"ip6": "fe80::250:56ff:fea2:3137",
|
261
|
+
"mac": "00:50:56:a2:31:37",
|
264
262
|
"mtu": 1500,
|
265
263
|
"netmask": "255.255.240.0",
|
266
264
|
"netmask6": "ffff:ffff:ffff:ffff::",
|
@@ -274,15 +272,15 @@
|
|
274
272
|
"os": {
|
275
273
|
"architecture": "x86_64",
|
276
274
|
"distro": {
|
277
|
-
"codename": "
|
278
|
-
"description": "
|
279
|
-
"id": "
|
275
|
+
"codename": "Final",
|
276
|
+
"description": "OracleLinux release 5.10 (Final)",
|
277
|
+
"id": "OracleLinux",
|
280
278
|
"release": {
|
281
279
|
"full": "5.10",
|
282
280
|
"major": "5",
|
283
281
|
"minor": "10"
|
284
282
|
},
|
285
|
-
"specification": ":core-4.0-amd64:core-4.0-
|
283
|
+
"specification": ":core-4.0-amd64:core-4.0-noarch:graphics-4.0-amd64:graphics-4.0-noarch:printing-4.0-amd64:printing-4.0-noarch"
|
286
284
|
},
|
287
285
|
"family": "RedHat",
|
288
286
|
"hardware": "x86_64",
|
@@ -298,30 +296,18 @@
|
|
298
296
|
"current_mode": "enforcing",
|
299
297
|
"enabled": true,
|
300
298
|
"enforced": true,
|
301
|
-
"policy_version": "
|
299
|
+
"policy_version": "21"
|
302
300
|
}
|
303
301
|
},
|
304
302
|
"osfamily": "RedHat",
|
305
303
|
"partitions": {
|
306
|
-
"/dev/mapper/VolGroup00-LogVol00": {
|
307
|
-
"filesystem": "ext3",
|
308
|
-
"mount": "/",
|
309
|
-
"size": "11.97 GiB",
|
310
|
-
"size_bytes": 12851347456,
|
311
|
-
"uuid": "a9c41457-630f-4ae8-8329-fe1e5f87a309"
|
312
|
-
},
|
313
|
-
"/dev/mapper/VolGroup00-LogVol01": {
|
314
|
-
"filesystem": "swap",
|
315
|
-
"size": "3.88 GiB",
|
316
|
-
"size_bytes": 4160749568
|
317
|
-
},
|
318
304
|
"/dev/sda1": {
|
319
305
|
"filesystem": "ext3",
|
320
306
|
"label": "/boot",
|
321
307
|
"mount": "/boot",
|
322
308
|
"size": "101.94 MiB",
|
323
309
|
"size_bytes": 106896384,
|
324
|
-
"uuid": "
|
310
|
+
"uuid": "3ceaba3b-0c02-4b1a-8f84-430ae10fc4f2"
|
325
311
|
},
|
326
312
|
"/dev/sda2": {
|
327
313
|
"size": "7.90 GiB",
|
@@ -329,7 +315,7 @@
|
|
329
315
|
},
|
330
316
|
"/dev/sdb1": {
|
331
317
|
"size": "8.00 GiB",
|
332
|
-
"size_bytes":
|
318
|
+
"size_bytes": 8589918208
|
333
319
|
}
|
334
320
|
},
|
335
321
|
"path": "/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/opt/puppetlabs/bin",
|
@@ -361,43 +347,43 @@
|
|
361
347
|
"selinux_config_policy": "targeted",
|
362
348
|
"selinux_current_mode": "enforcing",
|
363
349
|
"selinux_enforced": true,
|
364
|
-
"selinux_policyversion": "
|
365
|
-
"serialnumber": "VMware-42 22
|
350
|
+
"selinux_policyversion": "21",
|
351
|
+
"serialnumber": "VMware-42 22 0c d0 d3 a2 d7 ac-67 ef 73 dc 8c cd d8 96",
|
366
352
|
"ssh": {
|
367
353
|
"dsa": {
|
368
354
|
"fingerprints": {
|
369
|
-
"sha1": "SSHFP 2 1
|
370
|
-
"sha256": "SSHFP 2 2
|
355
|
+
"sha1": "SSHFP 2 1 3febfa91d117f149536fc4739ca84f60aeab7fe2",
|
356
|
+
"sha256": "SSHFP 2 2 051cbdcb69c3cdce1eeb996509a346efc420aa0928687d001f44e64fa8148473"
|
371
357
|
},
|
372
|
-
"key": "
|
358
|
+
"key": "AAAAB3NzaC1kc3MAAACBAP/ws3Yhu1oXD+wgxSC3RymhwY0Buvo6oS1Bq24gUyyUKBLqGw47DxbMaUWAD+lbY2bmAsx5YDV6jHJBP2biqNPiSPYcDimR94B10x9JPpVdnNiC/XqsTPzToVgnR+txO1icPaYClR5kTvLHk25+UIX3Ne84v+gabixB+RFd4iEhAAAAFQC/W9nI7D2H9MFI9UZjes3b1S0SxQAAAIEAy8E+9gb/Q74+8qQQjNfgDGKeeOQr0XFA8odR5jpCDWVudzK2VFXMtayvTjrvotSfEgSRjrF00MP/2E30cajWuJXhLnjb705K7MLv0VP+1piUEjlk8W1qBsCQq2zCPOO0UJxxjA6ilbspY3y+6Fe5PvbSre+9aFPSJUWJmTgygXcAAACAd0RwsieW8HL8a/YHAJZHVacVDlL3OvpHeYEK9SbJVxrqO0Glumj2eDNyHs1YsLa2rj0JicQNSx+xDOlPow9EPuDM27AVhUV8iMQuIhW3H8LU8qO3BEOfIN5+MPmm2SAVxdmoKUM0l3SfMUGwJk4RjLtHH6e2kgxIGrGejDstzgk="
|
373
359
|
},
|
374
360
|
"rsa": {
|
375
361
|
"fingerprints": {
|
376
|
-
"sha1": "SSHFP 1 1
|
377
|
-
"sha256": "SSHFP 1 2
|
362
|
+
"sha1": "SSHFP 1 1 5f64e757ab9e88d23aca55d8b7e88ba813125fb1",
|
363
|
+
"sha256": "SSHFP 1 2 cb62ae7f4bc96128532ec55120dc651b8ce7180a7c342ab4f8b43e291e6769dc"
|
378
364
|
},
|
379
|
-
"key": "
|
365
|
+
"key": "AAAAB3NzaC1yc2EAAAABIwAAAQEAu3juUV4lxin9Z0zs82aJRE6yt/qIbl7LPofVG+bLG42RdLfyKL3HH2AcU5OO3mBBlmpKHgZcqas1tauOdcyZ+3EfiGB7OiAkoEb5Mo6jaYj5kQ6cdnx4XuzfQyA4u3acXKv+ONYgPYxAiZrXyzmetuhyhtY9mhk54s1FXmv3A+KCA/h3tKO1nIMapJ9HI0eK8otNrCL9Drwb25eSYPoGd3B7PvhV3fh67B2VUTukuRpAR3oQuvaBOijOuhFe45RMLIIzWkExzvvQrzNBkEaY5rnYU/GrKdu5u1O4T2E44/w2XetkMzVmVU8oqtH/xPWvAJtx7nCwTFaR5LBNNz5+jw=="
|
380
366
|
}
|
381
367
|
},
|
382
|
-
"sshdsakey": "
|
383
|
-
"sshfp_dsa": "SSHFP 2 1
|
384
|
-
"sshfp_rsa": "SSHFP 1 1
|
385
|
-
"sshrsakey": "
|
386
|
-
"swapfree": "3.
|
387
|
-
"swapfree_mb":
|
388
|
-
"swapsize": "3.
|
389
|
-
"swapsize_mb":
|
368
|
+
"sshdsakey": "AAAAB3NzaC1kc3MAAACBAP/ws3Yhu1oXD+wgxSC3RymhwY0Buvo6oS1Bq24gUyyUKBLqGw47DxbMaUWAD+lbY2bmAsx5YDV6jHJBP2biqNPiSPYcDimR94B10x9JPpVdnNiC/XqsTPzToVgnR+txO1icPaYClR5kTvLHk25+UIX3Ne84v+gabixB+RFd4iEhAAAAFQC/W9nI7D2H9MFI9UZjes3b1S0SxQAAAIEAy8E+9gb/Q74+8qQQjNfgDGKeeOQr0XFA8odR5jpCDWVudzK2VFXMtayvTjrvotSfEgSRjrF00MP/2E30cajWuJXhLnjb705K7MLv0VP+1piUEjlk8W1qBsCQq2zCPOO0UJxxjA6ilbspY3y+6Fe5PvbSre+9aFPSJUWJmTgygXcAAACAd0RwsieW8HL8a/YHAJZHVacVDlL3OvpHeYEK9SbJVxrqO0Glumj2eDNyHs1YsLa2rj0JicQNSx+xDOlPow9EPuDM27AVhUV8iMQuIhW3H8LU8qO3BEOfIN5+MPmm2SAVxdmoKUM0l3SfMUGwJk4RjLtHH6e2kgxIGrGejDstzgk=",
|
369
|
+
"sshfp_dsa": "SSHFP 2 1 3febfa91d117f149536fc4739ca84f60aeab7fe2\nSSHFP 2 2 051cbdcb69c3cdce1eeb996509a346efc420aa0928687d001f44e64fa8148473",
|
370
|
+
"sshfp_rsa": "SSHFP 1 1 5f64e757ab9e88d23aca55d8b7e88ba813125fb1\nSSHFP 1 2 cb62ae7f4bc96128532ec55120dc651b8ce7180a7c342ab4f8b43e291e6769dc",
|
371
|
+
"sshrsakey": "AAAAB3NzaC1yc2EAAAABIwAAAQEAu3juUV4lxin9Z0zs82aJRE6yt/qIbl7LPofVG+bLG42RdLfyKL3HH2AcU5OO3mBBlmpKHgZcqas1tauOdcyZ+3EfiGB7OiAkoEb5Mo6jaYj5kQ6cdnx4XuzfQyA4u3acXKv+ONYgPYxAiZrXyzmetuhyhtY9mhk54s1FXmv3A+KCA/h3tKO1nIMapJ9HI0eK8otNrCL9Drwb25eSYPoGd3B7PvhV3fh67B2VUTukuRpAR3oQuvaBOijOuhFe45RMLIIzWkExzvvQrzNBkEaY5rnYU/GrKdu5u1O4T2E44/w2XetkMzVmVU8oqtH/xPWvAJtx7nCwTFaR5LBNNz5+jw==",
|
372
|
+
"swapfree": "3.91 GiB",
|
373
|
+
"swapfree_mb": 3999.9921875,
|
374
|
+
"swapsize": "3.91 GiB",
|
375
|
+
"swapsize_mb": 3999.9921875,
|
390
376
|
"system_uptime": {
|
391
|
-
"days":
|
392
|
-
"hours":
|
393
|
-
"seconds":
|
394
|
-
"uptime": "
|
377
|
+
"days": 0,
|
378
|
+
"hours": 17,
|
379
|
+
"seconds": 63428,
|
380
|
+
"uptime": "17:37 hours"
|
395
381
|
},
|
396
382
|
"timezone": "PDT",
|
397
|
-
"uptime": "
|
398
|
-
"uptime_days":
|
399
|
-
"uptime_hours":
|
400
|
-
"uptime_seconds":
|
401
|
-
"uuid": "
|
383
|
+
"uptime": "17:37 hours",
|
384
|
+
"uptime_days": 0,
|
385
|
+
"uptime_hours": 17,
|
386
|
+
"uptime_seconds": 63428,
|
387
|
+
"uuid": "42220CD0-D3A2-D7AC-67EF-73DC8CCDD896",
|
402
388
|
"virtual": "vmware"
|
403
|
-
}
|
389
|
+
}
|