When using --value-only to retrieve the value of a fact, the output is quoted:
[root@void-musicality ~]# puppet facts show os.name --value-only
"RedHat"
It should return the unquoted value so that the output can easily be consumed by external automation.
Merged to main in https://github.com/puppetlabs/puppet/commit/c11abe4cd74ffa556dd06e84ceb7e3ccdc55c684
@josh, please add release notes when you have some spare time
Passed CI in 97ca00bcb9