Re: [Puppet Users] stdlib module invalid

2017-07-20 Thread Rob Nelson
It is possible that zendserver may specifically request 4.3.2, rather then >=4.3.2, which means 4.17.1 is an invalid version for dependencies. You can check metadata.json in zendserver to see what specifically it says. On Thu, Jul 20, 2017 at 9:11 PM Ugo Bellavance wrote: > Hi, >

[Puppet Users] stdlib module invalid

2017-07-20 Thread Ugo Bellavance
Hi, I wonder why, on all my puppet servers, I always get an "invalid" message besides stdlib. # puppet module list Warning: Module 'puppetlabs-stdlib' (v4.17.1) fails to meet some dependencies: 'zend-zendserver' (v0.2.0) requires 'puppetlabs-stdlib' (v4.3.2)

[Puppet Users] [ANN] (First!) Puppet Development Kit (pdk) Preview (0.5.0)

2017-07-20 Thread Lindsey Smith
Hi everyone, It is my great pleasure to release the first Tech Preview of the new Puppet Development Kit (PDK) to the Puppet community. The open-source PDK facilitates an easy, unified development workflow for Puppet modules, and should appeal both to newcomers

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

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

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.

[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) *