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,143 @@
|
|
1
|
+
{
|
2
|
+
"gem_version": "~> 2.5.0",
|
3
|
+
"kernel": "OpenBSD",
|
4
|
+
"system_uptime": {
|
5
|
+
"seconds": 260,
|
6
|
+
"hours": 0,
|
7
|
+
"days": 0,
|
8
|
+
"uptime": "0:04 hours"
|
9
|
+
},
|
10
|
+
"gid": "wheel",
|
11
|
+
"hardwaremodel": "amd64",
|
12
|
+
"kernelrelease": "6.3",
|
13
|
+
"puppetversion": "5.4.0",
|
14
|
+
"rubyplatform": "x86_64-openbsd",
|
15
|
+
"path": "/home/vagrant/vendor/bundler/ruby/2.4/bin:/opt/puppetlabs/puppet/bin:/opt/puppetlabs/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/X11R6/bin:/usr/local/bin:/usr/local/sbin",
|
16
|
+
"partitions": {
|
17
|
+
"sd0a": {
|
18
|
+
"size": "1028878",
|
19
|
+
"mount": "/",
|
20
|
+
"filesystem": "ffs"
|
21
|
+
},
|
22
|
+
"sd0k": {
|
23
|
+
"size": "34715452",
|
24
|
+
"mount": "/home",
|
25
|
+
"filesystem": "ffs"
|
26
|
+
},
|
27
|
+
"sd0d": {
|
28
|
+
"size": "4125406",
|
29
|
+
"mount": "/tmp",
|
30
|
+
"filesystem": "ffs"
|
31
|
+
},
|
32
|
+
"sd0f": {
|
33
|
+
"size": "2061054",
|
34
|
+
"mount": "/usr",
|
35
|
+
"filesystem": "ffs"
|
36
|
+
},
|
37
|
+
"sd0g": {
|
38
|
+
"size": "1028878",
|
39
|
+
"mount": "/usr/X11R6",
|
40
|
+
"filesystem": "ffs"
|
41
|
+
},
|
42
|
+
"sd0h": {
|
43
|
+
"size": "9707246",
|
44
|
+
"mount": "/usr/local",
|
45
|
+
"filesystem": "ffs"
|
46
|
+
},
|
47
|
+
"sd0j": {
|
48
|
+
"size": "5408110",
|
49
|
+
"mount": "/usr/obj",
|
50
|
+
"filesystem": "ffs"
|
51
|
+
},
|
52
|
+
"sd0i": {
|
53
|
+
"size": "2061054",
|
54
|
+
"mount": "/usr/src",
|
55
|
+
"filesystem": "ffs"
|
56
|
+
},
|
57
|
+
"sd0e": {
|
58
|
+
"size": "5124686",
|
59
|
+
"mount": "/var",
|
60
|
+
"filesystem": "ffs"
|
61
|
+
}
|
62
|
+
},
|
63
|
+
"macaddress": "08:00:27:85:38:cf",
|
64
|
+
"rubyversion": "2.4.3",
|
65
|
+
"hostname": "foo",
|
66
|
+
"operatingsystem": "OpenBSD",
|
67
|
+
"timezone": "UTC",
|
68
|
+
"facterversion": "2.5.1",
|
69
|
+
"processors": {
|
70
|
+
"count": 1,
|
71
|
+
"physicalcount": 1,
|
72
|
+
"speed": "1.79 GHz"
|
73
|
+
},
|
74
|
+
"uptime_seconds": 260,
|
75
|
+
"uptime": "0:04 hours",
|
76
|
+
"ps": "ps auxwww",
|
77
|
+
"operatingsystemmajrelease": "6",
|
78
|
+
"kernelversion": "6.3",
|
79
|
+
"virtual": "virtualbox",
|
80
|
+
"is_virtual": true,
|
81
|
+
"fqdn": "foo.example.com",
|
82
|
+
"netmask": "255.255.255.0",
|
83
|
+
"interfaces": "lo0,em0,em1,enc0,pflog0",
|
84
|
+
"ipaddress_lo0": "127.0.0.1",
|
85
|
+
"netmask_lo0": "255.0.0.0",
|
86
|
+
"mtu_lo0": 32768,
|
87
|
+
"ipaddress_em0": "10.0.2.15",
|
88
|
+
"macaddress_em0": "08:00:27:85:38:cf",
|
89
|
+
"netmask_em0": "255.255.255.0",
|
90
|
+
"mtu_em0": 1500,
|
91
|
+
"ipaddress_em1": "10.0.0.2",
|
92
|
+
"macaddress_em1": "08:00:27:e8:da:6e",
|
93
|
+
"netmask_em1": "255.255.255.0",
|
94
|
+
"mtu_em1": 1500,
|
95
|
+
"mtu_enc0": 0,
|
96
|
+
"mtu_pflog0": 33136,
|
97
|
+
"id": "root",
|
98
|
+
"os": {
|
99
|
+
"name": "OpenBSD",
|
100
|
+
"family": "OpenBSD",
|
101
|
+
"release": {
|
102
|
+
"major": "6",
|
103
|
+
"minor": "3",
|
104
|
+
"full": "6.3"
|
105
|
+
}
|
106
|
+
},
|
107
|
+
"architecture": "amd64",
|
108
|
+
"operatingsystemrelease": "6.3",
|
109
|
+
"osfamily": "OpenBSD",
|
110
|
+
"rubysitedir": "/usr/local/lib/ruby/site_ruby/2.4",
|
111
|
+
"network_lo0": "127.0.0.0",
|
112
|
+
"network_em0": "10.0.2.0",
|
113
|
+
"network_em1": "10.0.0.0",
|
114
|
+
"uptime_days": 0,
|
115
|
+
"ipaddress": "10.0.2.15",
|
116
|
+
"memorysize": "495.94 MB",
|
117
|
+
"memoryfree": "0.00 MB",
|
118
|
+
"swapsize": "751.94 MB",
|
119
|
+
"swapfree": "751.94 MB",
|
120
|
+
"swapsize_mb": "751.94",
|
121
|
+
"swapfree_mb": "751.94",
|
122
|
+
"memorysize_mb": "495.94",
|
123
|
+
"memoryfree_mb": "0.00",
|
124
|
+
"swapencrypted": true,
|
125
|
+
"hardwareisa": "amd64",
|
126
|
+
"sshdsakey": "AAAAB3NzaC1kc3MAAACBANj/sdt0sgjwsulgFEd7RzYbFTlM7vu/GlGOVUesUMG66cjd7sqxd4cLfMIEAx69JyALkc9Qe8GOLiPLhiaK+3l5T84T4knnLQoeR/IVKSFkVyAQB8KaL8kdnL/s3MFCpwjGVszT3yMArwmEZvAmwiIEZ+i9AxZwlyCy+eJi2Ei7AAAAFQD4/5gGQMuZ/JUe+JqfKuzaiuEBIQAAAIEAyhBPKhLc1eZiMbfVcRVZKgzzHSDubr094CsSdVr5bPEyq6tnZzUkISDdd7F36Ti/DgQFPo48aj6GpleU1Y4LtOtSV5B+AvOihf4qkStowQd0l1dTQPOZ3kqdQSP4b7hGE4RUo4iUsK+Df9kSyv9xCWEker1rXxjSow7ITHYakz0AAACBAMAY4eI+j9jTr+k7hHC1Ys1rHDxiH8GfJxLi9Q+U7Y1ATh2U+9c5Jv9RUARDTvASXOlY5iCTHw6SHhBT+eOhMfw3Gk/2nJ98aHyhIozrSuVxhkx88wPzrgWHtpvjtJDy1fz0JznabLWo1GJtmHXEjpGRMaOR3sRAQcThjJ8nTWdD",
|
127
|
+
"sshfp_dsa": "SSHFP 2 1 c73918994566f9cff5f408aa1e5e4c1d67edc263\nSSHFP 2 2 d94694f641d163adb18fbfc74af10c14c9f6352a89a59435476fdf77a4e3a94c",
|
128
|
+
"sshrsakey": "AAAAB3NzaC1yc2EAAAADAQABAAABAQDGpJKJy71vPm4q8T+qlxcEwxQNQkuwnUlS4vebuebkulL3bt7VSw+Vf8mnwvw/tY2KwaU+2NlF64UoMJLklo3I33S939tmbku8JCGHu114NYx8vr4BeNKHmoUycTcGYtyMGRISXka7C1DPP9CJXbi/y7lhhF0kHArdygVl004shYpKkUlGC9wr1b/m+KUJ5GnLn5TnifZSOCHvH8+c9uPA5WdYpMVKrmyfKrNMEksfgZc/X5bx5aBb/H8u/s6/S6hXrrIDrRX22hXOyW1ToybPD6QswwbGt9Cg9eGoAAcV11KDAREIwvoEbIj1KR8i9HrdW74/mJycxIQPTyzkkfr7",
|
129
|
+
"sshfp_rsa": "SSHFP 1 1 c01e0f8db3ef7bb4bc92666c32137b1816578255\nSSHFP 1 2 3f634cba31a7cedc27017281dce0a835e1f96c2399f6c4badbc2e0d5e2486707",
|
130
|
+
"sshecdsakey": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBF1XbRUluVzplzKoLhShoVoq3zlv4o6BpDW4nS7rzR9UIOGmGUMNcRn/ZxINjQc0h1wtMI0x6ajZ1GCfNnrGTI8=",
|
131
|
+
"sshfp_ecdsa": "SSHFP 3 1 e6e94de14ca7dd5e3d770b3e1f57be2eda41df1e\nSSHFP 3 2 7aea0750f9cd70665c857c5515d463952cab3310f39543f9d235c18a07e1a5b4",
|
132
|
+
"sshed25519key": "AAAAC3NzaC1lZDI1NTE5AAAAIPVmiLHKP94uoQnpLhOx9XB4DinfZIdkyROy7x5Str0G",
|
133
|
+
"sshfp_ed25519": "SSHFP 4 1 fd46c8154716aa5b9282b924efbd34a787e7095f\nSSHFP 4 2 beabc75b472831807ac56e82898d95738fe06e344ddf44684edcf0804fafed41",
|
134
|
+
"uptime_hours": 0,
|
135
|
+
"physicalprocessorcount": 1,
|
136
|
+
"manufacturer": "innotek GmbH",
|
137
|
+
"productname": "VirtualBox",
|
138
|
+
"serialnumber": "0",
|
139
|
+
"processorcount": 1,
|
140
|
+
"processor": "Intel(R) Core(TM) i7-2677M CPU @ 1.80GHz",
|
141
|
+
"kernelmajversion": "6.3",
|
142
|
+
"domain": "example.com"
|
143
|
+
}
|
@@ -0,0 +1,143 @@
|
|
1
|
+
{
|
2
|
+
"gem_version": "~> 2.5.0",
|
3
|
+
"architecture": "amd64",
|
4
|
+
"kernel": "OpenBSD",
|
5
|
+
"domain": "example.com",
|
6
|
+
"virtual": "virtualbox",
|
7
|
+
"is_virtual": true,
|
8
|
+
"hardwaremodel": "amd64",
|
9
|
+
"operatingsystem": "OpenBSD",
|
10
|
+
"os": {
|
11
|
+
"name": "OpenBSD",
|
12
|
+
"family": "OpenBSD",
|
13
|
+
"release": {
|
14
|
+
"major": "6",
|
15
|
+
"minor": "4",
|
16
|
+
"full": "6.4"
|
17
|
+
}
|
18
|
+
},
|
19
|
+
"kernelrelease": "6.4",
|
20
|
+
"facterversion": "2.5.4",
|
21
|
+
"fqdn": "foo.example.com",
|
22
|
+
"gid": "wheel",
|
23
|
+
"hardwareisa": "amd64",
|
24
|
+
"hostname": "foo",
|
25
|
+
"id": "root",
|
26
|
+
"interfaces": "lo0,em0,em1,enc0,pflog0",
|
27
|
+
"ipaddress_lo0": "127.0.0.1",
|
28
|
+
"netmask_lo0": "255.0.0.0",
|
29
|
+
"mtu_lo0": 32768,
|
30
|
+
"ipaddress_em0": "10.0.2.15",
|
31
|
+
"macaddress_em0": "08:00:27:17:68:ef",
|
32
|
+
"netmask_em0": "255.255.255.0",
|
33
|
+
"mtu_em0": 1500,
|
34
|
+
"ipaddress_em1": "10.0.0.2",
|
35
|
+
"macaddress_em1": "08:00:27:70:f3:21",
|
36
|
+
"netmask_em1": "255.255.255.0",
|
37
|
+
"mtu_em1": 1500,
|
38
|
+
"mtu_enc0": 0,
|
39
|
+
"mtu_pflog0": 33136,
|
40
|
+
"ipaddress": "10.0.2.15",
|
41
|
+
"kernelmajversion": "6.4",
|
42
|
+
"kernelversion": "6.4",
|
43
|
+
"macaddress": "08:00:27:17:68:ef",
|
44
|
+
"manufacturer": "innotek GmbH",
|
45
|
+
"productname": "VirtualBox",
|
46
|
+
"serialnumber": "0",
|
47
|
+
"memorysize": "1.98 GB",
|
48
|
+
"memoryfree": "0.00 MB",
|
49
|
+
"swapsize": "2.23 GB",
|
50
|
+
"swapfree": "2.23 GB",
|
51
|
+
"swapsize_mb": "2287.94",
|
52
|
+
"swapfree_mb": "2287.94",
|
53
|
+
"memorysize_mb": "2031.94",
|
54
|
+
"memoryfree_mb": "0.00",
|
55
|
+
"swapencrypted": true,
|
56
|
+
"netmask": "255.255.255.0",
|
57
|
+
"network_lo0": "127.0.0.0",
|
58
|
+
"network_em0": "10.0.2.0",
|
59
|
+
"network_em1": "10.0.0.0",
|
60
|
+
"operatingsystemmajrelease": "6",
|
61
|
+
"operatingsystemrelease": "6.4",
|
62
|
+
"osfamily": "OpenBSD",
|
63
|
+
"partitions": {
|
64
|
+
"wd0a": {
|
65
|
+
"size": "1028878",
|
66
|
+
"mount": "/",
|
67
|
+
"filesystem": "ffs"
|
68
|
+
},
|
69
|
+
"wd0k": {
|
70
|
+
"size": "9342894",
|
71
|
+
"mount": "/home",
|
72
|
+
"filesystem": "ffs"
|
73
|
+
},
|
74
|
+
"wd0d": {
|
75
|
+
"size": "1940078",
|
76
|
+
"mount": "/tmp",
|
77
|
+
"filesystem": "ffs"
|
78
|
+
},
|
79
|
+
"wd0f": {
|
80
|
+
"size": "2041758",
|
81
|
+
"mount": "/usr",
|
82
|
+
"filesystem": "ffs"
|
83
|
+
},
|
84
|
+
"wd0g": {
|
85
|
+
"size": "1028878",
|
86
|
+
"mount": "/usr/X11R6",
|
87
|
+
"filesystem": "ffs"
|
88
|
+
},
|
89
|
+
"wd0h": {
|
90
|
+
"size": "4445198",
|
91
|
+
"mount": "/usr/local",
|
92
|
+
"filesystem": "ffs"
|
93
|
+
},
|
94
|
+
"wd0j": {
|
95
|
+
"size": "6069470",
|
96
|
+
"mount": "/usr/obj",
|
97
|
+
"filesystem": "ffs"
|
98
|
+
},
|
99
|
+
"wd0i": {
|
100
|
+
"size": "1764158",
|
101
|
+
"mount": "/usr/src",
|
102
|
+
"filesystem": "ffs"
|
103
|
+
},
|
104
|
+
"wd0e": {
|
105
|
+
"size": "3038990",
|
106
|
+
"mount": "/var",
|
107
|
+
"filesystem": "ffs"
|
108
|
+
}
|
109
|
+
},
|
110
|
+
"path": "/home/vagrant/vendor/bundler/ruby/2.4/bin:/opt/puppetlabs/puppet/bin:/opt/puppetlabs/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/X11R6/bin:/usr/local/bin:/usr/local/sbin",
|
111
|
+
"physicalprocessorcount": 2,
|
112
|
+
"processors": {
|
113
|
+
"count": 2,
|
114
|
+
"physicalcount": 2,
|
115
|
+
"speed": "2.9 GHz"
|
116
|
+
},
|
117
|
+
"processorcount": 2,
|
118
|
+
"processor": "Intel(R) Core(TM) i7-7500U CPU @ 2.70GHz",
|
119
|
+
"ps": "ps auxwww",
|
120
|
+
"puppetversion": "5.5.6",
|
121
|
+
"rubyplatform": "x86_64-openbsd",
|
122
|
+
"rubysitedir": "/usr/local/lib/ruby/site_ruby/2.4",
|
123
|
+
"rubyversion": "2.4.4",
|
124
|
+
"sshdsakey": "AAAAB3NzaC1kc3MAAACBAOi0IrBJGcANQt1mfAgGOZ53ALlfePIKEIQFkKhirH53S8+zA0b5p3slKynr6jbJLTszvtvvc0B2vgtLMgtghToLrS7EzM6OuyQTleg2NXlmlbmrP5wXIhlUtY/50a7Nwtm7qNFuUU+K9VwH72Qdsn09T7xujzM2r3uMEdKdCWPFAAAAFQCu8MFegchQ1ssXtEp+cSZjUlwfPQAAAIEA0lOF+wWHmjlSQM15ZRCOFRV+VQ6ZASJcgxEj3w1wYZ0yO8qRhtzHsOiRAo4geOouJKEVs6KLNotVOqigsJx2TxsRdcivF/ALFcYSqwIh2p4s6ggRQi9Ydi+3istvq3oZxEADuvOlSiceOsuijR+ln/5JS2ob50wSZaaaBoLcVnMAAACARunvAslb587uGyLlVNXI3zXK8Mp8ki3IM5ogDkj6hQbeTxeAlTeb6BXUqZulXX1XiN3+yUCXpKXxKDBfDEmkbfQhJPhftkZFtrUqjgyYm3AzwgPldQn7bGuwSYL6neshmZqgpifWgDEcUIaLWVKXaZU8BzAqTMUcT7sAWseSM7k=",
|
125
|
+
"sshfp_dsa": "SSHFP 2 1 ba99720181fcaf7a521357a062a6517f61049b53\nSSHFP 2 2 129551bf3f0e6c7582c6d7b557da294fa729dcec520a9733d8d2a82832ff1a8c",
|
126
|
+
"sshrsakey": "AAAAB3NzaC1yc2EAAAADAQABAAABAQC3MiDX+FISeb7uOw+wNQva1JviIJyPV7m8Ac31WfXoY9NB/ysIN6BE4sQjJVuVsUC1FHMMFddXjpZpo2DXXjK3FoJFBB0Dxyb8CM9cemPLXbr1yD75A3B0DQaNY2h/leNHB/UqXM1K1n0tlj1Lh9QiNwhBc4gkA5Lx2VwLsTO/li/DQodU29wPby62yuKg3pTbXeXVokrsPDc7gTQ+UI1yiUdLaiV9oiyqp8huXjmMgEgCPmr+6lEovvn/x8dWi61Qj50GukWEOunBBPOa8/WOz7hjczzG0AH8t73997XKIqVDvax+rCqoDHaCbRogI7EjVbDGsseLz5ntPZ4EvM63",
|
127
|
+
"sshfp_rsa": "SSHFP 1 1 fbbac6d1a61e39c00249b5e37f090061e8299a19\nSSHFP 1 2 b3e8679fc3d3d987d17ead36e93fb85c984b4380cf92123d37043f7752592165",
|
128
|
+
"sshecdsakey": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDUVhuap4rcrvl7mIgIhvwqEBlVHfN3tXkDAr6ZNi9sp+vhyiD8NKwjZzR0hkth/El1ZFOcUNhEp0DT2DSkC68c=",
|
129
|
+
"sshfp_ecdsa": "SSHFP 3 1 5da27af86f740f01b7ed8315356582cef1e5f485\nSSHFP 3 2 7f440620b200c9bc09be49c51a312820e76663d6202f62473f4a925badff9f23",
|
130
|
+
"sshed25519key": "AAAAC3NzaC1lZDI1NTE5AAAAII+WD+AGnOTVAbD5zFBTcBOzOKhiuyky6fqNX5A5BE+E",
|
131
|
+
"sshfp_ed25519": "SSHFP 4 1 cb8c2b1d74dbffb30ac28f545605e57279783755\nSSHFP 4 2 24183c39e5178f078cf4e071f8b29014c21e532180d8b04eef77f19f470b0c78",
|
132
|
+
"system_uptime": {
|
133
|
+
"seconds": 1054,
|
134
|
+
"hours": 0,
|
135
|
+
"days": 0,
|
136
|
+
"uptime": "0:17 hours"
|
137
|
+
},
|
138
|
+
"timezone": "PDT",
|
139
|
+
"uptime": "0:17 hours",
|
140
|
+
"uptime_days": 0,
|
141
|
+
"uptime_hours": 0,
|
142
|
+
"uptime_seconds": 1054
|
143
|
+
}
|
@@ -1,145 +1,143 @@
|
|
1
1
|
{
|
2
|
-
"
|
3
|
-
"
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
"
|
10
|
-
"memoryfree": "1.76 GB",
|
11
|
-
"boardproductname": "440BX Desktop Reference Platform",
|
12
|
-
"operatingsystemrelease": "5.10",
|
13
|
-
"boardserialnumber": "None",
|
14
|
-
"lsbminordistrelease": "10",
|
15
|
-
"boardmanufacturer": "Intel Corporation",
|
16
|
-
"selinux_current_mode": "enforcing",
|
2
|
+
"kernel": "Linux",
|
3
|
+
"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",
|
4
|
+
"manufacturer": "VMware, Inc.",
|
5
|
+
"mtu_sit0": 1480,
|
6
|
+
"processor1": "Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz",
|
7
|
+
"swapsize_mb": "3999.99",
|
8
|
+
"selinux_config_policy": "targeted",
|
9
|
+
"blockdevice_sda_model": "Virtual disk",
|
17
10
|
"rubyversion": "1.8.7",
|
18
|
-
"
|
11
|
+
"bios_vendor": "Phoenix Technologies LTD",
|
12
|
+
"netmask_eth0": "255.255.240.0",
|
13
|
+
"timezone": "PDT",
|
14
|
+
"rubyplatform": "x86_64-linux",
|
15
|
+
"virtual": "vmware",
|
16
|
+
"uniqueid": "200a6e74",
|
19
17
|
"partitions": {
|
20
|
-
"
|
21
|
-
"size": "
|
18
|
+
"sda2": {
|
19
|
+
"size": "16563015"
|
22
20
|
},
|
23
21
|
"sda1": {
|
22
|
+
"size": "208782",
|
24
23
|
"label": "/boot",
|
25
24
|
"filesystem": "ext3",
|
26
|
-
"
|
27
|
-
"
|
28
|
-
"size": "208782"
|
25
|
+
"uuid": "3ceaba3b-0c02-4b1a-8f84-430ae10fc4f2",
|
26
|
+
"mount": "/boot"
|
29
27
|
},
|
30
|
-
"
|
31
|
-
"size": "
|
28
|
+
"sdb1": {
|
29
|
+
"size": "16777184"
|
32
30
|
}
|
33
31
|
},
|
34
|
-
"
|
35
|
-
"
|
36
|
-
"
|
37
|
-
"blockdevice_sda_vendor": "VMware",
|
38
|
-
"filesystems": "ext3,iso9660",
|
39
|
-
"swapsize_mb": "3968.00",
|
40
|
-
"selinux": true,
|
41
|
-
"netmask": "255.255.240.0",
|
42
|
-
"uuid": "4222D6E7-FC0E-E2C8-C838-BB24CCADE2E5",
|
43
|
-
"network_lo": "127.0.0.0",
|
44
|
-
"processorcount": 2,
|
45
|
-
"blockdevice_sdb_model": "Virtual disk",
|
46
|
-
"hardwareisa": "x86_64",
|
47
|
-
"processor0": "Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz",
|
48
|
-
"physicalprocessorcount": 2,
|
49
|
-
"hostname": "foo",
|
50
|
-
"operatingsystemmajrelease": "5",
|
51
|
-
"lsbmajdistrelease": "5",
|
52
|
-
"operatingsystem": "OracleLinux",
|
53
|
-
"architecture": "x86_64",
|
54
|
-
"blockdevices": "fd0,sda,sdb,sr0",
|
55
|
-
"blockdevice_fd0_size": 4096,
|
56
|
-
"hardwaremodel": "x86_64",
|
57
|
-
"mtu_sit0": 1480,
|
58
|
-
"lsbrelease": ":core-4.0-amd64:core-4.0-ia32:core-4.0-noarch:graphics-4.0-amd64:graphics-4.0-ia32:graphics-4.0-noarch:printing-4.0-amd64:printing-4.0-ia32:printing-4.0-noarch",
|
59
|
-
"kernelrelease": "2.6.39-400.214.5.el5uek",
|
60
|
-
"serialnumber": "VMware-42 22 d6 e7 fc 0e e2 c8-c8 38 bb 24 cc ad e2 e5",
|
61
|
-
"swapsize": "3.88 GB",
|
62
|
-
"sshdsakey": "AAAAB3NzaC1kc3MAAACBAOTpDh2JIhhOdXkF8sD2OVnnfwdKkSLiYpeSI6b2qvI7NEyO/DTqp94NtAkqNohw+VpZ1mLSO42iZTprUP4+mmPEuJgoFerrjJj6pcOCxRASiuEY4WDelSekElBRgfKh6qXrF62FugpPA90ICKjcIgWuuIutWHSBuiCIrDWCwOWtAAAAFQDI8qzrayza9a8RschFqU+Cok5XFQAAAIBeInMa+egkejuOJ0Tkb6R3rGZwCFcNtM0GBbqP99mDX9MlTeyz1Nmr8iaAWFl3OTPbIcvOwHpEh5YkLPZLh6luON6gA0oVu2uGYig39pgr2TJT4nT8Zf8Y3indA5dZGJcRvsrRrtbyJvKMGDZN9JUnVmkUzlXDlz8joT4TOI2oZQAAAIEAsFmVPO05/eRdZKtChRdm+/dMIFiu2Kod0ECAb0LKbbQPLC1ZWc27ro/ZvXaz/eHa6l7fGbp0U8ZDGOmWZMkmdyjrrTOFuNV2z3MEwQl3xUOgT6jL3Ob1gbw1RbYpY1a3SdfWLzz3EixH7KkWKYoXJ98zFrUTSCH3QfRrRbwVF2o=",
|
63
|
-
"macaddress_eth0": "00:50:56:A2:99:7C",
|
64
|
-
"bios_vendor": "Phoenix Technologies LTD",
|
65
|
-
"sshfp_dsa": "SSHFP 2 1 272aaaa23e2a4ce729d78bb10b5ad13bfaeafcfe\nSSHFP 2 2 c73b272371d036dbac0f30a11943e1da866f59efcb9575eb494f30c0137fabdc",
|
66
|
-
"uptime_days": 0,
|
67
|
-
"netmask_eth0": "255.255.240.0",
|
68
|
-
"macaddress": "00:50:56:A2:99:7C",
|
69
|
-
"network_eth0": "10.32.112.0",
|
70
|
-
"manufacturer": "VMware, Inc.",
|
32
|
+
"sshdsakey": "AAAAB3NzaC1kc3MAAACBAP/ws3Yhu1oXD+wgxSC3RymhwY0Buvo6oS1Bq24gUyyUKBLqGw47DxbMaUWAD+lbY2bmAsx5YDV6jHJBP2biqNPiSPYcDimR94B10x9JPpVdnNiC/XqsTPzToVgnR+txO1icPaYClR5kTvLHk25+UIX3Ne84v+gabixB+RFd4iEhAAAAFQC/W9nI7D2H9MFI9UZjes3b1S0SxQAAAIEAy8E+9gb/Q74+8qQQjNfgDGKeeOQr0XFA8odR5jpCDWVudzK2VFXMtayvTjrvotSfEgSRjrF00MP/2E30cajWuJXhLnjb705K7MLv0VP+1piUEjlk8W1qBsCQq2zCPOO0UJxxjA6ilbspY3y+6Fe5PvbSre+9aFPSJUWJmTgygXcAAACAd0RwsieW8HL8a/YHAJZHVacVDlL3OvpHeYEK9SbJVxrqO0Glumj2eDNyHs1YsLa2rj0JicQNSx+xDOlPow9EPuDM27AVhUV8iMQuIhW3H8LU8qO3BEOfIN5+MPmm2SAVxdmoKUM0l3SfMUGwJk4RjLtHH6e2kgxIGrGejDstzgk=",
|
33
|
+
"sshfp_rsa": "SSHFP 1 1 5f64e757ab9e88d23aca55d8b7e88ba813125fb1\nSSHFP 1 2 cb62ae7f4bc96128532ec55120dc651b8ce7180a7c342ab4f8b43e291e6769dc",
|
34
|
+
"swapfree": "3.91 GB",
|
71
35
|
"rubysitedir": "/usr/lib/ruby/site_ruby/1.8",
|
72
|
-
"
|
73
|
-
"selinux_config_mode": "enforcing",
|
74
|
-
"swapfree_mb": "3968.00",
|
75
|
-
"kernelmajversion": "2.6",
|
76
|
-
"mtu_eth0": 1500,
|
77
|
-
"ipaddress_lo": "127.0.0.1",
|
78
|
-
"processors": {
|
79
|
-
"models": [
|
80
|
-
"Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz",
|
81
|
-
"Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz"
|
82
|
-
],
|
83
|
-
"physicalcount": 2,
|
84
|
-
"count": 2
|
85
|
-
},
|
86
|
-
"type": "Other",
|
87
|
-
"blockdevice_sr0_size": 1073741312,
|
88
|
-
"selinux_config_policy": "targeted",
|
89
|
-
"uptime": "8:00 hours",
|
90
|
-
"timezone": "PDT",
|
91
|
-
"swapfree": "3.88 GB",
|
92
|
-
"selinux_enforced": true,
|
93
|
-
"bios_release_date": "07/30/2013",
|
94
|
-
"memorysize": "1.96 GB",
|
95
|
-
"kernel": "Linux",
|
96
|
-
"selinux_policyversion": "26",
|
97
|
-
"netmask_lo": "255.0.0.0",
|
98
|
-
"ipaddress_eth0": "10.32.119.74",
|
99
|
-
"gid": "root",
|
36
|
+
"processorcount": 2,
|
100
37
|
"lsbdistrelease": "5.10",
|
38
|
+
"blockdevices": "fd0,hdc,sda,sdb",
|
39
|
+
"uptime": "7:53 hours",
|
40
|
+
"facterversion": "2.5.0",
|
41
|
+
"kernelrelease": "2.6.18-402.el5",
|
42
|
+
"netmask": "255.255.240.0",
|
101
43
|
"mtu_lo": 16436,
|
102
|
-
"
|
103
|
-
"memorysize_mb": "2006.71",
|
104
|
-
"sshrsakey": "AAAAB3NzaC1yc2EAAAABIwAAAQEA2z+0u94FkUBlV2wwbEQnABBopP36AkVX7zg/wi28fchN/8wsi/aw22FIrnejeP1osg1YxUOUBYEACHIOpYy9k6fn52C7L+BZb+PFRHRSLhkDMOnn70R3baVwFnOsHW9eGVul51wgd147WDFFw6ZebZ65VJu8prbRAIsfAPLU7I0iy3xhE0zPADin0PKBEeGmZIuhvBjm6g8g9yvcOEfYxoyvsiDZiJoXIUrpzNsaPfDq/R1wOYXSaRZhlf1YdAlCMMHoAM6tp3fzF48/BdkqiBoWiaBmGAmyQprr8dJqKX7aD17E1v4vAniIAjR9aY0obaZMI1KYfdsHyEcCkMyl3Q==",
|
105
|
-
"ipaddress": "10.32.119.74",
|
44
|
+
"fqdn": "foo.example.com",
|
106
45
|
"domain": "example.com",
|
107
|
-
"
|
46
|
+
"lsbdistdescription": "OracleLinux release 5.10 (Final)",
|
47
|
+
"hardwaremodel": "x86_64",
|
48
|
+
"architecture": "x86_64",
|
49
|
+
"sshrsakey": "AAAAB3NzaC1yc2EAAAABIwAAAQEAu3juUV4lxin9Z0zs82aJRE6yt/qIbl7LPofVG+bLG42RdLfyKL3HH2AcU5OO3mBBlmpKHgZcqas1tauOdcyZ+3EfiGB7OiAkoEb5Mo6jaYj5kQ6cdnx4XuzfQyA4u3acXKv+ONYgPYxAiZrXyzmetuhyhtY9mhk54s1FXmv3A+KCA/h3tKO1nIMapJ9HI0eK8otNrCL9Drwb25eSYPoGd3B7PvhV3fh67B2VUTukuRpAR3oQuvaBOijOuhFe45RMLIIzWkExzvvQrzNBkEaY5rnYU/GrKdu5u1O4T2E44/w2XetkMzVmVU8oqtH/xPWvAJtx7nCwTFaR5LBNNz5+jw==",
|
50
|
+
"processor0": "Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz",
|
51
|
+
"hostname": "foo",
|
52
|
+
"memoryfree_mb": "3787.05",
|
53
|
+
"lsbdistid": "OracleLinux",
|
54
|
+
"kernelversion": "2.6.18",
|
55
|
+
"bios_release_date": "07/30/2013",
|
56
|
+
"memorysize": "3.86 GB",
|
108
57
|
"path": "/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin",
|
109
|
-
"
|
110
|
-
"
|
111
|
-
"
|
112
|
-
"osfamily": "RedHat",
|
113
|
-
"uniqueid": "200a4a77",
|
114
|
-
"processor1": "Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz",
|
115
|
-
"blockdevice_sda_model": "Virtual disk",
|
58
|
+
"physicalprocessorcount": 2,
|
59
|
+
"uptime_seconds": 28435,
|
60
|
+
"uptime_days": 0,
|
116
61
|
"os": {
|
62
|
+
"family": "RedHat",
|
117
63
|
"release": {
|
118
64
|
"major": "5",
|
119
|
-
"
|
120
|
-
"
|
65
|
+
"full": "5.10",
|
66
|
+
"minor": "10"
|
121
67
|
},
|
122
68
|
"name": "OracleLinux",
|
123
|
-
"family": "RedHat",
|
124
69
|
"lsb": {
|
125
|
-
"release": ":core-4.0-amd64:core-4.0-ia32:core-4.0-noarch:graphics-4.0-amd64:graphics-4.0-ia32:graphics-4.0-noarch:printing-4.0-amd64:printing-4.0-ia32:printing-4.0-noarch",
|
126
70
|
"majdistrelease": "5",
|
71
|
+
"release": ":core-4.0-amd64:core-4.0-noarch:graphics-4.0-amd64:graphics-4.0-noarch:printing-4.0-amd64:printing-4.0-noarch",
|
72
|
+
"distdescription": "OracleLinux release 5.10 (Final)",
|
127
73
|
"distrelease": "5.10",
|
128
|
-
"
|
129
|
-
"
|
130
|
-
"
|
131
|
-
"minordistrelease": "10"
|
74
|
+
"minordistrelease": "10",
|
75
|
+
"distid": "OracleLinux",
|
76
|
+
"distcodename": "Final"
|
132
77
|
}
|
133
78
|
},
|
134
|
-
"
|
135
|
-
"
|
136
|
-
"
|
137
|
-
"
|
138
|
-
"
|
79
|
+
"network_eth0": "10.32.112.0",
|
80
|
+
"is_virtual": true,
|
81
|
+
"ipaddress_lo": "127.0.0.1",
|
82
|
+
"gid": "root",
|
83
|
+
"boardserialnumber": "None",
|
84
|
+
"kernelmajversion": "2.6",
|
85
|
+
"blockdevice_sda_vendor": "VMware",
|
86
|
+
"lsbdistcodename": "Final",
|
87
|
+
"osfamily": "RedHat",
|
88
|
+
"blockdevice_sdb_model": "Virtual disk",
|
89
|
+
"selinux": true,
|
90
|
+
"ipaddress": "10.32.116.110",
|
91
|
+
"blockdevice_fd0_size": 4096,
|
92
|
+
"selinux_config_mode": "enforcing",
|
93
|
+
"macaddress": "00:50:56:A2:97:D2",
|
94
|
+
"type": "Other",
|
95
|
+
"ipaddress_eth0": "10.32.116.110",
|
96
|
+
"system_uptime": {
|
97
|
+
"hours": 7,
|
98
|
+
"seconds": 28435,
|
99
|
+
"uptime": "7:53 hours",
|
100
|
+
"days": 0
|
101
|
+
},
|
102
|
+
"selinux_policyversion": "21",
|
103
|
+
"filesystems": "ext2,ext3,iso9660",
|
104
|
+
"boardmanufacturer": "Intel Corporation",
|
105
|
+
"productname": "VMware Virtual Platform",
|
106
|
+
"id": "root",
|
139
107
|
"ps": "ps -ef",
|
140
|
-
"
|
108
|
+
"netmask_lo": "255.0.0.0",
|
109
|
+
"lsbmajdistrelease": "5",
|
110
|
+
"blockdevice_sdb_vendor": "VMware",
|
111
|
+
"processors": {
|
112
|
+
"models": [
|
113
|
+
"Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz",
|
114
|
+
"Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz"
|
115
|
+
],
|
116
|
+
"count": 2,
|
117
|
+
"physicalcount": 2
|
118
|
+
},
|
119
|
+
"network_lo": "127.0.0.0",
|
120
|
+
"bios_version": "6.00",
|
121
|
+
"sshfp_dsa": "SSHFP 2 1 3febfa91d117f149536fc4739ca84f60aeab7fe2\nSSHFP 2 2 051cbdcb69c3cdce1eeb996509a346efc420aa0928687d001f44e64fa8148473",
|
122
|
+
"memoryfree": "3.70 GB",
|
123
|
+
"boardproductname": "440BX Desktop Reference Platform",
|
124
|
+
"blockdevice_hdc_size": 4294965248,
|
125
|
+
"selinux_current_mode": "enforcing",
|
126
|
+
"lsbminordistrelease": "10",
|
127
|
+
"blockdevice_sdb_size": 8589934592,
|
141
128
|
"interfaces": "eth0,lo,sit0",
|
142
|
-
"
|
143
|
-
"
|
144
|
-
"
|
129
|
+
"mtu_eth0": 1500,
|
130
|
+
"hardwareisa": "x86_64",
|
131
|
+
"uuid": "4222E6C9-0A85-9AA0-A549-595F34DB051C",
|
132
|
+
"operatingsystemrelease": "5.10",
|
133
|
+
"memorysize_mb": "3948.95",
|
134
|
+
"serialnumber": "VMware-42 22 e6 c9 0a 85 9a a0-a5 49 59 5f 34 db 05 1c",
|
135
|
+
"selinux_enforced": true,
|
136
|
+
"uptime_hours": 7,
|
137
|
+
"swapsize": "3.91 GB",
|
138
|
+
"swapfree_mb": "3999.99",
|
139
|
+
"operatingsystemmajrelease": "5",
|
140
|
+
"macaddress_eth0": "00:50:56:A2:97:D2",
|
141
|
+
"blockdevice_sda_size": 8589934592,
|
142
|
+
"operatingsystem": "OracleLinux"
|
145
143
|
}
|