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
@@ -1,85 +1,74 @@
|
|
1
1
|
{
|
2
|
-
"
|
3
|
-
"kernel": "Linux",
|
4
|
-
"architecture": "amd64",
|
5
|
-
"hardwaremodel": "x86_64",
|
2
|
+
"gem_version": "~> 2.0.0",
|
6
3
|
"operatingsystem": "Debian",
|
7
|
-
"
|
8
|
-
"processor0": "Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz",
|
9
|
-
"processor1": "Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz",
|
10
|
-
"processorcount": "2",
|
11
|
-
"interfaces": "ens160,lo",
|
12
|
-
"ipaddress_ens160": "10.32.112.77",
|
13
|
-
"macaddress_ens160": "00:50:56:a2:40:1c",
|
14
|
-
"netmask_ens160": "255.255.240.0",
|
15
|
-
"ipaddress_lo": "127.0.0.1",
|
16
|
-
"netmask_lo": "255.0.0.0",
|
17
|
-
"fqdn": "foo.example.com",
|
18
|
-
"kernelmajversion": "4.7",
|
19
|
-
"hardwareisa": "unknown",
|
4
|
+
"lsbdistrelease": "9.9",
|
20
5
|
"facterversion": "2.0.2",
|
21
|
-
"
|
22
|
-
"
|
23
|
-
"
|
24
|
-
"
|
25
|
-
"
|
26
|
-
"
|
27
|
-
"
|
28
|
-
"
|
29
|
-
"
|
30
|
-
"
|
31
|
-
"
|
32
|
-
"
|
33
|
-
"
|
34
|
-
"
|
35
|
-
"
|
6
|
+
"interfaces": "",
|
7
|
+
"kernel": "Linux",
|
8
|
+
"uptime": "0:04 hours",
|
9
|
+
"blockdevice_sda_size": 21265121280,
|
10
|
+
"blockdevice_sda_vendor": "ATA",
|
11
|
+
"blockdevice_sda_model": "VBOX HARDDISK",
|
12
|
+
"blockdevices": "sda",
|
13
|
+
"physicalprocessorcount": "1",
|
14
|
+
"boardmanufacturer": "Oracle Corporation",
|
15
|
+
"boardproductname": "VirtualBox",
|
16
|
+
"boardserialnumber": "0",
|
17
|
+
"bios_vendor": "innotek GmbH",
|
18
|
+
"bios_version": "VirtualBox",
|
19
|
+
"bios_release_date": "12/01/2006",
|
20
|
+
"manufacturer": "innotek GmbH",
|
21
|
+
"productname": "VirtualBox",
|
22
|
+
"serialnumber": "0",
|
23
|
+
"uuid": "938230B2-819D-4548-9831-656E7AD246EA",
|
36
24
|
"type": "Other",
|
37
|
-
"
|
38
|
-
"
|
39
|
-
"
|
40
|
-
"
|
41
|
-
"
|
42
|
-
"
|
43
|
-
"
|
44
|
-
"swapfree": "512.00 MB",
|
45
|
-
"swapsize_mb": "512.00",
|
46
|
-
"swapfree_mb": "512.00",
|
47
|
-
"memorysize_mb": "2004.45",
|
48
|
-
"memoryfree_mb": "1907.87",
|
49
|
-
"ps": "ps -ef",
|
50
|
-
"uniqueid": "200a4d70",
|
25
|
+
"timezone": "GMT",
|
26
|
+
"operatingsystemrelease": "9.9",
|
27
|
+
"uptime_days": 0,
|
28
|
+
"lsbdistcodename": "stretch",
|
29
|
+
"rubyversion": "2.5.3",
|
30
|
+
"lsbmajdistrelease": "9",
|
31
|
+
"lsbdistid": "Debian",
|
51
32
|
"hostname": "foo",
|
52
|
-
"
|
33
|
+
"uptime_seconds": 240,
|
34
|
+
"id": "root",
|
35
|
+
"architecture": "amd64",
|
53
36
|
"domain": "example.com",
|
54
|
-
"
|
55
|
-
"
|
56
|
-
"
|
37
|
+
"path": "/home/vagrant/vendor/bundler/ruby/2.5.0/bin:/opt/puppetlabs/puppet/bin:/opt/puppetlabs/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
|
38
|
+
"memorysize": "492.32 MB",
|
39
|
+
"memoryfree": "361.88 MB",
|
40
|
+
"swapsize": "1021.00 MB",
|
41
|
+
"swapfree": "1020.26 MB",
|
42
|
+
"swapsize_mb": "1021.00",
|
43
|
+
"swapfree_mb": "1020.26",
|
44
|
+
"memorysize_mb": "492.32",
|
45
|
+
"memoryfree_mb": "361.88",
|
46
|
+
"uptime_hours": 0,
|
47
|
+
"osfamily": "Debian",
|
48
|
+
"ps": "ps -ef",
|
49
|
+
"lsbdistdescription": "Debian GNU/Linux 9.9 (stretch)",
|
50
|
+
"hardwareisa": "unknown",
|
51
|
+
"kernelmajversion": "4.9",
|
52
|
+
"virtual": "kvm",
|
57
53
|
"is_virtual": "true",
|
58
|
-
"
|
59
|
-
"
|
60
|
-
"
|
61
|
-
"
|
62
|
-
"sshrsakey": "AAAAB3NzaC1yc2EAAAADAQABAAABAQDucIjPFMvsD2xvdZY5EjcGFgCdYWs/xz/+frJJNoHH7n1YaojjCzWlwP2zcAWQIgP4CCfTfx6Ct9qXDSRJ84qmRyDs0VVb4Z78yuWGMm55SsrQ+n6UwLO/ldkzxl7eQE/gf9z4VJBQnr4waK+L8A/DAD600FAUWWQTFT9abJULhQnFKcAQwpftsbdQgs98/k8zLKChag6sQC82on6tf3vFNmtVd0wJLXEk1BBwXNrNiw4/0OKKdfHQtkLE65LEO9Uz+nHdIOB9YtVgJEsVrGK01Na/XagDFDApHl0qVa1nSjtcNkEKSu1vtgXg88qIGpW2EsbUvu6kYQjeGNUOMH/H",
|
63
|
-
"sshfp_rsa": "SSHFP 1 1 32959e1547c241671a11e6b4d5eb6800e63fba40\nSSHFP 1 2 b6e2683f8aae87340a67f94821b66ea3729b06593affdc621b71a8ba014698fd",
|
64
|
-
"sshecdsakey": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGUq/gk2dkedE9/cKbYJN8bU16ogrgEoglU3jUt4MUFkGzjOoLuOII1UeEfxh46uu1XNIF4nxerUvrTsu2Yp8TE=",
|
65
|
-
"sshfp_ecdsa": "SSHFP 3 1 1f12dfbbc6a733670c2a22173878dec07706380c\nSSHFP 3 2 ad2c889e82a0441bc9df298942c8ed2aec1cae211e4111d02514b7791dfa90f1",
|
66
|
-
"sshed25519key": "AAAAC3NzaC1lZDI1NTE5AAAAIB4mBJFIiCqqXq0wu6/b3BV64ClFTmXn1MQM9lvIp6oT",
|
67
|
-
"sshfp_ed25519": "SSHFP 4 1 a4b47eb03bbffd5c5dfbaf49451d1a58c14d3e12\nSSHFP 4 2 fd351c72fd6169adb97ef44ab75eb93d7dc41e682d5d40e7166e3100700c81ad",
|
68
|
-
"kernelversion": "4.7.0",
|
69
|
-
"ipaddress": "10.32.112.77",
|
70
|
-
"rubyversion": "2.3.3",
|
71
|
-
"uptime_days": 0,
|
72
|
-
"lsbdistcodename": "stretch",
|
54
|
+
"augeasversion": "1.12.0",
|
55
|
+
"fqdn": "foo.example.com",
|
56
|
+
"rubysitedir": "/opt/puppetlabs/puppet/lib/ruby/site_ruby/2.5.0",
|
57
|
+
"ipaddress": "127.0.1.1",
|
73
58
|
"operatingsystemmajrelease": "9",
|
74
|
-
"
|
75
|
-
"
|
76
|
-
"
|
77
|
-
"
|
78
|
-
"
|
79
|
-
"
|
80
|
-
"
|
81
|
-
"
|
82
|
-
"
|
83
|
-
"
|
84
|
-
"
|
85
|
-
|
59
|
+
"sshrsakey": "AAAAB3NzaC1yc2EAAAADAQABAAABAQCrmA4QM4YHosj9qgaWKEc8E7rNUQJBlXO67UGsep5S67iKmFn5Oj/BHCC+Jdphf4MYDv9IX22XjLSyo6Vwb6u6EAP+WiDiCxdZ0lSPPHMlam/VEv01sGTdUe5HnmyJ1Zo3Dx4IttxzMtyGa95My0kb++S0ve64dEiHMQshjMV35H2+y7dXs7DH5uEykgIeG5DwA4uhZUJJgYwIZKkdBVo94P4Nc5kgDqJqfZr7IVof6G98I4FmBmsrG+7mEb2pKXgRLGiduNV6Jo78ywxIT+4fU4sGukGb6TWNqU0Y7WywRdJuSW7myjHNVvEAr6Qihp5tXZ9vEsXKvxfXNNK4lS35",
|
60
|
+
"sshfp_rsa": "SSHFP 1 1 987a5bd6c3c6dd76a49520a8142a83cb05426b92\nSSHFP 1 2 59807ab0af78bc25dabf3e3c58ab2f8c720ee44ae3f9b3615608ac4a8622cbc3",
|
61
|
+
"sshecdsakey": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHC8Hi6WuNb7Ld4okKGlaFUp83PJay5ecWj/XRoydHud73VFbaWsCbpTkG+noSFhbYDccppC1edT+dkSCrSuShA=",
|
62
|
+
"sshfp_ecdsa": "SSHFP 3 1 8ecea47cf76f89943c0e29d98f334b5c73fb3697\nSSHFP 3 2 73842acb64a0e62ad93c521bdc1dac2d35dd1953ded52ef7fe80bfc044cfad33",
|
63
|
+
"sshed25519key": "AAAAC3NzaC1lZDI1NTE5AAAAIFPxD4UqONnOL0DGrn2TbKOWNKL5vzUjqbzwQHRsMNgq",
|
64
|
+
"sshfp_ed25519": "SSHFP 4 1 250457339fc206ef3e362cea19106004c61a0d66\nSSHFP 4 2 8ab150ad62641deff1d2d41cec5d2dae0fb0f3656199413a3062715755a64dc0",
|
65
|
+
"kernelrelease": "4.9.0-9-amd64",
|
66
|
+
"uniqueid": "007f0101",
|
67
|
+
"selinux": "false",
|
68
|
+
"kernelversion": "4.9.0",
|
69
|
+
"filesystems": "ext2,ext3,ext4",
|
70
|
+
"hardwaremodel": "x86_64",
|
71
|
+
"processor0": "Intel(R) Core(TM) i7-7500U CPU @ 2.70GHz",
|
72
|
+
"processor1": "Intel(R) Core(TM) i7-7500U CPU @ 2.70GHz",
|
73
|
+
"processorcount": "2"
|
74
|
+
}
|
@@ -1,19 +1,11 @@
|
|
1
1
|
{
|
2
|
-
"gem_version": "~> 2.
|
2
|
+
"gem_version": "~> 2.0.0",
|
3
3
|
"hardwaremodel": "x86_64",
|
4
4
|
"hardwareisa": "x86_64",
|
5
5
|
"kernel": "Linux",
|
6
6
|
"virtual": "kvm",
|
7
7
|
"is_virtual": "true",
|
8
8
|
"physicalprocessorcount": "1",
|
9
|
-
"partitions": {
|
10
|
-
"sda1": {
|
11
|
-
"uuid": "2ebf6ddf-743f-40d1-ad80-492934dda253",
|
12
|
-
"size": "134215680",
|
13
|
-
"mount": "/",
|
14
|
-
"filesystem": "ext4\" PARTUUID=\"e51733bb-01"
|
15
|
-
}
|
16
|
-
},
|
17
9
|
"fqdn": "foo.example.com",
|
18
10
|
"filesystems": "ext2,ext3,ext4",
|
19
11
|
"uniqueid": "007f0100",
|
@@ -30,13 +22,13 @@
|
|
30
22
|
"puppetversion": "5.5.0",
|
31
23
|
"operatingsystemrelease": "26",
|
32
24
|
"memorysize": "991.12 MB",
|
33
|
-
"memoryfree": "
|
25
|
+
"memoryfree": "822.39 MB",
|
34
26
|
"swapsize": "2.00 GB",
|
35
27
|
"swapfree": "2.00 GB",
|
36
28
|
"swapsize_mb": "2048.00",
|
37
29
|
"swapfree_mb": "2048.00",
|
38
30
|
"memorysize_mb": "991.12",
|
39
|
-
"memoryfree_mb": "
|
31
|
+
"memoryfree_mb": "822.39",
|
40
32
|
"blockdevice_sda_size": 68719476736,
|
41
33
|
"blockdevice_sda_vendor": "ATA",
|
42
34
|
"blockdevice_sda_model": "VBOX HARDDISK",
|
@@ -60,24 +52,18 @@
|
|
60
52
|
"timezone": "UTC",
|
61
53
|
"rubysitedir": "/opt/puppetlabs/puppet/lib/ruby/site_ruby/2.4.0",
|
62
54
|
"kernelrelease": "4.11.8-300.fc26.x86_64",
|
63
|
-
"uptime_seconds":
|
55
|
+
"uptime_seconds": 314,
|
64
56
|
"id": "root",
|
65
|
-
"facterversion": "2.
|
57
|
+
"facterversion": "2.0.2",
|
66
58
|
"uptime_hours": 0,
|
67
59
|
"operatingsystemmajrelease": "26",
|
68
60
|
"uptime": "0:05 hours",
|
69
|
-
"dhcp_servers": {
|
70
|
-
"system": "10.0.2.2",
|
71
|
-
"enp0s3": "10.0.2.2"
|
72
|
-
},
|
73
61
|
"interfaces": "enp0s3,lo",
|
74
62
|
"ipaddress_enp0s3": "10.0.2.15",
|
75
63
|
"macaddress_enp0s3": "08:00:27:87:b2:4d",
|
76
64
|
"netmask_enp0s3": "255.255.255.0",
|
77
|
-
"mtu_enp0s3": "1500",
|
78
65
|
"ipaddress_lo": "127.0.0.1",
|
79
66
|
"netmask_lo": "255.0.0.0",
|
80
|
-
"mtu_lo": "65536",
|
81
67
|
"path": "/home/vagrant/vendor/bundler/ruby/2.4.0/bin:/opt/puppetlabs/puppet/bin:/opt/puppetlabs/bin:/usr/local/sbin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin",
|
82
68
|
"ipaddress": "10.0.2.15",
|
83
69
|
"network_enp0s3": "10.0.2.0",
|
@@ -0,0 +1,71 @@
|
|
1
|
+
{
|
2
|
+
"gem_version": "~> 2.0.0",
|
3
|
+
"physicalprocessorcount": "1",
|
4
|
+
"uptime_hours": 0,
|
5
|
+
"kernelrelease": "4.16.3-301.fc28.x86_64",
|
6
|
+
"kernel": "Linux",
|
7
|
+
"interfaces": "enp0s3,lo",
|
8
|
+
"ipaddress_enp0s3": "10.0.2.15",
|
9
|
+
"macaddress_enp0s3": "08:00:27:c4:7d:b7",
|
10
|
+
"netmask_enp0s3": "255.255.255.0",
|
11
|
+
"ipaddress_lo": "127.0.0.1",
|
12
|
+
"netmask_lo": "255.0.0.0",
|
13
|
+
"network_enp0s3": "10.0.2.0",
|
14
|
+
"network_lo": "127.0.0.0",
|
15
|
+
"memorysize": "984.74 MB",
|
16
|
+
"memoryfree": "825.96 MB",
|
17
|
+
"swapsize": "2.00 GB",
|
18
|
+
"swapfree": "2.00 GB",
|
19
|
+
"swapsize_mb": "2048.00",
|
20
|
+
"swapfree_mb": "2047.23",
|
21
|
+
"memorysize_mb": "984.74",
|
22
|
+
"memoryfree_mb": "825.96",
|
23
|
+
"filesystems": "ext2,ext3,ext4",
|
24
|
+
"uptime": "0:06 hours",
|
25
|
+
"facterversion": "2.0.2",
|
26
|
+
"domain": "example.com",
|
27
|
+
"operatingsystem": "Fedora",
|
28
|
+
"virtual": "kvm",
|
29
|
+
"is_virtual": "true",
|
30
|
+
"hardwareisa": "x86_64",
|
31
|
+
"operatingsystemrelease": "28",
|
32
|
+
"kernelmajversion": "4.16",
|
33
|
+
"osfamily": "RedHat",
|
34
|
+
"uniqueid": "007f0100",
|
35
|
+
"rubysitedir": "/opt/puppetlabs/puppet/lib/ruby/site_ruby/2.5.0",
|
36
|
+
"macaddress": "08:00:27:c4:7d:b7",
|
37
|
+
"kernelversion": "4.16.3",
|
38
|
+
"uptime_seconds": 381,
|
39
|
+
"netmask": "255.255.255.0",
|
40
|
+
"operatingsystemmajrelease": "28",
|
41
|
+
"timezone": "UTC",
|
42
|
+
"sshrsakey": "AAAAB3NzaC1yc2EAAAADAQABAAABAQC4X7iovwJhtofN0tjI35IDM3e9IHcLBhax4Zrh2NMVK9Ble0SUUQX8WU0kHu8mDbCcxOODq7D6HZerIqzEpG6CIwQHEbmeBFDgtQAspXgekyj/HUAMNl8UKd86vISZYYU0bUDpOzqe865QuJSe0i+M2PQgvoSdajkrOMktdEAU6qMDQxSdzX1hr+nnFW97B/+TxmoiSXVarvDGeclkgjKo3oVeeIDrvh9WTEZVuB2d+eg6wAVqoBL+R/lFZ5qheA9O5gmpBamurvoBwVsrv2FYe4sRThi7Phzyydb5QeeY6BxEsy5MI3uyHDk4En6ZqPANwHA2QRSFF7kVSftsyPQB",
|
43
|
+
"sshfp_rsa": "SSHFP 1 1 6ced5f45694078f71bd42e60f065f89990540311\nSSHFP 1 2 822f273f8e4abbd4928b6b53c4a1a20b94aea2a86e369d39a826da372b400724",
|
44
|
+
"sshecdsakey": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHaduCiArGauyujOhy4dGlSyCBwYJ5Dwt5zP8YS4WfxP8s4Bd9cXLPLVcNCJYW1JbVPtFzH5b5v+bOwHFTPswzw=",
|
45
|
+
"sshfp_ecdsa": "SSHFP 3 1 26385759fb0626e65d9034c79c31db68021d2a3f\nSSHFP 3 2 0120c557dc46c92d50d8086929e6a797fb6ff1c1a9eded3a07a0d997359a113c",
|
46
|
+
"sshed25519key": "AAAAC3NzaC1lZDI1NTE5AAAAIOhv6GDFX7C6PpZDCUZJhWcze92BhB60qCynqD+mOQlb",
|
47
|
+
"sshfp_ed25519": "SSHFP 4 1 f40a4c34d96a357200942a6b484cbad45d485421\nSSHFP 4 2 4316b2d83f0bd465f29fbc14a2e3a3794175deb3c2c0c2a95356e4bb37729539",
|
48
|
+
"path": "/home/vagrant/vendor/bundler/ruby/2.5.0/bin:/opt/puppetlabs/puppet/bin:/opt/puppetlabs/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/root/bin",
|
49
|
+
"ps": "ps -ef",
|
50
|
+
"augeasversion": "1.12.0",
|
51
|
+
"uptime_days": 0,
|
52
|
+
"fqdn": "foo.example.com",
|
53
|
+
"architecture": "x86_64",
|
54
|
+
"hardwaremodel": "x86_64",
|
55
|
+
"processor0": "Intel(R) Core(TM) i7-7500U CPU @ 2.70GHz",
|
56
|
+
"processorcount": "1",
|
57
|
+
"id": "root",
|
58
|
+
"hostname": "foo",
|
59
|
+
"selinux": "true",
|
60
|
+
"selinux_enforced": "false",
|
61
|
+
"selinux_policyversion": "31",
|
62
|
+
"selinux_current_mode": "permissive",
|
63
|
+
"selinux_config_mode": "permissive",
|
64
|
+
"selinux_config_policy": "unknown",
|
65
|
+
"rubyversion": "2.5.3",
|
66
|
+
"ipaddress": "10.0.2.15",
|
67
|
+
"blockdevice_sda_size": 68719476736,
|
68
|
+
"blockdevice_sda_vendor": "ATA",
|
69
|
+
"blockdevice_sda_model": "VBOX HARDDISK",
|
70
|
+
"blockdevices": "sda"
|
71
|
+
}
|
@@ -0,0 +1,71 @@
|
|
1
|
+
{
|
2
|
+
"gem_version": "~> 2.0.0",
|
3
|
+
"kernel": "Linux",
|
4
|
+
"network_enp0s3": "10.0.2.0",
|
5
|
+
"network_lo": "127.0.0.0",
|
6
|
+
"ipaddress": "10.0.2.15",
|
7
|
+
"interfaces": "enp0s3,lo",
|
8
|
+
"ipaddress_enp0s3": "10.0.2.15",
|
9
|
+
"macaddress_enp0s3": "08:00:27:80:bb:52",
|
10
|
+
"netmask_enp0s3": "255.255.255.0",
|
11
|
+
"ipaddress_lo": "127.0.0.1",
|
12
|
+
"netmask_lo": "255.0.0.0",
|
13
|
+
"macaddress": "08:00:27:80:bb:52",
|
14
|
+
"rubyversion": "2.5.3",
|
15
|
+
"uptime_seconds": 499,
|
16
|
+
"id": "root",
|
17
|
+
"kernelmajversion": "4.18",
|
18
|
+
"domain": "example.com",
|
19
|
+
"osfamily": "RedHat",
|
20
|
+
"operatingsystem": "Fedora",
|
21
|
+
"uniqueid": "007f0100",
|
22
|
+
"architecture": "x86_64",
|
23
|
+
"rubysitedir": "/opt/puppetlabs/puppet/lib/ruby/site_ruby/2.5.0",
|
24
|
+
"uptime_hours": 0,
|
25
|
+
"facterversion": "2.0.2",
|
26
|
+
"sshrsakey": "AAAAB3NzaC1yc2EAAAADAQABAAABAQDc4t6ZYCrRkqndINdaoIEMjpyyH/o0nO7gC6s/yFYDVPke6lfXzDng8Kwnv2z+ZlOLTLRa7m/65jgITE4UMBTZuq7ebag1MZtRvN57wvhq6u7vXbm5REVXCnEFB5c0YIuQIoR2g9IpJfc+/bDBJPKwXr78C7Xvx6Zggs0e2hQT5vRYUoUZFd2Hh8zq5CzDTZQ6RiOqg7C3LQVoaeHgrLmOQaCuztfNsstOJK/ZOjCsD22ewAJbQ5/26nc20QYM2uxyQq+acGy5juvI38ZWrnohfZdaU97Lmu6+xiqbgNz5mSnhqxwCAyEWTthVG/9ZvlsZJfe3TDlYCsMe4+v/cWml",
|
27
|
+
"sshfp_rsa": "SSHFP 1 1 1f1ba30089bc0a68cae0283eaa752410db7fb221\nSSHFP 1 2 5dac3ea464765d273cd9f24bbad14939f92f9845450b366b2c995b9a44576c03",
|
28
|
+
"sshecdsakey": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBANui5hLnua7tmr7ZE6+OrmAnRK2fs6nFLfoaXpBE2Tn7NsLF6QdV2fc9NOrVBaxfcB8aTAIIyTxVV2xAp+qJo4=",
|
29
|
+
"sshfp_ecdsa": "SSHFP 3 1 2d81a782b32ad294732d658177ca9b0c6e323c86\nSSHFP 3 2 df9506b6c2e010f1b1e66254a8290d510f816973a0f9650067e5e4794a87ab35",
|
30
|
+
"sshed25519key": "AAAAC3NzaC1lZDI1NTE5AAAAIOg3rf+asKEjJyU16bv/R9xRKKmH9mEgH0eBWIHDcswo",
|
31
|
+
"sshfp_ed25519": "SSHFP 4 1 45028071925c9a040130c8e08a3e67925e03fe71\nSSHFP 4 2 df4a0eb4777a44c1bf929f69b437d7fc996308eeebc1865bc3868861e6741738",
|
32
|
+
"netmask": "255.255.255.0",
|
33
|
+
"kernelrelease": "4.18.16-300.fc29.x86_64",
|
34
|
+
"uptime": "0:08 hours",
|
35
|
+
"hardwaremodel": "x86_64",
|
36
|
+
"processor0": "Intel(R) Core(TM) i7-7500U CPU @ 2.70GHz",
|
37
|
+
"processorcount": "1",
|
38
|
+
"operatingsystemmajrelease": "29",
|
39
|
+
"fqdn": "foo.example.com",
|
40
|
+
"filesystems": "ext2,ext3,ext4",
|
41
|
+
"timezone": "UTC",
|
42
|
+
"kernelversion": "4.18.16",
|
43
|
+
"path": "/home/vagrant/vendor/bundler/ruby/2.5.0/bin:/opt/puppetlabs/puppet/bin:/opt/puppetlabs/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/root/bin",
|
44
|
+
"virtual": "kvm",
|
45
|
+
"is_virtual": "true",
|
46
|
+
"physicalprocessorcount": "1",
|
47
|
+
"operatingsystemrelease": "29",
|
48
|
+
"uptime_days": 0,
|
49
|
+
"ps": "ps -ef",
|
50
|
+
"hostname": "foo",
|
51
|
+
"memorysize": "984.43 MB",
|
52
|
+
"memoryfree": "821.76 MB",
|
53
|
+
"swapsize": "4.17 GB",
|
54
|
+
"swapfree": "4.17 GB",
|
55
|
+
"swapsize_mb": "4272.99",
|
56
|
+
"swapfree_mb": "4272.73",
|
57
|
+
"memorysize_mb": "984.43",
|
58
|
+
"memoryfree_mb": "821.76",
|
59
|
+
"selinux": "true",
|
60
|
+
"selinux_enforced": "false",
|
61
|
+
"selinux_policyversion": "31",
|
62
|
+
"selinux_current_mode": "permissive",
|
63
|
+
"selinux_config_mode": "permissive",
|
64
|
+
"selinux_config_policy": "unknown",
|
65
|
+
"augeasversion": "1.12.0",
|
66
|
+
"hardwareisa": "x86_64",
|
67
|
+
"blockdevice_sda_size": 68719476736,
|
68
|
+
"blockdevice_sda_vendor": "ATA",
|
69
|
+
"blockdevice_sda_model": "VBOX HARDDISK",
|
70
|
+
"blockdevices": "sda"
|
71
|
+
}
|
@@ -0,0 +1,71 @@
|
|
1
|
+
{
|
2
|
+
"gem_version": "~> 2.0.0",
|
3
|
+
"operatingsystem": "Fedora",
|
4
|
+
"netmask": "255.255.255.0",
|
5
|
+
"macaddress": "08:00:27:45:75:42",
|
6
|
+
"id": "root",
|
7
|
+
"operatingsystemrelease": "30",
|
8
|
+
"sshrsakey": "AAAAB3NzaC1yc2EAAAADAQABAAABAQCqqIr4XPWLX9kpow6E0bwkmmxCqIeqsCOcUwOtZYBzYorV29YerxepvsromX6LZ9m7Ky1RZNcIkyGj/FV9sfYeXqUGuG8SLwP9UJeTMAd4uPZMK1Wl3dAxrEcIp7nuonc6KMEk29TdeKLdcT0bD+MuZVoXV/g0zZp53khWOpc2f0k5XBnRvWhJ3eFBKLxQRPf8b7QUnDnngJpnrSuvaRJWT2mGmaaULX5MR12RQGRwUvJubPqW2NlM+M6npuQrzu5DaSMpMdJJrmF0knf87LhWtPw3HFBgc5+BQQNDGQWc+XWcWR53C39Fye14ZlwSAiD/olEzAMZR5q038akCOzGJ",
|
9
|
+
"sshfp_rsa": "SSHFP 1 1 131c7f63de3a4ac21b16c82fa4720874055be4b5\nSSHFP 1 2 f45c1bbd969fb73325b76186e7c234db4cde9c88f715034f6026f368f0922476",
|
10
|
+
"sshecdsakey": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLloL0JmuToArDLIC2spQ0b+C/EKcf9dhQQ9H3t6LODGnw4H/f0BOsArL5Xj+YKfrKwlmG4XAOC3pFajjfe2QWQ=",
|
11
|
+
"sshfp_ecdsa": "SSHFP 3 1 27b870a30e79a6fe30960e4a197db3b0dd627fa2\nSSHFP 3 2 7ffcd0aed5a9a6128823fe55807c9db0e568cdfd749bed065423a5a91ca9c0be",
|
12
|
+
"sshed25519key": "AAAAC3NzaC1lZDI1NTE5AAAAIAtx36uwUxXg4cALxbU7omlgyHxIb4hXvZPMudP8qAct",
|
13
|
+
"sshfp_ed25519": "SSHFP 4 1 b22f6acbd5a85854ece48947ba104d4d0e8380e7\nSSHFP 4 2 e7c8fccc5043936149e5ebfdb5e15365b8a8dee3aa1bc17d65781061c288423e",
|
14
|
+
"hardwareisa": "x86_64",
|
15
|
+
"kernel": "Linux",
|
16
|
+
"kernelmajversion": "5.0",
|
17
|
+
"uniqueid": "007f0100",
|
18
|
+
"hardwaremodel": "x86_64",
|
19
|
+
"physicalprocessorcount": "1",
|
20
|
+
"rubysitedir": "/opt/puppetlabs/puppet/lib/ruby/site_ruby/2.5.0",
|
21
|
+
"architecture": "x86_64",
|
22
|
+
"path": "/home/vagrant/vendor/bundler/ruby/2.5.0/bin:/opt/puppetlabs/puppet/bin:/opt/puppetlabs/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/root/bin",
|
23
|
+
"fqdn": "foo.example.com",
|
24
|
+
"timezone": "UTC",
|
25
|
+
"ps": "ps -ef",
|
26
|
+
"osfamily": "RedHat",
|
27
|
+
"ipaddress": "10.0.2.15",
|
28
|
+
"facterversion": "2.0.2",
|
29
|
+
"filesystems": "ext2,ext3,ext4",
|
30
|
+
"operatingsystemmajrelease": "30",
|
31
|
+
"selinux": "true",
|
32
|
+
"selinux_enforced": "false",
|
33
|
+
"selinux_policyversion": "31",
|
34
|
+
"selinux_current_mode": "permissive",
|
35
|
+
"selinux_config_mode": "permissive",
|
36
|
+
"selinux_config_policy": "unknown",
|
37
|
+
"interfaces": "enp0s3,lo",
|
38
|
+
"ipaddress_enp0s3": "10.0.2.15",
|
39
|
+
"macaddress_enp0s3": "08:00:27:45:75:42",
|
40
|
+
"netmask_enp0s3": "255.255.255.0",
|
41
|
+
"ipaddress_lo": "127.0.0.1",
|
42
|
+
"netmask_lo": "255.0.0.0",
|
43
|
+
"augeasversion": "1.12.0",
|
44
|
+
"processor0": "Intel(R) Core(TM) i7-7500U CPU @ 2.70GHz",
|
45
|
+
"processorcount": "1",
|
46
|
+
"virtual": "kvm",
|
47
|
+
"is_virtual": "true",
|
48
|
+
"memorysize": "983.00 MB",
|
49
|
+
"memoryfree": "811.50 MB",
|
50
|
+
"swapsize": "4.17 GB",
|
51
|
+
"swapfree": "4.17 GB",
|
52
|
+
"swapsize_mb": "4269.99",
|
53
|
+
"swapfree_mb": "4266.98",
|
54
|
+
"memorysize_mb": "983.00",
|
55
|
+
"memoryfree_mb": "811.50",
|
56
|
+
"rubyversion": "2.5.3",
|
57
|
+
"kernelversion": "5.0.9",
|
58
|
+
"network_enp0s3": "10.0.2.0",
|
59
|
+
"network_lo": "127.0.0.0",
|
60
|
+
"uptime_hours": 0,
|
61
|
+
"domain": "example.com",
|
62
|
+
"uptime_seconds": 302,
|
63
|
+
"blockdevice_sda_size": 68719476736,
|
64
|
+
"blockdevice_sda_vendor": "ATA",
|
65
|
+
"blockdevice_sda_model": "VBOX HARDDISK",
|
66
|
+
"blockdevices": "sda",
|
67
|
+
"kernelrelease": "5.0.9-301.fc30.x86_64",
|
68
|
+
"uptime_days": 0,
|
69
|
+
"uptime": "0:05 hours",
|
70
|
+
"hostname": "foo"
|
71
|
+
}
|
@@ -1,65 +1,65 @@
|
|
1
1
|
{
|
2
2
|
"gem_version": "~> 2.0.0",
|
3
|
-
"memorysize": "988.62 MB",
|
4
|
-
"memoryfree": "566.60 MB",
|
5
|
-
"swapsize": "2.00 GB",
|
6
|
-
"swapfree": "2.00 GB",
|
7
|
-
"swapsize_mb": "2048.00",
|
8
|
-
"swapfree_mb": "2048.00",
|
9
|
-
"memorysize_mb": "988.62",
|
10
|
-
"memoryfree_mb": "566.60",
|
11
3
|
"kernel": "FreeBSD",
|
12
|
-
"
|
4
|
+
"id": "root",
|
5
|
+
"timezone": "UTC",
|
6
|
+
"hardwaremodel": "amd64",
|
7
|
+
"osfamily": "FreeBSD",
|
8
|
+
"hostname": "foo",
|
9
|
+
"rubysitedir": "/usr/local/lib/ruby/site_ruby/2.5",
|
10
|
+
"operatingsystem": "FreeBSD",
|
11
|
+
"puppetversion": "5.5.14",
|
12
|
+
"uptime_seconds": 71,
|
13
|
+
"rubyversion": "2.5.5",
|
14
|
+
"network_em0": "10.0.2.0",
|
15
|
+
"network_em1": "10.0.0.0",
|
16
|
+
"network_lo0": "127.0.0.0",
|
17
|
+
"kernelrelease": "11.2-RELEASE-p10",
|
13
18
|
"interfaces": "em0,em1,lo0",
|
14
19
|
"ipaddress_em0": "10.0.2.15",
|
15
|
-
"macaddress_em0": "08:00:27:
|
20
|
+
"macaddress_em0": "08:00:27:82:16:e3",
|
16
21
|
"netmask_em0": "255.255.255.0",
|
17
22
|
"mtu_em0": "1500",
|
18
23
|
"ipaddress_em1": "10.0.0.2",
|
19
|
-
"macaddress_em1": "08:00:27:
|
24
|
+
"macaddress_em1": "08:00:27:39:5d:54",
|
20
25
|
"netmask_em1": "255.255.255.0",
|
21
26
|
"mtu_em1": "1500",
|
22
27
|
"ipaddress_lo0": "127.0.0.1",
|
23
28
|
"netmask_lo0": "255.0.0.0",
|
24
29
|
"mtu_lo0": "16384",
|
25
|
-
"
|
26
|
-
"
|
27
|
-
"
|
28
|
-
"
|
29
|
-
"
|
30
|
-
"operatingsystemrelease": "11.1-RELEASE-p1",
|
31
|
-
"netmask": "255.255.255.0",
|
32
|
-
"path": "/home/vagrant/vendor/bundler/ruby/2.3/bin:/opt/puppetlabs/puppet/bin:/opt/puppetlabs/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/home/vagrant/bin",
|
33
|
-
"uptime_seconds": 239,
|
34
|
-
"kernelversion": "11.1",
|
30
|
+
"uptime": "0:01 hours",
|
31
|
+
"uptime_days": 0,
|
32
|
+
"facterversion": "2.0.2",
|
33
|
+
"kernelversion": "11.2",
|
34
|
+
"path": "/usr/home/vagrant/vendor/bundler/ruby/2.5/bin:/opt/puppetlabs/puppet/bin:/opt/puppetlabs/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/home/vagrant/bin",
|
35
35
|
"virtual": "physical",
|
36
36
|
"is_virtual": "false",
|
37
|
-
"
|
38
|
-
"
|
37
|
+
"macaddress": "08:00:27:82:16:e3",
|
38
|
+
"memorysize": "985.54 MB",
|
39
|
+
"memoryfree": "737.38 MB",
|
40
|
+
"swapsize": "2.00 GB",
|
41
|
+
"swapfree": "2.00 GB",
|
42
|
+
"swapsize_mb": "2048.00",
|
43
|
+
"swapfree_mb": "2048.00",
|
44
|
+
"memorysize_mb": "985.54",
|
45
|
+
"memoryfree_mb": "737.38",
|
46
|
+
"zfs_version": "5",
|
39
47
|
"fqdn": "foo.example.com",
|
40
|
-
"
|
41
|
-
"
|
42
|
-
"
|
43
|
-
"
|
44
|
-
"
|
45
|
-
"
|
46
|
-
"
|
47
|
-
"
|
48
|
-
"
|
49
|
-
"
|
50
|
-
"
|
51
|
-
"
|
52
|
-
"sshfp_ecdsa": "SSHFP 3 1 cc7e518c25bf63f9e1963f17575b01ef4be07a5b\nSSHFP 3 2 20bb3cf46d28ccf6a35df78bbf584b367ed58122ed96e435f61832aaf98c2684",
|
53
|
-
"sshed25519key": "AAAAC3NzaC1lZDI1NTE5AAAAIAl/Vzh57cJCGgadqRlnGPagdD77kvef4KeffkcbOsye",
|
54
|
-
"sshfp_ed25519": "SSHFP 4 1 6f02a4869da5809765241f7ad757b6c071fcdc9d\nSSHFP 4 2 df0cdaa608664da8afd43b6a347f60c69a47426482e6f41d69450c347f3e4853",
|
55
|
-
"hostname": "foo",
|
56
|
-
"uptime_days": 0,
|
57
|
-
"uptime_hours": 0,
|
58
|
-
"ipaddress": "10.0.2.15",
|
48
|
+
"sshrsakey": "AAAAB3NzaC1yc2EAAAADAQABAAABAQC2nXpbJa6iVtdYy5N7jkHpfSBXufOGdqeEMAOOehZERh9fZ7I49qWpw3zDTSZatf39xtYtg0L/avJWfpvg3g11OhZq+7svz3TZMD8wpWi51cGxyootGyjSZgmXUfprZP6AYiNoL4lWPnmZnG8GJ8rLZAS/xT4NEJLzylJ54dmIpZMedBHtRGX/eT4g3OtSaQdPrYftQ6EWStnh3I5EyPcED8mA3+hQB3NNfZQjPw837C78Qr2cwLRjeKG2A70/U0r6LvkmlJKt4+mYikQezVqB0HzpRmvZgi3Vxc92qA7Att+vO2i0bmmE4GEqFfRHSSi0deJcrxAAFBYYVaIAy+7T",
|
49
|
+
"sshfp_rsa": "SSHFP 1 1 4a3119474ac6e046fc972e33b288e6de0ec71dd2\nSSHFP 1 2 923a8d06cdb1840298180e5a386831c8385ceec88300d6dddc5804892146c8e6",
|
50
|
+
"sshecdsakey": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJaLKfSzG4BIFqrKAozEw7Z0YFSWm2Gm5UzNqy2g0cR3Zech6n2X3qtzXM7BAkTfh9c4fW740g889ygaIGtT5Oc=",
|
51
|
+
"sshfp_ecdsa": "SSHFP 3 1 806d5d47dabf5ca0eeccb73a27daef16cf26e497\nSSHFP 3 2 fc325cd68965d9897683976c443571a20c7cc8519989c5b7d344ca82b9c06897",
|
52
|
+
"sshed25519key": "AAAAC3NzaC1lZDI1NTE5AAAAIATfTx9gwj61OfMdvQku8scYbiV//x8aOxdaKVrjFSns",
|
53
|
+
"sshfp_ed25519": "SSHFP 4 1 234e9cfa589ec6635ec67c34e479e4b04fa6627e\nSSHFP 4 2 746446d5f78ed8f08aec7b033640d6978e316ceacb3fa1961b981f51e0502a6c",
|
54
|
+
"netmask": "255.255.255.0",
|
55
|
+
"kernelmajversion": "11.2",
|
56
|
+
"ps": "ps auxwww",
|
57
|
+
"domain": "example.com",
|
58
|
+
"operatingsystemrelease": "11.2-RELEASE-p10",
|
59
|
+
"hardwareisa": "amd64",
|
59
60
|
"architecture": "amd64",
|
60
|
-
"rubyversion": "2.3.5",
|
61
|
-
"uptime": "0:03 hours",
|
62
|
-
"kernelmajversion": "11.1",
|
63
61
|
"processorcount": "1",
|
64
|
-
"processor": "Intel(R) Core(TM) i7-
|
62
|
+
"processor": "Intel(R) Core(TM) i7-6500U CPU @ 2.50GHz",
|
63
|
+
"uptime_hours": 0,
|
64
|
+
"ipaddress": "10.0.2.15"
|
65
65
|
}
|