Skip to content

Instantly share code, notes, and snippets.

@ekohl
Created July 10, 2019 14:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ekohl/808d9ce707d1a1e0ed868da4a1589a6b to your computer and use it in GitHub Desktop.
Save ekohl/808d9ce707d1a1e0ed868da4a1589a6b to your computer and use it in GitHub Desktop.
Voxpupuli OS list
$ cat modules/puppet-*/metadata.json | jq '.operatingsystem_support[].operatingsystem' | sort | uniq -c | sort -h
jq: error (at <stdin>:120): Cannot iterate over null (null)
jq: error (at <stdin>:1725): Cannot iterate over null (null)
jq: error (at <stdin>:2048): Cannot iterate over null (null)
jq: error (at <stdin>:5360): Cannot iterate over null (null)
1 "CloudLinux"
1 "Darwin"
1 "DragonFly"
1 "NetBSD"
1 "PCS"
1 "PSBM"
1 "SLED"
1 " windows"
1 "XenServer"
2 "OpenSUSE"
4 "Amazon"
4 "OpenSuSE"
6 "AIX"
6 "OpenBSD"
7 "Gentoo"
7 "Windows"
8 "Fedora"
9 "Solaris"
11 "windows"
12 "FreeBSD"
13 "Archlinux"
18 "SLES"
29 "OracleLinux"
30 "Scientific"
59 "Debian"
75 "CentOS"
76 "Ubuntu"
82 "RedHat"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment