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
@@ -13,7 +13,10 @@
|
|
13
13
|
"blockdevice_sda_model": "Virtual disk",
|
14
14
|
"blockdevice_sda_size": 8589934592,
|
15
15
|
"blockdevice_sda_vendor": "VMware",
|
16
|
-
"
|
16
|
+
"blockdevice_sdb_model": "Virtual disk",
|
17
|
+
"blockdevice_sdb_size": 8589934592,
|
18
|
+
"blockdevice_sdb_vendor": "VMware",
|
19
|
+
"blockdevices": "fd0,hdc,sdb,sda",
|
17
20
|
"boardassettag": "Not Specified",
|
18
21
|
"boardmanufacturer": "Intel Corporation",
|
19
22
|
"boardproductname": "440BX Desktop Reference Platform",
|
@@ -38,6 +41,12 @@
|
|
38
41
|
"size": "8.00 GiB",
|
39
42
|
"size_bytes": 8589934592,
|
40
43
|
"vendor": "VMware"
|
44
|
+
},
|
45
|
+
"sdb": {
|
46
|
+
"model": "Virtual disk",
|
47
|
+
"size": "8.00 GiB",
|
48
|
+
"size_bytes": 8589934592,
|
49
|
+
"vendor": "VMware"
|
41
50
|
}
|
42
51
|
},
|
43
52
|
"dmi": {
|
@@ -59,8 +68,8 @@
|
|
59
68
|
"manufacturer": "VMware, Inc.",
|
60
69
|
"product": {
|
61
70
|
"name": "VMware Virtual Platform",
|
62
|
-
"serial_number": "VMware-42 22
|
63
|
-
"uuid": "
|
71
|
+
"serial_number": "VMware-42 22 0c d0 d3 a2 d7 ac-67 ef 73 dc 8c cd d8 96",
|
72
|
+
"uuid": "42220CD0-D3A2-D7AC-67EF-73DC8CCDD896"
|
64
73
|
}
|
65
74
|
},
|
66
75
|
"domain": "example.com",
|
@@ -80,75 +89,75 @@
|
|
80
89
|
"user": "root"
|
81
90
|
},
|
82
91
|
"interfaces": "eth0,lo,sit0",
|
83
|
-
"ipaddress": "10.32.
|
84
|
-
"ipaddress6": "fe80::250:56ff:fea2:
|
85
|
-
"ipaddress6_eth0": "fe80::250:56ff:fea2:
|
92
|
+
"ipaddress": "10.32.117.137",
|
93
|
+
"ipaddress6": "fe80::250:56ff:fea2:3137",
|
94
|
+
"ipaddress6_eth0": "fe80::250:56ff:fea2:3137",
|
86
95
|
"ipaddress6_lo": "::1",
|
87
|
-
"ipaddress_eth0": "10.32.
|
96
|
+
"ipaddress_eth0": "10.32.117.137",
|
88
97
|
"ipaddress_lo": "127.0.0.1",
|
89
98
|
"is_virtual": true,
|
90
99
|
"kernel": "Linux",
|
91
100
|
"kernelmajversion": "2.6",
|
92
|
-
"kernelrelease": "2.6.18-
|
101
|
+
"kernelrelease": "2.6.18-402.el5",
|
93
102
|
"kernelversion": "2.6.18",
|
94
103
|
"load_averages": {
|
95
104
|
"15m": 0.02,
|
96
|
-
"1m": 0.
|
97
|
-
"5m": 0.
|
105
|
+
"1m": 0.23,
|
106
|
+
"5m": 0.06
|
98
107
|
},
|
99
|
-
"lsbdistcodename": "
|
100
|
-
"lsbdistdescription": "
|
101
|
-
"lsbdistid": "
|
108
|
+
"lsbdistcodename": "Final",
|
109
|
+
"lsbdistdescription": "RedHat release 5.10 (Final)",
|
110
|
+
"lsbdistid": "RedHat",
|
102
111
|
"lsbdistrelease": "5.10",
|
103
112
|
"lsbmajdistrelease": "5",
|
104
113
|
"lsbminordistrelease": "10",
|
105
|
-
"lsbrelease": ":core-4.0-amd64:core-4.0-
|
106
|
-
"macaddress": "00:50:56:a2:
|
107
|
-
"macaddress_eth0": "00:50:56:a2:
|
114
|
+
"lsbrelease": ":core-4.0-amd64:core-4.0-noarch:graphics-4.0-amd64:graphics-4.0-noarch:printing-4.0-amd64:printing-4.0-noarch",
|
115
|
+
"macaddress": "00:50:56:a2:31:37",
|
116
|
+
"macaddress_eth0": "00:50:56:a2:31:37",
|
108
117
|
"manufacturer": "VMware, Inc.",
|
109
118
|
"memory": {
|
110
119
|
"swap": {
|
111
|
-
"available": "
|
112
|
-
"available_bytes":
|
120
|
+
"available": "3.91 GiB",
|
121
|
+
"available_bytes": 4194295808,
|
113
122
|
"capacity": "0%",
|
114
|
-
"total": "
|
115
|
-
"total_bytes":
|
123
|
+
"total": "3.91 GiB",
|
124
|
+
"total_bytes": 4194295808,
|
116
125
|
"used": "0 bytes",
|
117
126
|
"used_bytes": 0
|
118
127
|
},
|
119
128
|
"system": {
|
120
|
-
"available": "3.
|
121
|
-
"available_bytes":
|
122
|
-
"capacity": "4.
|
129
|
+
"available": "3.67 GiB",
|
130
|
+
"available_bytes": 3939553280,
|
131
|
+
"capacity": "4.86%",
|
123
132
|
"total": "3.86 GiB",
|
124
|
-
"total_bytes":
|
125
|
-
"used": "
|
126
|
-
"used_bytes":
|
133
|
+
"total_bytes": 4140769280,
|
134
|
+
"used": "191.89 MiB",
|
135
|
+
"used_bytes": 201216000
|
127
136
|
}
|
128
137
|
},
|
129
|
-
"memoryfree": "3.
|
130
|
-
"memoryfree_mb":
|
138
|
+
"memoryfree": "3.67 GiB",
|
139
|
+
"memoryfree_mb": 3757.05078125,
|
131
140
|
"memorysize": "3.86 GiB",
|
132
|
-
"memorysize_mb": 3948.
|
141
|
+
"memorysize_mb": 3948.9453125,
|
133
142
|
"mountpoints": {
|
134
143
|
"/": {
|
135
|
-
"available": "
|
136
|
-
"available_bytes":
|
137
|
-
"capacity": "
|
144
|
+
"available": "9.64 GiB",
|
145
|
+
"available_bytes": 10348609536,
|
146
|
+
"capacity": "16.66%",
|
138
147
|
"device": "/dev/mapper/VolGroup00-LogVol00",
|
139
148
|
"filesystem": "ext3",
|
140
149
|
"options": [
|
141
150
|
"rw"
|
142
151
|
],
|
143
|
-
"size": "
|
144
|
-
"size_bytes":
|
145
|
-
"used": "1.
|
146
|
-
"used_bytes":
|
152
|
+
"size": "11.56 GiB",
|
153
|
+
"size_bytes": 12417417216,
|
154
|
+
"used": "1.93 GiB",
|
155
|
+
"used_bytes": 2068807680
|
147
156
|
},
|
148
157
|
"/boot": {
|
149
|
-
"available": "
|
150
|
-
"available_bytes":
|
151
|
-
"capacity": "
|
158
|
+
"available": "71.99 MiB",
|
159
|
+
"available_bytes": 75487232,
|
160
|
+
"capacity": "27.07%",
|
152
161
|
"device": "/dev/sda1",
|
153
162
|
"filesystem": "ext3",
|
154
163
|
"options": [
|
@@ -156,12 +165,12 @@
|
|
156
165
|
],
|
157
166
|
"size": "98.72 MiB",
|
158
167
|
"size_bytes": 103512064,
|
159
|
-
"used": "26.
|
160
|
-
"used_bytes":
|
168
|
+
"used": "26.73 MiB",
|
169
|
+
"used_bytes": 28024832
|
161
170
|
},
|
162
171
|
"/dev/shm": {
|
163
172
|
"available": "1.93 GiB",
|
164
|
-
"available_bytes":
|
173
|
+
"available_bytes": 2070384640,
|
165
174
|
"capacity": "0%",
|
166
175
|
"device": "tmpfs",
|
167
176
|
"filesystem": "tmpfs",
|
@@ -169,7 +178,7 @@
|
|
169
178
|
"rw"
|
170
179
|
],
|
171
180
|
"size": "1.93 GiB",
|
172
|
-
"size_bytes":
|
181
|
+
"size_bytes": 2070384640,
|
173
182
|
"used": "0 bytes",
|
174
183
|
"used_bytes": 0
|
175
184
|
}
|
@@ -198,22 +207,22 @@
|
|
198
207
|
"eth0": {
|
199
208
|
"bindings": [
|
200
209
|
{
|
201
|
-
"address": "10.32.
|
210
|
+
"address": "10.32.117.137",
|
202
211
|
"netmask": "255.255.240.0",
|
203
212
|
"network": "10.32.112.0"
|
204
213
|
}
|
205
214
|
],
|
206
215
|
"bindings6": [
|
207
216
|
{
|
208
|
-
"address": "fe80::250:56ff:fea2:
|
217
|
+
"address": "fe80::250:56ff:fea2:3137",
|
209
218
|
"netmask": "ffff:ffff:ffff:ffff::",
|
210
219
|
"network": "fe80::"
|
211
220
|
}
|
212
221
|
],
|
213
222
|
"dhcp": "10.32.22.10",
|
214
|
-
"ip": "10.32.
|
215
|
-
"ip6": "fe80::250:56ff:fea2:
|
216
|
-
"mac": "00:50:56:a2:
|
223
|
+
"ip": "10.32.117.137",
|
224
|
+
"ip6": "fe80::250:56ff:fea2:3137",
|
225
|
+
"mac": "00:50:56:a2:31:37",
|
217
226
|
"mtu": 1500,
|
218
227
|
"netmask": "255.255.240.0",
|
219
228
|
"netmask6": "ffff:ffff:ffff:ffff::",
|
@@ -247,9 +256,9 @@
|
|
247
256
|
"mtu": 1480
|
248
257
|
}
|
249
258
|
},
|
250
|
-
"ip": "10.32.
|
251
|
-
"ip6": "fe80::250:56ff:fea2:
|
252
|
-
"mac": "00:50:56:a2:
|
259
|
+
"ip": "10.32.117.137",
|
260
|
+
"ip6": "fe80::250:56ff:fea2:3137",
|
261
|
+
"mac": "00:50:56:a2:31:37",
|
253
262
|
"mtu": 1500,
|
254
263
|
"netmask": "255.255.240.0",
|
255
264
|
"netmask6": "ffff:ffff:ffff:ffff::",
|
@@ -263,15 +272,15 @@
|
|
263
272
|
"os": {
|
264
273
|
"architecture": "x86_64",
|
265
274
|
"distro": {
|
266
|
-
"codename": "
|
267
|
-
"description": "
|
268
|
-
"id": "
|
275
|
+
"codename": "Final",
|
276
|
+
"description": "RedHat release 5.10 (Final)",
|
277
|
+
"id": "RedHat",
|
269
278
|
"release": {
|
270
279
|
"full": "5.10",
|
271
280
|
"major": "5",
|
272
281
|
"minor": "10"
|
273
282
|
},
|
274
|
-
"specification": ":core-4.0-amd64:core-4.0-
|
283
|
+
"specification": ":core-4.0-amd64:core-4.0-noarch:graphics-4.0-amd64:graphics-4.0-noarch:printing-4.0-amd64:printing-4.0-noarch"
|
275
284
|
},
|
276
285
|
"family": "RedHat",
|
277
286
|
"hardware": "x86_64",
|
@@ -298,11 +307,15 @@
|
|
298
307
|
"mount": "/boot",
|
299
308
|
"size": "101.94 MiB",
|
300
309
|
"size_bytes": 106896384,
|
301
|
-
"uuid": "
|
310
|
+
"uuid": "3ceaba3b-0c02-4b1a-8f84-430ae10fc4f2"
|
302
311
|
},
|
303
312
|
"/dev/sda2": {
|
304
313
|
"size": "7.90 GiB",
|
305
314
|
"size_bytes": 8480263680
|
315
|
+
},
|
316
|
+
"/dev/sdb1": {
|
317
|
+
"size": "8.00 GiB",
|
318
|
+
"size_bytes": 8589918208
|
306
319
|
}
|
307
320
|
},
|
308
321
|
"path": "/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/opt/puppetlabs/bin",
|
@@ -335,42 +348,42 @@
|
|
335
348
|
"selinux_current_mode": "enforcing",
|
336
349
|
"selinux_enforced": true,
|
337
350
|
"selinux_policyversion": "21",
|
338
|
-
"serialnumber": "VMware-42 22
|
351
|
+
"serialnumber": "VMware-42 22 0c d0 d3 a2 d7 ac-67 ef 73 dc 8c cd d8 96",
|
339
352
|
"ssh": {
|
340
353
|
"dsa": {
|
341
354
|
"fingerprints": {
|
342
|
-
"sha1": "SSHFP 2 1
|
343
|
-
"sha256": "SSHFP 2 2
|
355
|
+
"sha1": "SSHFP 2 1 3febfa91d117f149536fc4739ca84f60aeab7fe2",
|
356
|
+
"sha256": "SSHFP 2 2 051cbdcb69c3cdce1eeb996509a346efc420aa0928687d001f44e64fa8148473"
|
344
357
|
},
|
345
|
-
"key": "
|
358
|
+
"key": "AAAAB3NzaC1kc3MAAACBAP/ws3Yhu1oXD+wgxSC3RymhwY0Buvo6oS1Bq24gUyyUKBLqGw47DxbMaUWAD+lbY2bmAsx5YDV6jHJBP2biqNPiSPYcDimR94B10x9JPpVdnNiC/XqsTPzToVgnR+txO1icPaYClR5kTvLHk25+UIX3Ne84v+gabixB+RFd4iEhAAAAFQC/W9nI7D2H9MFI9UZjes3b1S0SxQAAAIEAy8E+9gb/Q74+8qQQjNfgDGKeeOQr0XFA8odR5jpCDWVudzK2VFXMtayvTjrvotSfEgSRjrF00MP/2E30cajWuJXhLnjb705K7MLv0VP+1piUEjlk8W1qBsCQq2zCPOO0UJxxjA6ilbspY3y+6Fe5PvbSre+9aFPSJUWJmTgygXcAAACAd0RwsieW8HL8a/YHAJZHVacVDlL3OvpHeYEK9SbJVxrqO0Glumj2eDNyHs1YsLa2rj0JicQNSx+xDOlPow9EPuDM27AVhUV8iMQuIhW3H8LU8qO3BEOfIN5+MPmm2SAVxdmoKUM0l3SfMUGwJk4RjLtHH6e2kgxIGrGejDstzgk="
|
346
359
|
},
|
347
360
|
"rsa": {
|
348
361
|
"fingerprints": {
|
349
|
-
"sha1": "SSHFP 1 1
|
350
|
-
"sha256": "SSHFP 1 2
|
362
|
+
"sha1": "SSHFP 1 1 5f64e757ab9e88d23aca55d8b7e88ba813125fb1",
|
363
|
+
"sha256": "SSHFP 1 2 cb62ae7f4bc96128532ec55120dc651b8ce7180a7c342ab4f8b43e291e6769dc"
|
351
364
|
},
|
352
|
-
"key": "
|
365
|
+
"key": "AAAAB3NzaC1yc2EAAAABIwAAAQEAu3juUV4lxin9Z0zs82aJRE6yt/qIbl7LPofVG+bLG42RdLfyKL3HH2AcU5OO3mBBlmpKHgZcqas1tauOdcyZ+3EfiGB7OiAkoEb5Mo6jaYj5kQ6cdnx4XuzfQyA4u3acXKv+ONYgPYxAiZrXyzmetuhyhtY9mhk54s1FXmv3A+KCA/h3tKO1nIMapJ9HI0eK8otNrCL9Drwb25eSYPoGd3B7PvhV3fh67B2VUTukuRpAR3oQuvaBOijOuhFe45RMLIIzWkExzvvQrzNBkEaY5rnYU/GrKdu5u1O4T2E44/w2XetkMzVmVU8oqtH/xPWvAJtx7nCwTFaR5LBNNz5+jw=="
|
353
366
|
}
|
354
367
|
},
|
355
|
-
"sshdsakey": "
|
356
|
-
"sshfp_dsa": "SSHFP 2 1
|
357
|
-
"sshfp_rsa": "SSHFP 1 1
|
358
|
-
"sshrsakey": "
|
359
|
-
"swapfree": "
|
360
|
-
"swapfree_mb":
|
361
|
-
"swapsize": "
|
362
|
-
"swapsize_mb":
|
368
|
+
"sshdsakey": "AAAAB3NzaC1kc3MAAACBAP/ws3Yhu1oXD+wgxSC3RymhwY0Buvo6oS1Bq24gUyyUKBLqGw47DxbMaUWAD+lbY2bmAsx5YDV6jHJBP2biqNPiSPYcDimR94B10x9JPpVdnNiC/XqsTPzToVgnR+txO1icPaYClR5kTvLHk25+UIX3Ne84v+gabixB+RFd4iEhAAAAFQC/W9nI7D2H9MFI9UZjes3b1S0SxQAAAIEAy8E+9gb/Q74+8qQQjNfgDGKeeOQr0XFA8odR5jpCDWVudzK2VFXMtayvTjrvotSfEgSRjrF00MP/2E30cajWuJXhLnjb705K7MLv0VP+1piUEjlk8W1qBsCQq2zCPOO0UJxxjA6ilbspY3y+6Fe5PvbSre+9aFPSJUWJmTgygXcAAACAd0RwsieW8HL8a/YHAJZHVacVDlL3OvpHeYEK9SbJVxrqO0Glumj2eDNyHs1YsLa2rj0JicQNSx+xDOlPow9EPuDM27AVhUV8iMQuIhW3H8LU8qO3BEOfIN5+MPmm2SAVxdmoKUM0l3SfMUGwJk4RjLtHH6e2kgxIGrGejDstzgk=",
|
369
|
+
"sshfp_dsa": "SSHFP 2 1 3febfa91d117f149536fc4739ca84f60aeab7fe2\nSSHFP 2 2 051cbdcb69c3cdce1eeb996509a346efc420aa0928687d001f44e64fa8148473",
|
370
|
+
"sshfp_rsa": "SSHFP 1 1 5f64e757ab9e88d23aca55d8b7e88ba813125fb1\nSSHFP 1 2 cb62ae7f4bc96128532ec55120dc651b8ce7180a7c342ab4f8b43e291e6769dc",
|
371
|
+
"sshrsakey": "AAAAB3NzaC1yc2EAAAABIwAAAQEAu3juUV4lxin9Z0zs82aJRE6yt/qIbl7LPofVG+bLG42RdLfyKL3HH2AcU5OO3mBBlmpKHgZcqas1tauOdcyZ+3EfiGB7OiAkoEb5Mo6jaYj5kQ6cdnx4XuzfQyA4u3acXKv+ONYgPYxAiZrXyzmetuhyhtY9mhk54s1FXmv3A+KCA/h3tKO1nIMapJ9HI0eK8otNrCL9Drwb25eSYPoGd3B7PvhV3fh67B2VUTukuRpAR3oQuvaBOijOuhFe45RMLIIzWkExzvvQrzNBkEaY5rnYU/GrKdu5u1O4T2E44/w2XetkMzVmVU8oqtH/xPWvAJtx7nCwTFaR5LBNNz5+jw==",
|
372
|
+
"swapfree": "3.91 GiB",
|
373
|
+
"swapfree_mb": 3999.9921875,
|
374
|
+
"swapsize": "3.91 GiB",
|
375
|
+
"swapsize_mb": 3999.9921875,
|
363
376
|
"system_uptime": {
|
364
377
|
"days": 0,
|
365
|
-
"hours":
|
366
|
-
"seconds":
|
367
|
-
"uptime": "
|
378
|
+
"hours": 17,
|
379
|
+
"seconds": 63428,
|
380
|
+
"uptime": "17:37 hours"
|
368
381
|
},
|
369
382
|
"timezone": "PDT",
|
370
|
-
"uptime": "
|
383
|
+
"uptime": "17:37 hours",
|
371
384
|
"uptime_days": 0,
|
372
|
-
"uptime_hours":
|
373
|
-
"uptime_seconds":
|
374
|
-
"uuid": "
|
385
|
+
"uptime_hours": 17,
|
386
|
+
"uptime_seconds": 63428,
|
387
|
+
"uuid": "42220CD0-D3A2-D7AC-67EF-73DC8CCDD896",
|
375
388
|
"virtual": "vmware"
|
376
|
-
}
|
389
|
+
}
|
@@ -5,68 +5,48 @@
|
|
5
5
|
"version": "1.8.0"
|
6
6
|
},
|
7
7
|
"augeasversion": "1.8.0",
|
8
|
-
"bios_release_date": "
|
9
|
-
"bios_vendor": "
|
10
|
-
"bios_version": "
|
11
|
-
"blockdevice_sda_model": "
|
12
|
-
"blockdevice_sda_size":
|
13
|
-
"blockdevice_sda_vendor": "
|
14
|
-
"
|
15
|
-
"
|
16
|
-
"
|
17
|
-
"
|
18
|
-
"blockdevice_sr0_size": 1073741312,
|
19
|
-
"blockdevice_sr0_vendor": "NECVMWar",
|
20
|
-
"blockdevices": "sr0,sda,sdb",
|
21
|
-
"boardmanufacturer": "Intel Corporation",
|
22
|
-
"boardproductname": "440BX Desktop Reference Platform",
|
23
|
-
"boardserialnumber": "None",
|
24
|
-
"chassisassettag": "No Asset Tag",
|
8
|
+
"bios_release_date": "12/01/2006",
|
9
|
+
"bios_vendor": "innotek GmbH",
|
10
|
+
"bios_version": "VirtualBox",
|
11
|
+
"blockdevice_sda_model": "VBOX HARDDISK",
|
12
|
+
"blockdevice_sda_size": 21474836480,
|
13
|
+
"blockdevice_sda_vendor": "ATA",
|
14
|
+
"blockdevices": "sda",
|
15
|
+
"boardmanufacturer": "Oracle Corporation",
|
16
|
+
"boardproductname": "VirtualBox",
|
17
|
+
"boardserialnumber": "0",
|
25
18
|
"chassistype": "Other",
|
26
19
|
"dhcp_servers": {
|
27
|
-
"eth0": "10.
|
28
|
-
"system": "10.
|
20
|
+
"eth0": "10.0.2.2",
|
21
|
+
"system": "10.0.2.2"
|
29
22
|
},
|
30
23
|
"disks": {
|
31
24
|
"sda": {
|
32
|
-
"model": "
|
33
|
-
"size": "
|
34
|
-
"size_bytes":
|
35
|
-
"vendor": "
|
36
|
-
},
|
37
|
-
"sdb": {
|
38
|
-
"model": "Virtual disk",
|
39
|
-
"size": "8.00 GiB",
|
40
|
-
"size_bytes": 8589934592,
|
41
|
-
"vendor": "VMware"
|
42
|
-
},
|
43
|
-
"sr0": {
|
44
|
-
"model": "VMware IDE CDR10",
|
45
|
-
"size": "1.00 GiB",
|
46
|
-
"size_bytes": 1073741312,
|
47
|
-
"vendor": "NECVMWar"
|
25
|
+
"model": "VBOX HARDDISK",
|
26
|
+
"size": "20.00 GiB",
|
27
|
+
"size_bytes": 21474836480,
|
28
|
+
"vendor": "ATA"
|
48
29
|
}
|
49
30
|
},
|
50
31
|
"dmi": {
|
51
32
|
"bios": {
|
52
|
-
"release_date": "
|
53
|
-
"vendor": "
|
54
|
-
"version": "
|
33
|
+
"release_date": "12/01/2006",
|
34
|
+
"vendor": "innotek GmbH",
|
35
|
+
"version": "VirtualBox"
|
55
36
|
},
|
56
37
|
"board": {
|
57
|
-
"manufacturer": "
|
58
|
-
"product": "
|
59
|
-
"serial_number": "
|
38
|
+
"manufacturer": "Oracle Corporation",
|
39
|
+
"product": "VirtualBox",
|
40
|
+
"serial_number": "0"
|
60
41
|
},
|
61
42
|
"chassis": {
|
62
|
-
"asset_tag": "No Asset Tag",
|
63
43
|
"type": "Other"
|
64
44
|
},
|
65
|
-
"manufacturer": "
|
45
|
+
"manufacturer": "innotek GmbH",
|
66
46
|
"product": {
|
67
|
-
"name": "
|
68
|
-
"serial_number": "
|
69
|
-
"uuid": "
|
47
|
+
"name": "VirtualBox",
|
48
|
+
"serial_number": "0",
|
49
|
+
"uuid": "EAC506C9-3FB5-42CE-81FF-87E0A693D0D9"
|
70
50
|
}
|
71
51
|
},
|
72
52
|
"domain": "example.com",
|
@@ -86,110 +66,109 @@
|
|
86
66
|
"user": "root"
|
87
67
|
},
|
88
68
|
"interfaces": "eth0,lo",
|
89
|
-
"ipaddress": "10.
|
90
|
-
"ipaddress6": "fe80::
|
91
|
-
"ipaddress6_eth0": "fe80::
|
69
|
+
"ipaddress": "10.0.2.15",
|
70
|
+
"ipaddress6": "fe80::a00:27ff:fe98:ca98",
|
71
|
+
"ipaddress6_eth0": "fe80::a00:27ff:fe98:ca98",
|
92
72
|
"ipaddress6_lo": "::1",
|
93
|
-
"ipaddress_eth0": "10.
|
73
|
+
"ipaddress_eth0": "10.0.2.15",
|
94
74
|
"ipaddress_lo": "127.0.0.1",
|
95
75
|
"is_virtual": true,
|
96
76
|
"kernel": "Linux",
|
97
77
|
"kernelmajversion": "2.6",
|
98
|
-
"kernelrelease": "2.6.32-
|
78
|
+
"kernelrelease": "2.6.32-504.el6.x86_64",
|
99
79
|
"kernelversion": "2.6.32",
|
100
80
|
"load_averages": {
|
101
|
-
"15m": 0.
|
102
|
-
"1m": 0.
|
103
|
-
"5m": 0.
|
81
|
+
"15m": 0.16,
|
82
|
+
"1m": 0.9,
|
83
|
+
"5m": 0.43
|
104
84
|
},
|
105
|
-
"macaddress": "00:
|
106
|
-
"macaddress_eth0": "00:
|
107
|
-
"manufacturer": "
|
85
|
+
"macaddress": "08:00:27:98:ca:98",
|
86
|
+
"macaddress_eth0": "08:00:27:98:ca:98",
|
87
|
+
"manufacturer": "innotek GmbH",
|
108
88
|
"memory": {
|
109
89
|
"swap": {
|
110
|
-
"available": "
|
111
|
-
"available_bytes":
|
112
|
-
"capacity": "0%",
|
113
|
-
"total": "
|
114
|
-
"total_bytes":
|
115
|
-
"used": "
|
116
|
-
"used_bytes":
|
90
|
+
"available": "991.76 MiB",
|
91
|
+
"available_bytes": 1039937536,
|
92
|
+
"capacity": "0.02%",
|
93
|
+
"total": "992.00 MiB",
|
94
|
+
"total_bytes": 1040183296,
|
95
|
+
"used": "240.00 KiB",
|
96
|
+
"used_bytes": 245760
|
117
97
|
},
|
118
98
|
"system": {
|
119
|
-
"available": "
|
120
|
-
"available_bytes":
|
121
|
-
"capacity": "
|
122
|
-
"total": "
|
123
|
-
"total_bytes":
|
124
|
-
"used": "
|
125
|
-
"used_bytes":
|
99
|
+
"available": "384.99 MiB",
|
100
|
+
"available_bytes": 403689472,
|
101
|
+
"capacity": "21.49%",
|
102
|
+
"total": "490.39 MiB",
|
103
|
+
"total_bytes": 514211840,
|
104
|
+
"used": "105.40 MiB",
|
105
|
+
"used_bytes": 110522368
|
126
106
|
}
|
127
107
|
},
|
128
|
-
"memoryfree": "
|
129
|
-
"memoryfree_mb":
|
130
|
-
"memorysize": "
|
131
|
-
"memorysize_mb":
|
108
|
+
"memoryfree": "384.99 MiB",
|
109
|
+
"memoryfree_mb": 384.98828125,
|
110
|
+
"memorysize": "490.39 MiB",
|
111
|
+
"memorysize_mb": 490.390625,
|
132
112
|
"mountpoints": {
|
133
113
|
"/": {
|
134
|
-
"available": "
|
135
|
-
"available_bytes":
|
136
|
-
"capacity": "
|
114
|
+
"available": "16.93 GiB",
|
115
|
+
"available_bytes": 18179477504,
|
116
|
+
"capacity": "6.58%",
|
137
117
|
"device": "/dev/mapper/VolGroup-lv_root",
|
138
118
|
"filesystem": "ext4",
|
139
119
|
"options": [
|
140
120
|
"rw"
|
141
121
|
],
|
142
|
-
"size": "
|
143
|
-
"size_bytes":
|
144
|
-
"used": "1.
|
145
|
-
"used_bytes":
|
122
|
+
"size": "18.12 GiB",
|
123
|
+
"size_bytes": 19459338240,
|
124
|
+
"used": "1.19 GiB",
|
125
|
+
"used_bytes": 1279860736
|
146
126
|
},
|
147
127
|
"/boot": {
|
148
|
-
"available": "
|
149
|
-
"available_bytes":
|
150
|
-
"capacity": "
|
128
|
+
"available": "448.51 MiB",
|
129
|
+
"available_bytes": 470301696,
|
130
|
+
"capacity": "5.82%",
|
151
131
|
"device": "/dev/sda1",
|
152
132
|
"filesystem": "ext4",
|
153
133
|
"options": [
|
154
134
|
"rw"
|
155
135
|
],
|
156
|
-
"size": "
|
157
|
-
"size_bytes":
|
158
|
-
"used": "
|
159
|
-
"used_bytes":
|
136
|
+
"size": "476.22 MiB",
|
137
|
+
"size_bytes": 499355648,
|
138
|
+
"used": "27.71 MiB",
|
139
|
+
"used_bytes": 29053952
|
160
140
|
},
|
161
141
|
"/dev/shm": {
|
162
|
-
"available": "
|
163
|
-
"available_bytes":
|
142
|
+
"available": "245.20 MiB",
|
143
|
+
"available_bytes": 257105920,
|
164
144
|
"capacity": "0%",
|
165
145
|
"device": "tmpfs",
|
166
146
|
"filesystem": "tmpfs",
|
167
147
|
"options": [
|
168
|
-
"rw"
|
169
|
-
"rootcontext=\"system_u:object_r:tmpfs_t:s0\""
|
148
|
+
"rw"
|
170
149
|
],
|
171
|
-
"size": "
|
172
|
-
"size_bytes":
|
150
|
+
"size": "245.20 MiB",
|
151
|
+
"size_bytes": 257105920,
|
173
152
|
"used": "0 bytes",
|
174
153
|
"used_bytes": 0
|
175
154
|
}
|
176
155
|
},
|
177
156
|
"mtu_eth0": 1500,
|
178
|
-
"mtu_lo":
|
179
|
-
"netmask": "255.255.
|
157
|
+
"mtu_lo": 65536,
|
158
|
+
"netmask": "255.255.255.0",
|
180
159
|
"netmask6": "ffff:ffff:ffff:ffff::",
|
181
160
|
"netmask6_eth0": "ffff:ffff:ffff:ffff::",
|
182
161
|
"netmask6_lo": "ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff",
|
183
|
-
"netmask_eth0": "255.255.
|
162
|
+
"netmask_eth0": "255.255.255.0",
|
184
163
|
"netmask_lo": "255.0.0.0",
|
185
|
-
"network": "10.
|
164
|
+
"network": "10.0.2.0",
|
186
165
|
"network6": "fe80::",
|
187
166
|
"network6_eth0": "fe80::",
|
188
167
|
"network6_lo": "::1",
|
189
|
-
"network_eth0": "10.
|
168
|
+
"network_eth0": "10.0.2.0",
|
190
169
|
"network_lo": "127.0.0.0",
|
191
170
|
"networking": {
|
192
|
-
"dhcp": "10.
|
171
|
+
"dhcp": "10.0.2.2",
|
193
172
|
"domain": "example.com",
|
194
173
|
"fqdn": "foo.example.com",
|
195
174
|
"hostname": "foo",
|
@@ -197,26 +176,26 @@
|
|
197
176
|
"eth0": {
|
198
177
|
"bindings": [
|
199
178
|
{
|
200
|
-
"address": "10.
|
201
|
-
"netmask": "255.255.
|
202
|
-
"network": "10.
|
179
|
+
"address": "10.0.2.15",
|
180
|
+
"netmask": "255.255.255.0",
|
181
|
+
"network": "10.0.2.0"
|
203
182
|
}
|
204
183
|
],
|
205
184
|
"bindings6": [
|
206
185
|
{
|
207
|
-
"address": "fe80::
|
186
|
+
"address": "fe80::a00:27ff:fe98:ca98",
|
208
187
|
"netmask": "ffff:ffff:ffff:ffff::",
|
209
188
|
"network": "fe80::"
|
210
189
|
}
|
211
190
|
],
|
212
|
-
"dhcp": "10.
|
213
|
-
"ip": "10.
|
214
|
-
"ip6": "fe80::
|
215
|
-
"mac": "00:
|
191
|
+
"dhcp": "10.0.2.2",
|
192
|
+
"ip": "10.0.2.15",
|
193
|
+
"ip6": "fe80::a00:27ff:fe98:ca98",
|
194
|
+
"mac": "08:00:27:98:ca:98",
|
216
195
|
"mtu": 1500,
|
217
|
-
"netmask": "255.255.
|
196
|
+
"netmask": "255.255.255.0",
|
218
197
|
"netmask6": "ffff:ffff:ffff:ffff::",
|
219
|
-
"network": "10.
|
198
|
+
"network": "10.0.2.0",
|
220
199
|
"network6": "fe80::"
|
221
200
|
},
|
222
201
|
"lo": {
|
@@ -236,42 +215,38 @@
|
|
236
215
|
],
|
237
216
|
"ip": "127.0.0.1",
|
238
217
|
"ip6": "::1",
|
239
|
-
"mtu":
|
218
|
+
"mtu": 65536,
|
240
219
|
"netmask": "255.0.0.0",
|
241
220
|
"netmask6": "ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff",
|
242
221
|
"network": "127.0.0.0",
|
243
222
|
"network6": "::1"
|
244
223
|
}
|
245
224
|
},
|
246
|
-
"ip": "10.
|
247
|
-
"ip6": "fe80::
|
248
|
-
"mac": "00:
|
225
|
+
"ip": "10.0.2.15",
|
226
|
+
"ip6": "fe80::a00:27ff:fe98:ca98",
|
227
|
+
"mac": "08:00:27:98:ca:98",
|
249
228
|
"mtu": 1500,
|
250
|
-
"netmask": "255.255.
|
229
|
+
"netmask": "255.255.255.0",
|
251
230
|
"netmask6": "ffff:ffff:ffff:ffff::",
|
252
|
-
"network": "10.
|
231
|
+
"network": "10.0.2.0",
|
253
232
|
"network6": "fe80::",
|
254
233
|
"primary": "eth0"
|
255
234
|
},
|
256
235
|
"operatingsystem": "RedHat",
|
257
236
|
"operatingsystemmajrelease": "6",
|
258
|
-
"operatingsystemrelease": "6.
|
237
|
+
"operatingsystemrelease": "6.6",
|
259
238
|
"os": {
|
260
239
|
"architecture": "x86_64",
|
261
240
|
"family": "RedHat",
|
262
241
|
"hardware": "x86_64",
|
263
242
|
"name": "RedHat",
|
264
243
|
"release": {
|
265
|
-
"full": "6.
|
244
|
+
"full": "6.6",
|
266
245
|
"major": "6",
|
267
|
-
"minor": "
|
246
|
+
"minor": "6"
|
268
247
|
},
|
269
248
|
"selinux": {
|
270
|
-
"
|
271
|
-
"current_mode": "enforcing",
|
272
|
-
"enabled": true,
|
273
|
-
"enforced": true,
|
274
|
-
"policy_version": "24"
|
249
|
+
"enabled": false
|
275
250
|
}
|
276
251
|
},
|
277
252
|
"osfamily": "RedHat",
|
@@ -279,51 +254,43 @@
|
|
279
254
|
"/dev/mapper/VolGroup-lv_root": {
|
280
255
|
"filesystem": "ext4",
|
281
256
|
"mount": "/",
|
282
|
-
"size": "
|
283
|
-
"size_bytes":
|
284
|
-
"uuid": "
|
257
|
+
"size": "18.54 GiB",
|
258
|
+
"size_bytes": 19906166784,
|
259
|
+
"uuid": "af6068c6-0aad-479f-85f0-5102efab1b56"
|
285
260
|
},
|
286
261
|
"/dev/mapper/VolGroup-lv_swap": {
|
287
262
|
"filesystem": "swap",
|
288
|
-
"size": "
|
289
|
-
"size_bytes":
|
290
|
-
"uuid": "
|
263
|
+
"size": "992.00 MiB",
|
264
|
+
"size_bytes": 1040187392,
|
265
|
+
"uuid": "3298a7d2-b136-4191-82a3-8428f913889f"
|
291
266
|
},
|
292
267
|
"/dev/sda1": {
|
293
268
|
"filesystem": "ext4",
|
294
269
|
"mount": "/boot",
|
295
270
|
"size": "500.00 MiB",
|
296
271
|
"size_bytes": 524288000,
|
297
|
-
"uuid": "
|
272
|
+
"uuid": "04018524-a7ad-485e-a07a-27b820c4c774"
|
298
273
|
},
|
299
274
|
"/dev/sda2": {
|
300
275
|
"filesystem": "LVM2_member",
|
301
|
-
"size": "
|
302
|
-
"size_bytes":
|
303
|
-
"uuid": "
|
304
|
-
},
|
305
|
-
"/dev/sdb1": {
|
306
|
-
"filesystem": "LVM2_member",
|
307
|
-
"size": "8.00 GiB",
|
308
|
-
"size_bytes": 8589918208,
|
309
|
-
"uuid": "7o1inr-VPe2-Uqi8-bIlW-JQWS-u2M6-wZQbST"
|
276
|
+
"size": "19.51 GiB",
|
277
|
+
"size_bytes": 20949499904,
|
278
|
+
"uuid": "vYnYFe-Sz6O-vMbh-FDt0-6aQd-cg2C-3Vvwl3"
|
310
279
|
}
|
311
280
|
},
|
312
|
-
"path": "/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/
|
313
|
-
"physicalprocessorcount":
|
314
|
-
"processor0": "Intel(R)
|
315
|
-
"
|
316
|
-
"processorcount": 2,
|
281
|
+
"path": "/opt/puppetlabs/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin",
|
282
|
+
"physicalprocessorcount": 1,
|
283
|
+
"processor0": "Intel(R) Core(TM) i7-7500U CPU @ 2.70GHz",
|
284
|
+
"processorcount": 1,
|
317
285
|
"processors": {
|
318
|
-
"count":
|
286
|
+
"count": 1,
|
319
287
|
"isa": "x86_64",
|
320
288
|
"models": [
|
321
|
-
"Intel(R)
|
322
|
-
"Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz"
|
289
|
+
"Intel(R) Core(TM) i7-7500U CPU @ 2.70GHz"
|
323
290
|
],
|
324
|
-
"physicalcount":
|
291
|
+
"physicalcount": 1
|
325
292
|
},
|
326
|
-
"productname": "
|
293
|
+
"productname": "VirtualBox",
|
327
294
|
"puppetversion": "5.1.0",
|
328
295
|
"ruby": {
|
329
296
|
"platform": "x86_64-linux",
|
@@ -333,47 +300,43 @@
|
|
333
300
|
"rubyplatform": "x86_64-linux",
|
334
301
|
"rubysitedir": "/opt/puppetlabs/puppet/lib/ruby/site_ruby/2.4.0",
|
335
302
|
"rubyversion": "2.4.1",
|
336
|
-
"selinux":
|
337
|
-
"
|
338
|
-
"selinux_current_mode": "enforcing",
|
339
|
-
"selinux_enforced": true,
|
340
|
-
"selinux_policyversion": "24",
|
341
|
-
"serialnumber": "VMware-42 22 66 76 3e 57 a6 d6-b1 ee d3 b4 f0 35 23 0b",
|
303
|
+
"selinux": false,
|
304
|
+
"serialnumber": "0",
|
342
305
|
"ssh": {
|
343
306
|
"dsa": {
|
344
307
|
"fingerprints": {
|
345
|
-
"sha1": "SSHFP 2 1
|
346
|
-
"sha256": "SSHFP 2 2
|
308
|
+
"sha1": "SSHFP 2 1 0e9e8e299b19eb61dd5f9eea7b142f9ac7df2cd3",
|
309
|
+
"sha256": "SSHFP 2 2 03106abaacaa1af5103053b6e933bb603c933bb9ebc0f3d962ac9cc2ba35e37d"
|
347
310
|
},
|
348
|
-
"key": "
|
311
|
+
"key": "AAAAB3NzaC1kc3MAAACBAOSOdC70GK+62b1DmmHw37vZ6VEUcQLv9AfkTvjcqOrKrTNGNMcY+fzJtbcfTG4i21YEDa8CSHoYtsrfZy4nLamc+CIclQONCXNR1W+jCXpe/mjY7V0p9JjKDsTMX+o9jFsuBNYLpPK5w/udoUvVEETET66Rffh7ylVdwrGsw72vAAAAFQCsxMUYvE0SSNELWgJeNZUl0MMxlwAAAIEAyssLRdOH4F0ijHHFbsQbreJSWpJSb7JMwOTVzECe97KfsoCV6VUuMBsTg/4GKWxHxK35z/VZSftPfFFaAtIERtStRfYlelZOZ0ftuc4+VZmQ4OWiOV2gBrWCUzPeo9BcFMWzeQEPpn2ZIabAn9lfdAzf/2dtYiZScgesW1DKG3MAAACADhQF5ON8mfbTUwEem0PvB9JER0cm8CE1qYCa6UFRVQNGr9UhTUC9+layi4U858Qi1W98UNavmogVc1mMiGlOODVQRUb0VTlUHRVVaFAANd4iW0n8Iy+fcaS6soDMYyw2UYwpFjHWeBE9Gf8ESg7aJVt14BJpQkVX/plsjWvGh5w="
|
349
312
|
},
|
350
313
|
"rsa": {
|
351
314
|
"fingerprints": {
|
352
|
-
"sha1": "SSHFP 1 1
|
353
|
-
"sha256": "SSHFP 1 2
|
315
|
+
"sha1": "SSHFP 1 1 92e88fd08705813da6d5f9b7d5f79355282b9397",
|
316
|
+
"sha256": "SSHFP 1 2 58e36c85866db8936510aadd0785ef700c172dd1ecc2d30c4d52996fc53a8bac"
|
354
317
|
},
|
355
|
-
"key": "
|
318
|
+
"key": "AAAAB3NzaC1yc2EAAAABIwAAAQEA1aDd89yysGoH+u57JguOVc1HOAURwMzsyiE58Un4qdB6RWdfHbzx+hhaYMk6HpUU2pYcHpFL+RPNsXLWx6wH2e/HvRfOi1pHxElpX9P8Q1jwKDIgEzAVRhnTIejDw0MiKv8EVIXexcs8ZGrfcVh1eRSGlGUyJs+vY7MVbMlmL6cuz4mf70Gf55YRPCyXuubyicz9bthyClykHzR8PPjCYL/hXyNed69TqlC2/xDqOs5apK/ND5nytA4irCZGh3POABxapIAjcSYU3MR7VMpV5CbUoPaeW8Zvldbbdf41Hg0mScAAvutJNgdy6p5Wy/WLAa6otJ2RiVAYNP+l5sDz2Q=="
|
356
319
|
}
|
357
320
|
},
|
358
|
-
"sshdsakey": "
|
359
|
-
"sshfp_dsa": "SSHFP 2 1
|
360
|
-
"sshfp_rsa": "SSHFP 1 1
|
361
|
-
"sshrsakey": "
|
362
|
-
"swapfree": "
|
363
|
-
"swapfree_mb":
|
364
|
-
"swapsize": "
|
365
|
-
"swapsize_mb":
|
321
|
+
"sshdsakey": "AAAAB3NzaC1kc3MAAACBAOSOdC70GK+62b1DmmHw37vZ6VEUcQLv9AfkTvjcqOrKrTNGNMcY+fzJtbcfTG4i21YEDa8CSHoYtsrfZy4nLamc+CIclQONCXNR1W+jCXpe/mjY7V0p9JjKDsTMX+o9jFsuBNYLpPK5w/udoUvVEETET66Rffh7ylVdwrGsw72vAAAAFQCsxMUYvE0SSNELWgJeNZUl0MMxlwAAAIEAyssLRdOH4F0ijHHFbsQbreJSWpJSb7JMwOTVzECe97KfsoCV6VUuMBsTg/4GKWxHxK35z/VZSftPfFFaAtIERtStRfYlelZOZ0ftuc4+VZmQ4OWiOV2gBrWCUzPeo9BcFMWzeQEPpn2ZIabAn9lfdAzf/2dtYiZScgesW1DKG3MAAACADhQF5ON8mfbTUwEem0PvB9JER0cm8CE1qYCa6UFRVQNGr9UhTUC9+layi4U858Qi1W98UNavmogVc1mMiGlOODVQRUb0VTlUHRVVaFAANd4iW0n8Iy+fcaS6soDMYyw2UYwpFjHWeBE9Gf8ESg7aJVt14BJpQkVX/plsjWvGh5w=",
|
322
|
+
"sshfp_dsa": "SSHFP 2 1 0e9e8e299b19eb61dd5f9eea7b142f9ac7df2cd3\nSSHFP 2 2 03106abaacaa1af5103053b6e933bb603c933bb9ebc0f3d962ac9cc2ba35e37d",
|
323
|
+
"sshfp_rsa": "SSHFP 1 1 92e88fd08705813da6d5f9b7d5f79355282b9397\nSSHFP 1 2 58e36c85866db8936510aadd0785ef700c172dd1ecc2d30c4d52996fc53a8bac",
|
324
|
+
"sshrsakey": "AAAAB3NzaC1yc2EAAAABIwAAAQEA1aDd89yysGoH+u57JguOVc1HOAURwMzsyiE58Un4qdB6RWdfHbzx+hhaYMk6HpUU2pYcHpFL+RPNsXLWx6wH2e/HvRfOi1pHxElpX9P8Q1jwKDIgEzAVRhnTIejDw0MiKv8EVIXexcs8ZGrfcVh1eRSGlGUyJs+vY7MVbMlmL6cuz4mf70Gf55YRPCyXuubyicz9bthyClykHzR8PPjCYL/hXyNed69TqlC2/xDqOs5apK/ND5nytA4irCZGh3POABxapIAjcSYU3MR7VMpV5CbUoPaeW8Zvldbbdf41Hg0mScAAvutJNgdy6p5Wy/WLAa6otJ2RiVAYNP+l5sDz2Q==",
|
325
|
+
"swapfree": "991.76 MiB",
|
326
|
+
"swapfree_mb": 991.76171875,
|
327
|
+
"swapsize": "992.00 MiB",
|
328
|
+
"swapsize_mb": 991.99609375,
|
366
329
|
"system_uptime": {
|
367
330
|
"days": 0,
|
368
|
-
"hours":
|
369
|
-
"seconds":
|
370
|
-
"uptime": "
|
331
|
+
"hours": 0,
|
332
|
+
"seconds": 222,
|
333
|
+
"uptime": "0:03 hours"
|
371
334
|
},
|
372
|
-
"timezone": "
|
373
|
-
"uptime": "
|
335
|
+
"timezone": "UTC",
|
336
|
+
"uptime": "0:03 hours",
|
374
337
|
"uptime_days": 0,
|
375
|
-
"uptime_hours":
|
376
|
-
"uptime_seconds":
|
377
|
-
"uuid": "
|
378
|
-
"virtual": "
|
379
|
-
}
|
338
|
+
"uptime_hours": 0,
|
339
|
+
"uptime_seconds": 222,
|
340
|
+
"uuid": "EAC506C9-3FB5-42CE-81FF-87E0A693D0D9",
|
341
|
+
"virtual": "virtualbox"
|
342
|
+
}
|