Re: [Puppet Users] Re: PuppetDB Install error: "::postgresql::validate_db_connection" at /etc/puppet/modules/puppetdb/manifests/server/validate_db.pp:62

2012-10-31 Thread Chris Price
Ah, I see... so you downloaded the module tarball and built your own RPM? Anything we could have done to help highlight the fact that the module had some dependencies? On Wednesday, October 31, 2012 11:54:44 AM UTC-7, Worker Bee wrote: > > In my case, I need to be able to install as an rpm beca

Re: [Puppet Users] Re: PuppetDB Install error: "::postgresql::validate_db_connection" at /etc/puppet/modules/puppetdb/manifests/server/validate_db.pp:62

2012-10-31 Thread Worker Bee
In my case, I need to be able to install as an rpm because we use yum (for now) to ensure consistent distribution across all of our environments. Just for testing, I also did an install via 'puppet module' and that worked pretty well... On Wed, Oct 31, 2012 at 2:51 PM, Chris Price wrote: > Gre

Re: [Puppet Users] Re: PuppetDB Install error: "::postgresql::validate_db_connection" at /etc/puppet/modules/puppetdb/manifests/server/validate_db.pp:62

2012-10-31 Thread Chris Price
Great, glad you were able to work it out. Out of curiosity, how did you install the puppetdb module? I presume you did not use the `puppet module` tool, which installs those dependencies for you. Would it be valuable for us to put some more explicit information about the dependencies somewher

Re: [Puppet Users] Re: PuppetDB Install error: "::postgresql::validate_db_connection" at /etc/puppet/modules/puppetdb/manifests/server/validate_db.pp:62

2012-10-31 Thread Worker Bee
thanks, I was just getting ready to reply. I did actually find this information and get it working! Thank and feel free to ping me if you have any problems! On Tue, Oct 30, 2012 at 5:42 PM, Nr18 wrote: > Found it!! > > You need to include the dependencies of the module in you module path: >

[Puppet Users] Re: PuppetDB Install error: "::postgresql::validate_db_connection" at /etc/puppet/modules/puppetdb/manifests/server/validate_db.pp:62

2012-10-30 Thread Nr18
Found it!! You need to include the dependencies of the module in you module path: cprice404/inifile -> http://forge.puppetlabs.com/cprice404/inifile puppetlabs/postgresql -> http://forge.puppetlabs.com/puppetlabs/postgresql Regards, Nr18 On Tuesday, 30 October 2012 22:18:01 UTC+1, Nr18 wrote:

[Puppet Users] Re: PuppetDB Install error: "::postgresql::validate_db_connection" at /etc/puppet/modules/puppetdb/manifests/server/validate_db.pp:62

2012-10-30 Thread Nr18
I have the same issue did you find a solution or explanation for this issue? On Friday, 12 October 2012 16:04:01 UTC+2, Worker Bee wrote: > > Hi Everyone; > > I am getting the following error when I try to install PuppetDB. > > Maybe I have stale instructions?? > > Thanks! > Bee > > Error: Could