I've searched far and wide, and I just simply can't get it to work. I've searched everything I could find which contained "puppetdb", but without success.
I have followed the documentation, and I started writing a quick step to step guide for our company to follow. My rought guide can be found here https://pastebin.com/YfUNXmjX.
Everything seems to go smoothly, but as soon as I run this command:
/opt/puppetlabs/puppet/bin/puppet resource service puppetdb ensure=running enable=true
it fails. Starting it with systemctl makes it hang forever. When I run the above command, this is what it spits out: https://pastebin.com/c6nTQ6K5
It should also be noted that I've never used puppet before, and am simply a devops in training, trying to learn new technology. Any help will be greatly appreciated.