Re: [Puppet Users] Problem in PuppetDB

2017-07-20 Thread Wyatt Alt
On 07/20/2017 11:29 AM, Alexandre Monteiro wrote: We are unable to create the recommended pg_trgm indexes due to the extension not being installed correctly. Run the command: CREATE EXTENSION pg_trgm; as the database super user on the PuppetDB database to correct this, then restart Pupp

Re: [Puppet Users] Problem in PuppetDB

2017-07-20 Thread Alexandre Monteiro
Hi Wyatt, Returned 200 with the version: 4.4.0 [root@master puppetdb]# curl -v http://master.dexter.com.br:8080/pdb/meta/v1/version * About to connect() to master.dexter.com.br port 8080 (#0) * Trying 10.10.0.117... * Connected to master.dexter.com.br (10.10.0.117) port 8080 (#0) > GET /pdb/me

Re: [Puppet Users] Problem in PuppetDB

2017-07-20 Thread Wyatt Alt
That's the behavior I'd expect -- I believe the issue is you're just not hitting an endpoint. If you're trying to verify that the service is up and running, the way we typically do that is with curl http://localhost:8080/pdb/meta/v1/version which should return a blob with a version number. Wy

[Puppet Users] Problem in PuppetDB

2017-07-20 Thread Alexandre Monteiro
Hi folks, I'm installing PuppetDB on my desktop. All configuration of puppetserver, postgre is OK .. but occurring return 302 in my curl test. I read many forums and it still did not work .. Here is the error: # curl -v http://localhost:8080 * About to connect() to localhost port 8080 (#0) *