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
@@ -8,14 +8,16 @@
|
|
8
8
|
"bios_release_date": "07/30/2013",
|
9
9
|
"bios_vendor": "Phoenix Technologies LTD",
|
10
10
|
"bios_version": "6.00",
|
11
|
-
"blockdevice_fd0_size": 4096,
|
12
11
|
"blockdevice_sda_model": "Virtual disk",
|
13
|
-
"blockdevice_sda_size":
|
12
|
+
"blockdevice_sda_size": 8589934592,
|
14
13
|
"blockdevice_sda_vendor": "VMware",
|
14
|
+
"blockdevice_sdb_model": "Virtual disk",
|
15
|
+
"blockdevice_sdb_size": 8589934592,
|
16
|
+
"blockdevice_sdb_vendor": "VMware",
|
15
17
|
"blockdevice_sr0_model": "VMware IDE CDR10",
|
16
18
|
"blockdevice_sr0_size": 1073741312,
|
17
19
|
"blockdevice_sr0_vendor": "NECVMWar",
|
18
|
-
"blockdevices": "
|
20
|
+
"blockdevices": "sr0,sda,sdb",
|
19
21
|
"boardmanufacturer": "Intel Corporation",
|
20
22
|
"boardproductname": "440BX Desktop Reference Platform",
|
21
23
|
"boardserialnumber": "None",
|
@@ -26,14 +28,16 @@
|
|
26
28
|
"system": "10.32.22.10"
|
27
29
|
},
|
28
30
|
"disks": {
|
29
|
-
"fd0": {
|
30
|
-
"size": "4.00 KiB",
|
31
|
-
"size_bytes": 4096
|
32
|
-
},
|
33
31
|
"sda": {
|
34
32
|
"model": "Virtual disk",
|
35
|
-
"size": "
|
36
|
-
"size_bytes":
|
33
|
+
"size": "8.00 GiB",
|
34
|
+
"size_bytes": 8589934592,
|
35
|
+
"vendor": "VMware"
|
36
|
+
},
|
37
|
+
"sdb": {
|
38
|
+
"model": "Virtual disk",
|
39
|
+
"size": "8.00 GiB",
|
40
|
+
"size_bytes": 8589934592,
|
37
41
|
"vendor": "VMware"
|
38
42
|
},
|
39
43
|
"sr0": {
|
@@ -61,8 +65,8 @@
|
|
61
65
|
"manufacturer": "VMware, Inc.",
|
62
66
|
"product": {
|
63
67
|
"name": "VMware Virtual Platform",
|
64
|
-
"serial_number": "VMware-42 0f
|
65
|
-
"uuid": "
|
68
|
+
"serial_number": "VMware-42 0f f3 c9 83 10 a0 ca-c9 82 af 68 03 73 38 c4",
|
69
|
+
"uuid": "420FF3C9-8310-A0CA-C982-AF68037338C4"
|
66
70
|
}
|
67
71
|
},
|
68
72
|
"domain": "example.com",
|
@@ -82,95 +86,96 @@
|
|
82
86
|
"user": "root"
|
83
87
|
},
|
84
88
|
"interfaces": "eth0,lo",
|
85
|
-
"ipaddress": "10.32.114.
|
86
|
-
"ipaddress6": "fe80::250:56ff:fe8f:
|
87
|
-
"ipaddress6_eth0": "fe80::250:56ff:fe8f:
|
89
|
+
"ipaddress": "10.32.114.39",
|
90
|
+
"ipaddress6": "fe80::250:56ff:fe8f:708",
|
91
|
+
"ipaddress6_eth0": "fe80::250:56ff:fe8f:708",
|
88
92
|
"ipaddress6_lo": "::1",
|
89
|
-
"ipaddress_eth0": "10.32.114.
|
93
|
+
"ipaddress_eth0": "10.32.114.39",
|
90
94
|
"ipaddress_lo": "127.0.0.1",
|
91
95
|
"is_virtual": true,
|
92
96
|
"kernel": "Linux",
|
93
|
-
"kernelmajversion": "
|
94
|
-
"kernelrelease": "
|
95
|
-
"kernelversion": "
|
97
|
+
"kernelmajversion": "2.6",
|
98
|
+
"kernelrelease": "2.6.32-431.11.2.el6.x86_64",
|
99
|
+
"kernelversion": "2.6.32",
|
96
100
|
"load_averages": {
|
97
|
-
"15m": 0.
|
98
|
-
"1m": 0.
|
101
|
+
"15m": 0.03,
|
102
|
+
"1m": 0.37,
|
99
103
|
"5m": 0.09
|
100
104
|
},
|
101
|
-
"macaddress": "00:50:56:8f:
|
102
|
-
"macaddress_eth0": "00:50:56:8f:
|
105
|
+
"macaddress": "00:50:56:8f:07:08",
|
106
|
+
"macaddress_eth0": "00:50:56:8f:07:08",
|
103
107
|
"manufacturer": "VMware, Inc.",
|
104
108
|
"memory": {
|
105
109
|
"swap": {
|
106
|
-
"available": "
|
107
|
-
"available_bytes":
|
110
|
+
"available": "3.94 GiB",
|
111
|
+
"available_bytes": 4227850240,
|
108
112
|
"capacity": "0%",
|
109
|
-
"total": "
|
110
|
-
"total_bytes":
|
113
|
+
"total": "3.94 GiB",
|
114
|
+
"total_bytes": 4227850240,
|
111
115
|
"used": "0 bytes",
|
112
116
|
"used_bytes": 0
|
113
117
|
},
|
114
118
|
"system": {
|
115
|
-
"available": "
|
116
|
-
"available_bytes":
|
117
|
-
"capacity": "
|
118
|
-
"total": "
|
119
|
-
"total_bytes":
|
120
|
-
"used": "
|
121
|
-
"used_bytes":
|
119
|
+
"available": "5.52 GiB",
|
120
|
+
"available_bytes": 5925277696,
|
121
|
+
"capacity": "3.45%",
|
122
|
+
"total": "5.72 GiB",
|
123
|
+
"total_bytes": 6136987648,
|
124
|
+
"used": "201.90 MiB",
|
125
|
+
"used_bytes": 211709952
|
122
126
|
}
|
123
127
|
},
|
124
|
-
"memoryfree": "
|
125
|
-
"memoryfree_mb":
|
126
|
-
"memorysize": "
|
127
|
-
"memorysize_mb":
|
128
|
+
"memoryfree": "5.52 GiB",
|
129
|
+
"memoryfree_mb": 5650.78515625,
|
130
|
+
"memorysize": "5.72 GiB",
|
131
|
+
"memorysize_mb": 5852.6875,
|
128
132
|
"mountpoints": {
|
129
133
|
"/": {
|
130
|
-
"available": "
|
131
|
-
"available_bytes":
|
132
|
-
"capacity": "
|
134
|
+
"available": "10.06 GiB",
|
135
|
+
"available_bytes": 10800074752,
|
136
|
+
"capacity": "11.66%",
|
133
137
|
"device": "/dev/mapper/VolGroup-lv_root",
|
134
138
|
"filesystem": "ext4",
|
135
139
|
"options": [
|
136
140
|
"rw"
|
137
141
|
],
|
138
|
-
"size": "
|
139
|
-
"size_bytes":
|
140
|
-
"used": "
|
141
|
-
"used_bytes":
|
142
|
+
"size": "11.39 GiB",
|
143
|
+
"size_bytes": 12226121728,
|
144
|
+
"used": "1.33 GiB",
|
145
|
+
"used_bytes": 1426046976
|
142
146
|
},
|
143
147
|
"/boot": {
|
144
|
-
"available": "
|
145
|
-
"available_bytes":
|
146
|
-
"capacity": "
|
148
|
+
"available": "430.32 MiB",
|
149
|
+
"available_bytes": 451219456,
|
150
|
+
"capacity": "11.13%",
|
147
151
|
"device": "/dev/sda1",
|
148
152
|
"filesystem": "ext4",
|
149
153
|
"options": [
|
150
154
|
"rw"
|
151
155
|
],
|
152
|
-
"size": "
|
153
|
-
"size_bytes":
|
154
|
-
"used": "
|
155
|
-
"used_bytes":
|
156
|
+
"size": "484.22 MiB",
|
157
|
+
"size_bytes": 507744256,
|
158
|
+
"used": "53.91 MiB",
|
159
|
+
"used_bytes": 56524800
|
156
160
|
},
|
157
161
|
"/dev/shm": {
|
158
|
-
"available": "
|
159
|
-
"available_bytes":
|
162
|
+
"available": "2.86 GiB",
|
163
|
+
"available_bytes": 3068493824,
|
160
164
|
"capacity": "0%",
|
161
165
|
"device": "tmpfs",
|
162
166
|
"filesystem": "tmpfs",
|
163
167
|
"options": [
|
164
|
-
"rw"
|
168
|
+
"rw",
|
169
|
+
"rootcontext=\"system_u:object_r:tmpfs_t:s0\""
|
165
170
|
],
|
166
|
-
"size": "
|
167
|
-
"size_bytes":
|
171
|
+
"size": "2.86 GiB",
|
172
|
+
"size_bytes": 3068493824,
|
168
173
|
"used": "0 bytes",
|
169
174
|
"used_bytes": 0
|
170
175
|
}
|
171
176
|
},
|
172
177
|
"mtu_eth0": 1500,
|
173
|
-
"mtu_lo":
|
178
|
+
"mtu_lo": 16436,
|
174
179
|
"netmask": "255.255.240.0",
|
175
180
|
"netmask6": "ffff:ffff:ffff:ffff::",
|
176
181
|
"netmask6_eth0": "ffff:ffff:ffff:ffff::",
|
@@ -192,22 +197,22 @@
|
|
192
197
|
"eth0": {
|
193
198
|
"bindings": [
|
194
199
|
{
|
195
|
-
"address": "10.32.114.
|
200
|
+
"address": "10.32.114.39",
|
196
201
|
"netmask": "255.255.240.0",
|
197
202
|
"network": "10.32.112.0"
|
198
203
|
}
|
199
204
|
],
|
200
205
|
"bindings6": [
|
201
206
|
{
|
202
|
-
"address": "fe80::250:56ff:fe8f:
|
207
|
+
"address": "fe80::250:56ff:fe8f:708",
|
203
208
|
"netmask": "ffff:ffff:ffff:ffff::",
|
204
209
|
"network": "fe80::"
|
205
210
|
}
|
206
211
|
],
|
207
212
|
"dhcp": "10.32.22.10",
|
208
|
-
"ip": "10.32.114.
|
209
|
-
"ip6": "fe80::250:56ff:fe8f:
|
210
|
-
"mac": "00:50:56:8f:
|
213
|
+
"ip": "10.32.114.39",
|
214
|
+
"ip6": "fe80::250:56ff:fe8f:708",
|
215
|
+
"mac": "00:50:56:8f:07:08",
|
211
216
|
"mtu": 1500,
|
212
217
|
"netmask": "255.255.240.0",
|
213
218
|
"netmask6": "ffff:ffff:ffff:ffff::",
|
@@ -231,16 +236,16 @@
|
|
231
236
|
],
|
232
237
|
"ip": "127.0.0.1",
|
233
238
|
"ip6": "::1",
|
234
|
-
"mtu":
|
239
|
+
"mtu": 16436,
|
235
240
|
"netmask": "255.0.0.0",
|
236
241
|
"netmask6": "ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff",
|
237
242
|
"network": "127.0.0.0",
|
238
243
|
"network6": "::1"
|
239
244
|
}
|
240
245
|
},
|
241
|
-
"ip": "10.32.114.
|
242
|
-
"ip6": "fe80::250:56ff:fe8f:
|
243
|
-
"mac": "00:50:56:8f:
|
246
|
+
"ip": "10.32.114.39",
|
247
|
+
"ip6": "fe80::250:56ff:fe8f:708",
|
248
|
+
"mac": "00:50:56:8f:07:08",
|
244
249
|
"mtu": 1500,
|
245
250
|
"netmask": "255.255.240.0",
|
246
251
|
"netmask6": "ffff:ffff:ffff:ffff::",
|
@@ -250,19 +255,23 @@
|
|
250
255
|
},
|
251
256
|
"operatingsystem": "OracleLinux",
|
252
257
|
"operatingsystemmajrelease": "6",
|
253
|
-
"operatingsystemrelease": "6.
|
258
|
+
"operatingsystemrelease": "6.5",
|
254
259
|
"os": {
|
255
260
|
"architecture": "x86_64",
|
256
261
|
"family": "RedHat",
|
257
262
|
"hardware": "x86_64",
|
258
263
|
"name": "OracleLinux",
|
259
264
|
"release": {
|
260
|
-
"full": "6.
|
265
|
+
"full": "6.5",
|
261
266
|
"major": "6",
|
262
|
-
"minor": "
|
267
|
+
"minor": "5"
|
263
268
|
},
|
264
269
|
"selinux": {
|
265
|
-
"
|
270
|
+
"config_mode": "enforcing",
|
271
|
+
"current_mode": "enforcing",
|
272
|
+
"enabled": true,
|
273
|
+
"enforced": true,
|
274
|
+
"policy_version": "24"
|
266
275
|
}
|
267
276
|
},
|
268
277
|
"osfamily": "RedHat",
|
@@ -270,41 +279,47 @@
|
|
270
279
|
"/dev/mapper/VolGroup-lv_root": {
|
271
280
|
"filesystem": "ext4",
|
272
281
|
"mount": "/",
|
273
|
-
"size": "
|
274
|
-
"size_bytes":
|
275
|
-
"uuid": "
|
282
|
+
"size": "11.57 GiB",
|
283
|
+
"size_bytes": 12419334144,
|
284
|
+
"uuid": "a1b40949-3e6d-43bf-8d4e-59c5aaa680ab"
|
276
285
|
},
|
277
286
|
"/dev/mapper/VolGroup-lv_swap": {
|
278
287
|
"filesystem": "swap",
|
279
|
-
"size": "
|
280
|
-
"size_bytes":
|
281
|
-
"uuid": "
|
288
|
+
"size": "3.94 GiB",
|
289
|
+
"size_bytes": 4227858432,
|
290
|
+
"uuid": "11a8e4fd-7617-4c04-bc2b-e091c60329fb"
|
282
291
|
},
|
283
292
|
"/dev/sda1": {
|
284
293
|
"filesystem": "ext4",
|
285
294
|
"mount": "/boot",
|
286
295
|
"size": "500.00 MiB",
|
287
296
|
"size_bytes": 524288000,
|
288
|
-
"uuid": "
|
297
|
+
"uuid": "c9b8c4a4-7c49-4cb0-b7ee-6dd795e27c87"
|
289
298
|
},
|
290
299
|
"/dev/sda2": {
|
291
300
|
"filesystem": "LVM2_member",
|
292
|
-
"size": "
|
293
|
-
"size_bytes":
|
294
|
-
"uuid": "
|
301
|
+
"size": "7.51 GiB",
|
302
|
+
"size_bytes": 8064598016,
|
303
|
+
"uuid": "IjGuKV-6bj6-3Dxv-vnt1-RJgk-oCJh-6IueXx"
|
304
|
+
},
|
305
|
+
"/dev/sdb1": {
|
306
|
+
"filesystem": "LVM2_member",
|
307
|
+
"size": "8.00 GiB",
|
308
|
+
"size_bytes": 8587160064,
|
309
|
+
"uuid": "Nfhg70-64A3-LR3P-4kFG-veST-3gEo-2fSrD0"
|
295
310
|
}
|
296
311
|
},
|
297
312
|
"path": "/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/opt/puppetlabs/bin",
|
298
313
|
"physicalprocessorcount": 2,
|
299
|
-
"processor0": "Intel(R) Xeon(R) CPU E5-2680
|
300
|
-
"processor1": "Intel(R) Xeon(R) CPU E5-2680
|
314
|
+
"processor0": "Intel(R) Xeon(R) CPU E5-2680 v3 @ 2.50GHz",
|
315
|
+
"processor1": "Intel(R) Xeon(R) CPU E5-2680 v3 @ 2.50GHz",
|
301
316
|
"processorcount": 2,
|
302
317
|
"processors": {
|
303
318
|
"count": 2,
|
304
319
|
"isa": "x86_64",
|
305
320
|
"models": [
|
306
|
-
"Intel(R) Xeon(R) CPU E5-2680
|
307
|
-
"Intel(R) Xeon(R) CPU E5-2680
|
321
|
+
"Intel(R) Xeon(R) CPU E5-2680 v3 @ 2.50GHz",
|
322
|
+
"Intel(R) Xeon(R) CPU E5-2680 v3 @ 2.50GHz"
|
308
323
|
],
|
309
324
|
"physicalcount": 2
|
310
325
|
},
|
@@ -318,43 +333,47 @@
|
|
318
333
|
"rubyplatform": "x86_64-linux",
|
319
334
|
"rubysitedir": "/opt/puppetlabs/puppet/lib/ruby/site_ruby/2.1.0",
|
320
335
|
"rubyversion": "2.1.9",
|
321
|
-
"selinux":
|
322
|
-
"
|
336
|
+
"selinux": true,
|
337
|
+
"selinux_config_mode": "enforcing",
|
338
|
+
"selinux_current_mode": "enforcing",
|
339
|
+
"selinux_enforced": true,
|
340
|
+
"selinux_policyversion": "24",
|
341
|
+
"serialnumber": "VMware-42 0f f3 c9 83 10 a0 ca-c9 82 af 68 03 73 38 c4",
|
323
342
|
"ssh": {
|
324
343
|
"dsa": {
|
325
344
|
"fingerprints": {
|
326
|
-
"sha1": "SSHFP 2 1
|
327
|
-
"sha256": "SSHFP 2 2
|
345
|
+
"sha1": "SSHFP 2 1 8ebb6d9078da9da416723cac88c46bca6fe0ec54",
|
346
|
+
"sha256": "SSHFP 2 2 fd2bf6b3b04a115a7c8368a7f7e7738cf41d9e4c3eaf13033a38a53fe119ac69"
|
328
347
|
},
|
329
|
-
"key": "
|
348
|
+
"key": "AAAAB3NzaC1kc3MAAACBAJGJ+wHqAvYTv3VEzhPo3rwiaVxesMSstvufqZIYNLci54bEy7Dlq++scLFU7EjqhlnGG0HWZ+aHQpDY8TvvsRIw8Q9nyxHAonk0EtHu4RCF6MH1lo0IeAh12A0vEpaVgpQjKisfWuH/IQEi1wCCaVL0lsLc5CLe1wE+yKqWuyVrAAAAFQD+F89mMng0ZXHd9NKbsZO5LQ5vcQAAAIAN6ysU1N1SASyGwtWuAnkRKxusYgCpQ0L7hx7shXHiQ69WoQxzgUUb5AdF++kMQdplcqrD2MIf+6hk5o4kzkPTEJTpfl7l/qp2L6znDR5yjz+G4b499eD3UGmlLIOgb1R7v/mS7Q3Y0XYsh1nBJyupOiTIMT1g6f7pQkA/9eimgwAAAIAiqkmEyA+8HRxg02zyPVG3z0RBFQnqnjLO8GaVFLq+3j5HTYgHuyktn2Js2Qke0j8bJ7gs/9Zaxq2dxC9BCZV29VAtmp7DO6lZgh3qwvA1uUKraO2J5zzWZHhJ2c9/apGtySBeOD1lOgGiXLkn5x4R09kLs56f5n+ax2kVa4qs3A=="
|
330
349
|
},
|
331
350
|
"rsa": {
|
332
351
|
"fingerprints": {
|
333
|
-
"sha1": "SSHFP 1 1
|
334
|
-
"sha256": "SSHFP 1 2
|
352
|
+
"sha1": "SSHFP 1 1 c48ea7d5f6f38b3797e1e672f98ddf4d31796456",
|
353
|
+
"sha256": "SSHFP 1 2 b953c17a0af98e6fb1f3d06f2cc1e386a54e4868b2ea688ff950f4b8c5ed354a"
|
335
354
|
},
|
336
|
-
"key": "
|
355
|
+
"key": "AAAAB3NzaC1yc2EAAAABIwAAAQEAr2ywcLVQDql7LcLz8DZvJLWuEdb86cwe/q8TVqd7E1V0fKvXhZBXUN1aGeuvY+ewfnlYh79ioDvslGCSh452caet3JljzhtU6mFtTpPm5FPofZ9a5SbR4oC5abFe8WH19KGI/HSsXEGqtNwNAcX6kfJSgcCRcPv+Jg0rO4Goncv8hLEv+ek+izVpuAPPBvgHN1QLlfSlN0rlYvn62WDs0ecYTGpmy03JisfYubefJ25roOFxakx8NAdajb1Ce5IV7GxEn5BSe9mjGPI4UvDFYtDEMeKhDl8eKxICfcei8X6uUfunr1N4kIjn3Q78aloCFhzn37OSI71rjmYISOq3JQ=="
|
337
356
|
}
|
338
357
|
},
|
339
|
-
"sshdsakey": "
|
340
|
-
"sshfp_dsa": "SSHFP 2 1
|
341
|
-
"sshfp_rsa": "SSHFP 1 1
|
342
|
-
"sshrsakey": "
|
343
|
-
"swapfree": "
|
344
|
-
"swapfree_mb":
|
345
|
-
"swapsize": "
|
346
|
-
"swapsize_mb":
|
358
|
+
"sshdsakey": "AAAAB3NzaC1kc3MAAACBAJGJ+wHqAvYTv3VEzhPo3rwiaVxesMSstvufqZIYNLci54bEy7Dlq++scLFU7EjqhlnGG0HWZ+aHQpDY8TvvsRIw8Q9nyxHAonk0EtHu4RCF6MH1lo0IeAh12A0vEpaVgpQjKisfWuH/IQEi1wCCaVL0lsLc5CLe1wE+yKqWuyVrAAAAFQD+F89mMng0ZXHd9NKbsZO5LQ5vcQAAAIAN6ysU1N1SASyGwtWuAnkRKxusYgCpQ0L7hx7shXHiQ69WoQxzgUUb5AdF++kMQdplcqrD2MIf+6hk5o4kzkPTEJTpfl7l/qp2L6znDR5yjz+G4b499eD3UGmlLIOgb1R7v/mS7Q3Y0XYsh1nBJyupOiTIMT1g6f7pQkA/9eimgwAAAIAiqkmEyA+8HRxg02zyPVG3z0RBFQnqnjLO8GaVFLq+3j5HTYgHuyktn2Js2Qke0j8bJ7gs/9Zaxq2dxC9BCZV29VAtmp7DO6lZgh3qwvA1uUKraO2J5zzWZHhJ2c9/apGtySBeOD1lOgGiXLkn5x4R09kLs56f5n+ax2kVa4qs3A==",
|
359
|
+
"sshfp_dsa": "SSHFP 2 1 8ebb6d9078da9da416723cac88c46bca6fe0ec54\nSSHFP 2 2 fd2bf6b3b04a115a7c8368a7f7e7738cf41d9e4c3eaf13033a38a53fe119ac69",
|
360
|
+
"sshfp_rsa": "SSHFP 1 1 c48ea7d5f6f38b3797e1e672f98ddf4d31796456\nSSHFP 1 2 b953c17a0af98e6fb1f3d06f2cc1e386a54e4868b2ea688ff950f4b8c5ed354a",
|
361
|
+
"sshrsakey": "AAAAB3NzaC1yc2EAAAABIwAAAQEAr2ywcLVQDql7LcLz8DZvJLWuEdb86cwe/q8TVqd7E1V0fKvXhZBXUN1aGeuvY+ewfnlYh79ioDvslGCSh452caet3JljzhtU6mFtTpPm5FPofZ9a5SbR4oC5abFe8WH19KGI/HSsXEGqtNwNAcX6kfJSgcCRcPv+Jg0rO4Goncv8hLEv+ek+izVpuAPPBvgHN1QLlfSlN0rlYvn62WDs0ecYTGpmy03JisfYubefJ25roOFxakx8NAdajb1Ce5IV7GxEn5BSe9mjGPI4UvDFYtDEMeKhDl8eKxICfcei8X6uUfunr1N4kIjn3Q78aloCFhzn37OSI71rjmYISOq3JQ==",
|
362
|
+
"swapfree": "3.94 GiB",
|
363
|
+
"swapfree_mb": 4031.9921875,
|
364
|
+
"swapsize": "3.94 GiB",
|
365
|
+
"swapsize_mb": 4031.9921875,
|
347
366
|
"system_uptime": {
|
348
|
-
"days":
|
349
|
-
"hours":
|
350
|
-
"seconds":
|
351
|
-
"uptime": "
|
367
|
+
"days": 0,
|
368
|
+
"hours": 3,
|
369
|
+
"seconds": 12117,
|
370
|
+
"uptime": "3:21 hours"
|
352
371
|
},
|
353
|
-
"timezone": "
|
354
|
-
"uptime": "
|
355
|
-
"uptime_days":
|
356
|
-
"uptime_hours":
|
357
|
-
"uptime_seconds":
|
358
|
-
"uuid": "
|
372
|
+
"timezone": "PDT",
|
373
|
+
"uptime": "3:21 hours",
|
374
|
+
"uptime_days": 0,
|
375
|
+
"uptime_hours": 3,
|
376
|
+
"uptime_seconds": 12117,
|
377
|
+
"uuid": "420FF3C9-8310-A0CA-C982-AF68037338C4",
|
359
378
|
"virtual": "vmware"
|
360
379
|
}
|
@@ -10,7 +10,7 @@
|
|
10
10
|
"bios_version": "6.00",
|
11
11
|
"blockdevice_fd0_size": 4096,
|
12
12
|
"blockdevice_sda_model": "Virtual disk",
|
13
|
-
"blockdevice_sda_size":
|
13
|
+
"blockdevice_sda_size": 21474836480,
|
14
14
|
"blockdevice_sda_vendor": "VMware",
|
15
15
|
"blockdevice_sr0_model": "VMware IDE CDR10",
|
16
16
|
"blockdevice_sr0_size": 1073741312,
|
@@ -32,8 +32,8 @@
|
|
32
32
|
},
|
33
33
|
"sda": {
|
34
34
|
"model": "Virtual disk",
|
35
|
-
"size": "
|
36
|
-
"size_bytes":
|
35
|
+
"size": "20.00 GiB",
|
36
|
+
"size_bytes": 21474836480,
|
37
37
|
"vendor": "VMware"
|
38
38
|
},
|
39
39
|
"sr0": {
|
@@ -61,13 +61,13 @@
|
|
61
61
|
"manufacturer": "VMware, Inc.",
|
62
62
|
"product": {
|
63
63
|
"name": "VMware Virtual Platform",
|
64
|
-
"serial_number": "VMware-42 0f
|
65
|
-
"uuid": "
|
64
|
+
"serial_number": "VMware-42 0f ef 1a a9 a8 c8 1b-7d b9 1d 01 39 16 cd 39",
|
65
|
+
"uuid": "420FEF1A-A9A8-C81B-7DB9-1D013916CD39"
|
66
66
|
}
|
67
67
|
},
|
68
68
|
"domain": "example.com",
|
69
69
|
"facterversion": "3.5.1",
|
70
|
-
"filesystems": "
|
70
|
+
"filesystems": "xfs",
|
71
71
|
"fqdn": "foo.example.com",
|
72
72
|
"gid": "root",
|
73
73
|
"hardwareisa": "x86_64",
|
@@ -82,78 +82,76 @@
|
|
82
82
|
"user": "root"
|
83
83
|
},
|
84
84
|
"interfaces": "ens160,lo",
|
85
|
-
"ipaddress": "10.32.
|
86
|
-
"ipaddress6": "fe80::250:56ff:fe8f:
|
87
|
-
"ipaddress6_ens160": "fe80::250:56ff:fe8f:
|
85
|
+
"ipaddress": "10.32.112.170",
|
86
|
+
"ipaddress6": "fe80::250:56ff:fe8f:49cb",
|
87
|
+
"ipaddress6_ens160": "fe80::250:56ff:fe8f:49cb",
|
88
88
|
"ipaddress6_lo": "::1",
|
89
|
-
"ipaddress_ens160": "10.32.
|
89
|
+
"ipaddress_ens160": "10.32.112.170",
|
90
90
|
"ipaddress_lo": "127.0.0.1",
|
91
91
|
"is_virtual": true,
|
92
92
|
"kernel": "Linux",
|
93
|
-
"kernelmajversion": "3.
|
94
|
-
"kernelrelease": "3.
|
95
|
-
"kernelversion": "3.
|
93
|
+
"kernelmajversion": "3.10",
|
94
|
+
"kernelrelease": "3.10.0-514.6.2.el7.x86_64",
|
95
|
+
"kernelversion": "3.10.0",
|
96
96
|
"load_averages": {
|
97
|
-
"15m": 0.
|
98
|
-
"1m": 0.
|
99
|
-
"5m": 0.
|
97
|
+
"15m": 0.06,
|
98
|
+
"1m": 0.3,
|
99
|
+
"5m": 0.09
|
100
100
|
},
|
101
|
-
"macaddress": "00:50:56:8f:
|
102
|
-
"macaddress_ens160": "00:50:56:8f:
|
101
|
+
"macaddress": "00:50:56:8f:49:cb",
|
102
|
+
"macaddress_ens160": "00:50:56:8f:49:cb",
|
103
103
|
"manufacturer": "VMware, Inc.",
|
104
104
|
"memory": {
|
105
105
|
"swap": {
|
106
|
-
"available": "1.
|
107
|
-
"available_bytes":
|
106
|
+
"available": "1.00 GiB",
|
107
|
+
"available_bytes": 1073737728,
|
108
108
|
"capacity": "0%",
|
109
|
-
"total": "1.
|
110
|
-
"total_bytes":
|
109
|
+
"total": "1.00 GiB",
|
110
|
+
"total_bytes": 1073737728,
|
111
111
|
"used": "0 bytes",
|
112
112
|
"used_bytes": 0
|
113
113
|
},
|
114
114
|
"system": {
|
115
|
-
"available": "5.
|
116
|
-
"available_bytes":
|
117
|
-
"capacity": "
|
118
|
-
"total": "5.
|
119
|
-
"total_bytes":
|
120
|
-
"used": "
|
121
|
-
"used_bytes":
|
115
|
+
"available": "5.45 GiB",
|
116
|
+
"available_bytes": 5848481792,
|
117
|
+
"capacity": "3.96%",
|
118
|
+
"total": "5.67 GiB",
|
119
|
+
"total_bytes": 6089424896,
|
120
|
+
"used": "229.78 MiB",
|
121
|
+
"used_bytes": 240943104
|
122
122
|
}
|
123
123
|
},
|
124
|
-
"memoryfree": "5.
|
125
|
-
"memoryfree_mb":
|
126
|
-
"memorysize": "5.
|
127
|
-
"memorysize_mb":
|
124
|
+
"memoryfree": "5.45 GiB",
|
125
|
+
"memoryfree_mb": 5577.546875,
|
126
|
+
"memorysize": "5.67 GiB",
|
127
|
+
"memorysize_mb": 5807.328125,
|
128
128
|
"mountpoints": {
|
129
129
|
"/": {
|
130
|
-
"available": "
|
131
|
-
"available_bytes":
|
132
|
-
"capacity": "
|
133
|
-
"device": "/dev/mapper/
|
130
|
+
"available": "16.79 GiB",
|
131
|
+
"available_bytes": 18025263104,
|
132
|
+
"capacity": "9.04%",
|
133
|
+
"device": "/dev/mapper/centos-root",
|
134
134
|
"filesystem": "xfs",
|
135
135
|
"options": [
|
136
136
|
"rw",
|
137
|
-
"seclabel",
|
138
137
|
"relatime",
|
139
138
|
"attr2",
|
140
139
|
"inode64",
|
141
140
|
"noquota"
|
142
141
|
],
|
143
|
-
"size": "
|
144
|
-
"size_bytes":
|
145
|
-
"used": "1.
|
146
|
-
"used_bytes":
|
142
|
+
"size": "18.46 GiB",
|
143
|
+
"size_bytes": 19815989248,
|
144
|
+
"used": "1.67 GiB",
|
145
|
+
"used_bytes": 1790726144
|
147
146
|
},
|
148
147
|
"/boot": {
|
149
|
-
"available": "
|
150
|
-
"available_bytes":
|
151
|
-
"capacity": "
|
148
|
+
"available": "326.97 MiB",
|
149
|
+
"available_bytes": 342851584,
|
150
|
+
"capacity": "34.17%",
|
152
151
|
"device": "/dev/sda1",
|
153
152
|
"filesystem": "xfs",
|
154
153
|
"options": [
|
155
154
|
"rw",
|
156
|
-
"seclabel",
|
157
155
|
"relatime",
|
158
156
|
"attr2",
|
159
157
|
"inode64",
|
@@ -161,80 +159,76 @@
|
|
161
159
|
],
|
162
160
|
"size": "496.67 MiB",
|
163
161
|
"size_bytes": 520794112,
|
164
|
-
"used": "
|
165
|
-
"used_bytes":
|
162
|
+
"used": "169.70 MiB",
|
163
|
+
"used_bytes": 177942528
|
166
164
|
},
|
167
165
|
"/dev/shm": {
|
168
|
-
"available": "2.
|
169
|
-
"available_bytes":
|
166
|
+
"available": "2.84 GiB",
|
167
|
+
"available_bytes": 3044712448,
|
170
168
|
"capacity": "0%",
|
171
169
|
"device": "tmpfs",
|
172
170
|
"filesystem": "tmpfs",
|
173
171
|
"options": [
|
174
172
|
"rw",
|
175
|
-
"seclabel",
|
176
173
|
"nosuid",
|
177
174
|
"nodev"
|
178
175
|
],
|
179
|
-
"size": "2.
|
180
|
-
"size_bytes":
|
176
|
+
"size": "2.84 GiB",
|
177
|
+
"size_bytes": 3044712448,
|
181
178
|
"used": "0 bytes",
|
182
179
|
"used_bytes": 0
|
183
180
|
},
|
184
181
|
"/run": {
|
185
|
-
"available": "2.
|
186
|
-
"available_bytes":
|
187
|
-
"capacity": "
|
182
|
+
"available": "2.83 GiB",
|
183
|
+
"available_bytes": 3035844608,
|
184
|
+
"capacity": "0.29%",
|
188
185
|
"device": "tmpfs",
|
189
186
|
"filesystem": "tmpfs",
|
190
187
|
"options": [
|
191
188
|
"rw",
|
192
|
-
"seclabel",
|
193
189
|
"nosuid",
|
194
190
|
"nodev",
|
195
191
|
"mode=755"
|
196
192
|
],
|
197
|
-
"size": "2.
|
198
|
-
"size_bytes":
|
199
|
-
"used": "
|
200
|
-
"used_bytes":
|
193
|
+
"size": "2.84 GiB",
|
194
|
+
"size_bytes": 3044712448,
|
195
|
+
"used": "8.46 MiB",
|
196
|
+
"used_bytes": 8867840
|
201
197
|
},
|
202
198
|
"/run/user/0": {
|
203
|
-
"available": "
|
204
|
-
"available_bytes":
|
199
|
+
"available": "580.73 MiB",
|
200
|
+
"available_bytes": 608944128,
|
205
201
|
"capacity": "0%",
|
206
202
|
"device": "tmpfs",
|
207
203
|
"filesystem": "tmpfs",
|
208
204
|
"options": [
|
209
205
|
"rw",
|
210
|
-
"seclabel",
|
211
206
|
"nosuid",
|
212
207
|
"nodev",
|
213
208
|
"relatime",
|
214
|
-
"size=
|
209
|
+
"size=594672k",
|
215
210
|
"mode=700"
|
216
211
|
],
|
217
|
-
"size": "
|
218
|
-
"size_bytes":
|
212
|
+
"size": "580.73 MiB",
|
213
|
+
"size_bytes": 608944128,
|
219
214
|
"used": "0 bytes",
|
220
215
|
"used_bytes": 0
|
221
216
|
},
|
222
217
|
"/sys/fs/cgroup": {
|
223
|
-
"available": "2.
|
224
|
-
"available_bytes":
|
218
|
+
"available": "2.84 GiB",
|
219
|
+
"available_bytes": 3044712448,
|
225
220
|
"capacity": "0%",
|
226
221
|
"device": "tmpfs",
|
227
222
|
"filesystem": "tmpfs",
|
228
223
|
"options": [
|
229
224
|
"ro",
|
230
|
-
"seclabel",
|
231
225
|
"nosuid",
|
232
226
|
"nodev",
|
233
227
|
"noexec",
|
234
228
|
"mode=755"
|
235
229
|
],
|
236
|
-
"size": "2.
|
237
|
-
"size_bytes":
|
230
|
+
"size": "2.84 GiB",
|
231
|
+
"size_bytes": 3044712448,
|
238
232
|
"used": "0 bytes",
|
239
233
|
"used_bytes": 0
|
240
234
|
}
|
@@ -262,22 +256,22 @@
|
|
262
256
|
"ens160": {
|
263
257
|
"bindings": [
|
264
258
|
{
|
265
|
-
"address": "10.32.
|
259
|
+
"address": "10.32.112.170",
|
266
260
|
"netmask": "255.255.240.0",
|
267
261
|
"network": "10.32.112.0"
|
268
262
|
}
|
269
263
|
],
|
270
264
|
"bindings6": [
|
271
265
|
{
|
272
|
-
"address": "fe80::250:56ff:fe8f:
|
266
|
+
"address": "fe80::250:56ff:fe8f:49cb",
|
273
267
|
"netmask": "ffff:ffff:ffff:ffff::",
|
274
268
|
"network": "fe80::"
|
275
269
|
}
|
276
270
|
],
|
277
271
|
"dhcp": "10.32.22.10",
|
278
|
-
"ip": "10.32.
|
279
|
-
"ip6": "fe80::250:56ff:fe8f:
|
280
|
-
"mac": "00:50:56:8f:
|
272
|
+
"ip": "10.32.112.170",
|
273
|
+
"ip6": "fe80::250:56ff:fe8f:49cb",
|
274
|
+
"mac": "00:50:56:8f:49:cb",
|
281
275
|
"mtu": 1500,
|
282
276
|
"netmask": "255.255.240.0",
|
283
277
|
"netmask6": "ffff:ffff:ffff:ffff::",
|
@@ -308,9 +302,9 @@
|
|
308
302
|
"network6": "::1"
|
309
303
|
}
|
310
304
|
},
|
311
|
-
"ip": "10.32.
|
312
|
-
"ip6": "fe80::250:56ff:fe8f:
|
313
|
-
"mac": "00:50:56:8f:
|
305
|
+
"ip": "10.32.112.170",
|
306
|
+
"ip6": "fe80::250:56ff:fe8f:49cb",
|
307
|
+
"mac": "00:50:56:8f:49:cb",
|
314
308
|
"mtu": 1500,
|
315
309
|
"netmask": "255.255.240.0",
|
316
310
|
"netmask6": "ffff:ffff:ffff:ffff::",
|
@@ -320,52 +314,48 @@
|
|
320
314
|
},
|
321
315
|
"operatingsystem": "OracleLinux",
|
322
316
|
"operatingsystemmajrelease": "7",
|
323
|
-
"operatingsystemrelease": "7.2",
|
317
|
+
"operatingsystemrelease": "7.2.1511",
|
324
318
|
"os": {
|
325
319
|
"architecture": "x86_64",
|
326
320
|
"family": "RedHat",
|
327
321
|
"hardware": "x86_64",
|
328
322
|
"name": "OracleLinux",
|
329
323
|
"release": {
|
330
|
-
"full": "7.2",
|
324
|
+
"full": "7.2.1511",
|
331
325
|
"major": "7",
|
332
326
|
"minor": "2"
|
333
327
|
},
|
334
328
|
"selinux": {
|
335
|
-
"
|
336
|
-
"current_mode": "enforcing",
|
337
|
-
"enabled": true,
|
338
|
-
"enforced": true,
|
339
|
-
"policy_version": "28"
|
329
|
+
"enabled": false
|
340
330
|
}
|
341
331
|
},
|
342
332
|
"osfamily": "RedHat",
|
343
333
|
"partitions": {
|
344
|
-
"/dev/mapper/
|
334
|
+
"/dev/mapper/centos-root": {
|
345
335
|
"filesystem": "xfs",
|
346
336
|
"mount": "/",
|
347
|
-
"size": "
|
348
|
-
"size_bytes":
|
349
|
-
"uuid": "
|
337
|
+
"size": "18.46 GiB",
|
338
|
+
"size_bytes": 19826475008,
|
339
|
+
"uuid": "a768a765-42d4-4236-9a12-794eb4b1079f"
|
350
340
|
},
|
351
|
-
"/dev/mapper/
|
341
|
+
"/dev/mapper/centos-swap": {
|
352
342
|
"filesystem": "swap",
|
353
|
-
"size": "1.
|
354
|
-
"size_bytes":
|
355
|
-
"uuid": "
|
343
|
+
"size": "1.00 GiB",
|
344
|
+
"size_bytes": 1073741824,
|
345
|
+
"uuid": "0f3a00f4-649a-4d7d-879f-cb97f4b40adf"
|
356
346
|
},
|
357
347
|
"/dev/sda1": {
|
358
348
|
"filesystem": "xfs",
|
359
349
|
"mount": "/boot",
|
360
350
|
"size": "500.00 MiB",
|
361
351
|
"size_bytes": 524288000,
|
362
|
-
"uuid": "
|
352
|
+
"uuid": "954e74e1-3a56-4d88-a715-ffc1b0b2494a"
|
363
353
|
},
|
364
354
|
"/dev/sda2": {
|
365
355
|
"filesystem": "LVM2_member",
|
366
|
-
"size": "
|
367
|
-
"size_bytes":
|
368
|
-
"uuid": "
|
356
|
+
"size": "19.51 GiB",
|
357
|
+
"size_bytes": 20949499904,
|
358
|
+
"uuid": "jcuKnp-72e8-ZrHc-7wnb-zbAr-BsRR-I1eOOh"
|
369
359
|
}
|
370
360
|
},
|
371
361
|
"path": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/opt/puppetlabs/bin:/sbin",
|
@@ -392,56 +382,52 @@
|
|
392
382
|
"rubyplatform": "x86_64-linux",
|
393
383
|
"rubysitedir": "/opt/puppetlabs/puppet/lib/ruby/site_ruby/2.1.0",
|
394
384
|
"rubyversion": "2.1.9",
|
395
|
-
"selinux":
|
396
|
-
"
|
397
|
-
"selinux_current_mode": "enforcing",
|
398
|
-
"selinux_enforced": true,
|
399
|
-
"selinux_policyversion": "28",
|
400
|
-
"serialnumber": "VMware-42 0f c0 fd ef 49 b2 64-2f 8d b1 24 7b 7c d6 e8",
|
385
|
+
"selinux": false,
|
386
|
+
"serialnumber": "VMware-42 0f ef 1a a9 a8 c8 1b-7d b9 1d 01 39 16 cd 39",
|
401
387
|
"ssh": {
|
402
388
|
"ecdsa": {
|
403
389
|
"fingerprints": {
|
404
|
-
"sha1": "SSHFP 3 1
|
405
|
-
"sha256": "SSHFP 3 2
|
390
|
+
"sha1": "SSHFP 3 1 f18f414d5ac19962e0ae74a05098eb869e3f898e",
|
391
|
+
"sha256": "SSHFP 3 2 e1add3a733e13287baebb9d83c43278431fa05d6d37bd631f8bfaa7c082a2f9a"
|
406
392
|
},
|
407
|
-
"key": "
|
393
|
+
"key": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKoPLSlJ0It/g9J3257RMW6CiqY7c3DMai0C+jRq6OvEBVb5sqFfrXPydk6Guj+hBS0RXp6zDhD5ZbumTTCfTxc="
|
408
394
|
},
|
409
395
|
"ed25519": {
|
410
396
|
"fingerprints": {
|
411
|
-
"sha1": "SSHFP 4 1
|
412
|
-
"sha256": "SSHFP 4 2
|
397
|
+
"sha1": "SSHFP 4 1 b81109af9680048cc9a01488d01b1b4e7c7ccc8d",
|
398
|
+
"sha256": "SSHFP 4 2 53971dbd97905f40d55dcb154faeba3f893f9c9c6e8167c8dfaad0d408743996"
|
413
399
|
},
|
414
|
-
"key": "
|
400
|
+
"key": "AAAAC3NzaC1lZDI1NTE5AAAAIPs+yrURCFxh3Q8SJfscttjHlodm+ImP0RU3i6ck81mD"
|
415
401
|
},
|
416
402
|
"rsa": {
|
417
403
|
"fingerprints": {
|
418
|
-
"sha1": "SSHFP 1 1
|
419
|
-
"sha256": "SSHFP 1 2
|
404
|
+
"sha1": "SSHFP 1 1 abfbefd57892bf97de0c5c5a165a4330f6e1b328",
|
405
|
+
"sha256": "SSHFP 1 2 f9f19724ef7da05bdbb66c9f805b4e8440bdf41255e482109162c673b7c0e812"
|
420
406
|
},
|
421
|
-
"key": "
|
407
|
+
"key": "AAAAB3NzaC1yc2EAAAADAQABAAABAQDMRCIXQJmsBZSoQvUaz0pC9zaJJuUJYJPWIrh/0Z1Y7jQO81emYcrUehyto8gyZ2VL94oW3e8EPbVUxolEgdwa7ZTmDmogco2qGPqFgpIUCUjEFTFk+8TMLFwQhwvUk7EpTMRZPAY8Pz8Ctq8eulC3pTkAtZrJD8yHoYIhfQRd7owKPEo10+wLO/FV+FCohhnF+Xj97ZUzSHjXLO55t4CEJRFmQ1FgTo46Uc8BvYJREr+t/8MQfM+7hP7M30ukrw3BcytsbDJLJ3PYR510FrPaMq+6pTfvrnbCngbWiFq1WIcRrbZUpUa8J/Fu2etUylIU4zVPaSMENrkBX/1OoogV"
|
422
408
|
}
|
423
409
|
},
|
424
|
-
"sshecdsakey": "
|
425
|
-
"sshed25519key": "
|
426
|
-
"sshfp_ecdsa": "SSHFP 3 1
|
427
|
-
"sshfp_ed25519": "SSHFP 4 1
|
428
|
-
"sshfp_rsa": "SSHFP 1 1
|
429
|
-
"sshrsakey": "
|
430
|
-
"swapfree": "1.
|
431
|
-
"swapfree_mb":
|
432
|
-
"swapsize": "1.
|
433
|
-
"swapsize_mb":
|
410
|
+
"sshecdsakey": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKoPLSlJ0It/g9J3257RMW6CiqY7c3DMai0C+jRq6OvEBVb5sqFfrXPydk6Guj+hBS0RXp6zDhD5ZbumTTCfTxc=",
|
411
|
+
"sshed25519key": "AAAAC3NzaC1lZDI1NTE5AAAAIPs+yrURCFxh3Q8SJfscttjHlodm+ImP0RU3i6ck81mD",
|
412
|
+
"sshfp_ecdsa": "SSHFP 3 1 f18f414d5ac19962e0ae74a05098eb869e3f898e\nSSHFP 3 2 e1add3a733e13287baebb9d83c43278431fa05d6d37bd631f8bfaa7c082a2f9a",
|
413
|
+
"sshfp_ed25519": "SSHFP 4 1 b81109af9680048cc9a01488d01b1b4e7c7ccc8d\nSSHFP 4 2 53971dbd97905f40d55dcb154faeba3f893f9c9c6e8167c8dfaad0d408743996",
|
414
|
+
"sshfp_rsa": "SSHFP 1 1 abfbefd57892bf97de0c5c5a165a4330f6e1b328\nSSHFP 1 2 f9f19724ef7da05bdbb66c9f805b4e8440bdf41255e482109162c673b7c0e812",
|
415
|
+
"sshrsakey": "AAAAB3NzaC1yc2EAAAADAQABAAABAQDMRCIXQJmsBZSoQvUaz0pC9zaJJuUJYJPWIrh/0Z1Y7jQO81emYcrUehyto8gyZ2VL94oW3e8EPbVUxolEgdwa7ZTmDmogco2qGPqFgpIUCUjEFTFk+8TMLFwQhwvUk7EpTMRZPAY8Pz8Ctq8eulC3pTkAtZrJD8yHoYIhfQRd7owKPEo10+wLO/FV+FCohhnF+Xj97ZUzSHjXLO55t4CEJRFmQ1FgTo46Uc8BvYJREr+t/8MQfM+7hP7M30ukrw3BcytsbDJLJ3PYR510FrPaMq+6pTfvrnbCngbWiFq1WIcRrbZUpUa8J/Fu2etUylIU4zVPaSMENrkBX/1OoogV",
|
416
|
+
"swapfree": "1.00 GiB",
|
417
|
+
"swapfree_mb": 1023.99609375,
|
418
|
+
"swapsize": "1.00 GiB",
|
419
|
+
"swapsize_mb": 1023.99609375,
|
434
420
|
"system_uptime": {
|
435
|
-
"days":
|
436
|
-
"hours":
|
437
|
-
"seconds":
|
438
|
-
"uptime": "
|
421
|
+
"days": 0,
|
422
|
+
"hours": 0,
|
423
|
+
"seconds": 643,
|
424
|
+
"uptime": "0:10 hours"
|
439
425
|
},
|
440
|
-
"timezone": "
|
441
|
-
"uptime": "
|
442
|
-
"uptime_days":
|
443
|
-
"uptime_hours":
|
444
|
-
"uptime_seconds":
|
445
|
-
"uuid": "
|
426
|
+
"timezone": "UTC",
|
427
|
+
"uptime": "0:10 hours",
|
428
|
+
"uptime_days": 0,
|
429
|
+
"uptime_hours": 0,
|
430
|
+
"uptime_seconds": 643,
|
431
|
+
"uuid": "420FEF1A-A9A8-C81B-7DB9-1D013916CD39",
|
446
432
|
"virtual": "vmware"
|
447
433
|
}
|