| I created an Azure PosgtresSQL server that has appropriate firewall rules to connect to, created a database named puppet, created user named puppet and gave it all privilege on the puppet database. Now I try to point puppetdb to it and start puppetDB and it fails In my database.ini file I have : [database] subname = //hostname.postgres.database.azure.com:5432/puppet username = puppet password = mypassword connection-username = puppet@hostname When I do sudo systemctl start puppetdb it fails |