21361: Expand distro detection in Salt installer
authorBrett Smith <brett.smith@curii.com>
Mon, 29 Jan 2024 03:10:11 +0000 (22:10 -0500)
committerBrett Smith <brett.smith@curii.com>
Wed, 31 Jan 2024 22:22:25 +0000 (17:22 -0500)
commit71c6318e6345355c44547dfc7c94aba8b9a0870b
treeaef6595eba998d33b5bafeab081a78861f852450
parenta966e8bb697ecc803676e9406bc036b028b2973c
21361: Expand distro detection in Salt installer

The immediate motivation for this is to detect Alma/Rocky/RHEL 8.
The way we do it is by reading both the ID and ID_LIKE values from
/etc/os-release. All these have "rhel" in either ID or
ID_LIKE. Similiarly, Ubuntu has ID_LIKE=debian. We're already reading
this file anyway; now we just use more of it.

Arvados-DCO-1.1-Signed-off-by: Brett Smith <brett.smith@curii.com>
tools/salt-install/provision.sh