As gross as this looks ... I have made this an ext...
# puppet-enterprise
k
As gross as this looks ... I have made this an external fact... but it requires python3 to be installed to do the thing.
Copy code
Facter.add('python3_installpath') do
    confine kernel: 'Linux'
      setcode 'python3 -c "import sys; print(sys.path[4])" | sed "s/dist-packages//g"'
    end