cdist/cdist/conf/explorer
evilham cf44c4a01b [explorer/machine_type] Simplify Linux + basic OpenBSD support.
By abstracting away vendor-dependent pattern matching for the linux code, we can
re-use that and be reasonably sure about OpenBSD machines being virtualised when
we can identify the undelrying virtualisation technology.
It remains to be solved how to tell if an OpenBSD machine is physical; in that
case previous cdist behaviour ("unknown") remains.

For NetBSD something similar to OpenBSD could be done, with different sysctls:
hw.machine and hw.model wary of adding those without testing though, so for
NetBSD previous cdist behaviour ("unknown") remains.
https://netbsd.gw.com/cgi-bin/man-cgi?sysctl+7.i386+NetBSD-9.0
2020-05-18 16:35:50 +02:00
..
cpu_cores [explorers] Improve *BSD support. 2020-04-27 01:29:37 +02:00
cpu_sockets Fix SC2086 on all scripts 2018-10-04 19:45:22 +02:00
disks [explorer/disks] Add license header 2020-02-25 20:24:14 +01:00
hostname [explorer/hostname] Do not shorten hostname in any case 2019-10-05 18:43:06 +02:00
init explorer/init: do not grep on non-existent init 2020-04-10 10:51:17 +02:00
interfaces [explorer/interfaces] Always sort output 2019-10-02 18:10:37 +02:00
is-freebsd-jail remove `set -e` on explorers (they should be able to fail gracefully) 2018-10-04 17:38:39 +02:00
kernel_name remove `set -e` on explorers (they should be able to fail gracefully) 2018-10-04 17:38:39 +02:00
lsb_codename Disable SC1091 where appropriate. 2018-10-07 10:22:11 +02:00
lsb_description Disable SC1091 where appropriate. 2018-10-07 10:22:11 +02:00
lsb_id Disable SC1091 where appropriate. 2018-10-07 10:22:11 +02:00
lsb_release Disable SC1091 where appropriate. 2018-10-07 10:22:11 +02:00
machine Fix SC2069 (wrong stdout/stderr redirect order) 2018-10-04 22:04:24 +02:00
machine_type [explorer/machine_type] Simplify Linux + basic OpenBSD support. 2020-05-18 16:35:50 +02:00
memory [explorers] Improve *BSD support. 2020-04-27 01:29:37 +02:00
os [explorer/os] Unquote values from os-release file 2019-10-03 18:30:52 +02:00
os_release [explorer/os_release] Add fallbacks to /usr/lib/os-release and /var/run/os-release 2020-02-03 19:29:04 +01:00
os_version [cdist]Update os_version for alpine 2020-02-20 09:40:55 +01:00
runlevel make package_data work 2012-10-29 22:50:27 +01:00