Re: [Puppet Users] Re: puppetdb module fails to install or work with fresh node

2015-05-29 Thread Ken Barber
So Rob I've managed to do a successful install on a clean Ubuntu 14.04 box, you can see the full transcript from here: https://gist.github.com/kbarber/837ff7e55e8940a7d1c8 What variations during the installation process do you think are here? In regards to your other points yesterday: I

Re: [Puppet Users] Re: puppetdb module fails to install or work with fresh node

2015-05-28 Thread Robert Hafner
Even using the “embedded” database is apparently useless, as puppet is still not able to connect to puppetdb. In addition, puppetdb is very obviously not creating it’s firewall rules even though I haven’t disabled that feature. Does anyone have an example of this module actually working?

Re: [Puppet Users] Re: puppetdb module fails to install or work with fresh node

2015-05-28 Thread Ken Barber
Even using the “embedded” database is apparently useless, as puppet is still not able to connect to puppetdb. In addition, puppetdb is very obviously not creating it’s firewall rules even though I haven’t disabled that feature. This is interesting/surprising, but it sounds like the main

Re: [Puppet Users] Re: puppetdb module fails to install or work with fresh node

2015-05-28 Thread Robert Hafner
I figured out the issue with the embedded database. For some reason letting the system default to ::cert for the “ssl_listen_address” had it binding to localhost instead of the actual interface it should have. Specifying “0.0.0.0” for that option made puppetdb work just fine when using the

Re: [Puppet Users] Re: puppetdb module fails to install or work with fresh node

2015-05-28 Thread Ken Barber
I figured out the issue with the embedded database. For some reason letting the system default to ::cert for the “ssl_listen_address” had it binding to localhost instead of the actual interface it should have. Specifying “0.0.0.0” for that option made puppetdb work just fine when using the

Re: [Puppet Users] Re: puppetdb module fails to install or work with fresh node

2015-05-28 Thread Garrett Honeycutt
On 5/28/15 4:17 PM, Robert Hafner wrote: Even using the “embedded” database is apparently useless, as puppet is still not able to connect to puppetdb. In addition, puppetdb is very obviously not creating it’s firewall rules even though I haven’t disabled that feature. Does anyone have

Re: [Puppet Users] Re: puppetdb module fails to install or work with fresh node

2015-05-28 Thread Ken Barber
Even using the “embedded” database is apparently useless, as puppet is still not able to connect to puppetdb. In addition, puppetdb is very obviously not creating it’s firewall rules even though I haven’t disabled that feature. This is interesting/surprising, but it sounds like the main

[Puppet Users] Re: puppetdb module fails to install or work with fresh node

2015-05-28 Thread Robert Hafner
Using the documented database_validation option to disable database validation also fails, but in a different way: class profiles::puppetdb { class { '::puppetdb': database_validate = false } } Results in: Error: Failed to apply catalog: Could not find dependent