fauxhai-ng 9.0.0 → 9.3.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/fauxhai/.DS_Store +0 -0
- data/lib/fauxhai/mocker.rb +1 -1
- data/lib/fauxhai/platforms/.DS_Store +0 -0
- data/lib/fauxhai/platforms/aix/7.1.json +11 -6
- data/lib/fauxhai/platforms/aix/7.2.json +11 -6
- data/lib/fauxhai/platforms/almalinux/8.json +5754 -0
- data/lib/fauxhai/platforms/amazon/2.json +861 -774
- data/lib/fauxhai/platforms/amazon/2018.03.json +641 -547
- data/lib/fauxhai/platforms/arch/4.10.13-1-ARCH.json +21 -11
- data/lib/fauxhai/platforms/centos/6.10.json +13 -7
- data/lib/fauxhai/platforms/centos/7.7.1908.json +14 -7
- data/lib/fauxhai/platforms/centos/7.8.2003.json +13 -7
- data/lib/fauxhai/platforms/centos/8.json +15 -8
- data/lib/fauxhai/platforms/chefspec/0.6.1.json +1 -1
- data/lib/fauxhai/platforms/clearos/7.4.json +19 -10
- data/lib/fauxhai/platforms/debian/10.json +316 -300
- data/lib/fauxhai/platforms/debian/11.json +2744 -0
- data/lib/fauxhai/platforms/debian/9.11.json +12 -6
- data/lib/fauxhai/platforms/debian/9.12.json +11 -6
- data/lib/fauxhai/platforms/debian/9.13.json +2959 -0
- data/lib/fauxhai/platforms/dragonfly4/4.8-RELEASE.json +11 -6
- data/lib/fauxhai/platforms/fedora/31.json +16 -8
- data/lib/fauxhai/platforms/fedora/32.json +15 -8
- data/lib/fauxhai/platforms/freebsd/11.2.json +10 -5
- data/lib/fauxhai/platforms/freebsd/12.1.json +346 -348
- data/lib/fauxhai/platforms/gentoo/4.9.95-gentoo.json +19 -10
- data/lib/fauxhai/platforms/linuxmint/19.0.json +13 -7
- data/lib/fauxhai/platforms/mac_os_x/10.14.json +11 -6
- data/lib/fauxhai/platforms/mac_os_x/10.15.json +11 -6
- data/lib/fauxhai/platforms/mac_os_x/11.0.json +13 -628
- data/lib/fauxhai/platforms/mac_os_x/11.json +2820 -0
- data/lib/fauxhai/platforms/mac_os_x/12.json +3546 -0
- data/lib/fauxhai/platforms/openbsd/6.2.json +11 -6
- data/lib/fauxhai/platforms/opensuse/15.2.json +13 -7
- data/lib/fauxhai/platforms/oracle/6.10.json +15 -8
- data/lib/fauxhai/platforms/oracle/7.5.json +14 -7
- data/lib/fauxhai/platforms/oracle/7.6.json +13 -7
- data/lib/fauxhai/platforms/raspbian/10.json +15 -8
- data/lib/fauxhai/platforms/redhat/6.10.json +728 -722
- data/lib/fauxhai/platforms/redhat/7.7.json +16 -8
- data/lib/fauxhai/platforms/redhat/7.8.json +61 -57
- data/lib/fauxhai/platforms/redhat/7.9.json +3959 -0
- data/lib/fauxhai/platforms/redhat/8.json +1024 -1021
- data/lib/fauxhai/platforms/rocky/8.json +5768 -0
- data/lib/fauxhai/platforms/smartos/5.11.json +6 -3
- data/lib/fauxhai/platforms/solaris2/5.11.json +8792 -7404
- data/lib/fauxhai/platforms/suse/12.4.json +60 -57
- data/lib/fauxhai/platforms/suse/12.5.json +1159 -2069
- data/lib/fauxhai/platforms/suse/15.json +1594 -1447
- data/lib/fauxhai/platforms/ubuntu/16.04.json +382 -276
- data/lib/fauxhai/platforms/ubuntu/18.04.json +437 -328
- data/lib/fauxhai/platforms/ubuntu/20.04.json +851 -382
- data/lib/fauxhai/platforms/windows/.DS_Store +0 -0
- data/lib/fauxhai/platforms/windows/10.json +431 -423
- data/lib/fauxhai/platforms/windows/2012.json +17 -9
- data/lib/fauxhai/platforms/windows/2012R2.json +17 -9
- data/lib/fauxhai/platforms/windows/2016.json +17 -9
- data/lib/fauxhai/platforms/windows/2019.json +17 -9
- data/lib/fauxhai/platforms/windows/8.1.json +416 -408
- data/lib/fauxhai/runner.rb +1 -0
- data/lib/fauxhai/version.rb +1 -1
- metadata +11 -3
@@ -46,7 +46,9 @@
|
|
46
46
|
"total": 1
|
47
47
|
},
|
48
48
|
"current_user": "fauxhai",
|
49
|
-
"
|
49
|
+
"deprecated": true,
|
50
|
+
"dmi": {
|
51
|
+
},
|
50
52
|
"domain": "local",
|
51
53
|
"etc": {
|
52
54
|
"group": {
|
@@ -1663,7 +1665,8 @@
|
|
1663
1665
|
"type": "eth"
|
1664
1666
|
}
|
1665
1667
|
},
|
1666
|
-
"settings": {
|
1668
|
+
"settings": {
|
1669
|
+
}
|
1667
1670
|
},
|
1668
1671
|
"ohai_time": 1395346272.1379142,
|
1669
1672
|
"os": "solaris2",
|
@@ -1674,4 +1677,4 @@
|
|
1674
1677
|
"platform_version": "5.11",
|
1675
1678
|
"uptime": "30 days 15 hours 07 minutes 30 seconds",
|
1676
1679
|
"uptime_seconds": 2646450
|
1677
|
-
}
|
1680
|
+
}
|