Re: [Puppet Users] puppet-postgres error

2015-01-27 Thread sinc
Hello huasome, did you have find a solution ? (I have the same issue) Le vendredi 1 août 2014 01:09:33 UTC+2, huasome a écrit : > > I'm hitting the same issue with module version 3.4.1 and postgres version > 9.3. > > Looking at these selector statements: > > $cmd_host = $database_host ? { >

Re: [Puppet Users] puppet-postgres error

2014-07-31 Thread Huaqing Zheng
I'm hitting the same issue with module version 3.4.1 and postgres version 9.3. Looking at these selector statements: $cmd_host = $database_host ? { default => "-h ${database_host} ", undef => "", } Shoudln't undef be before default? On Tue, Jul 15, 2014 at 2:29 PM, Hunter Haug

Re: [Puppet Users] puppet-postgres error

2014-07-15 Thread Hunter Haugen
The validate_db_connection would come from https://github.com/puppetlabs/puppetlabs-postgresql#resource-postgresqlvalidate_db_connection which is declared by the postgresql::server -> postgresql::server::service class https://github.com/puppetlabs/puppetlabs-postgresql/blob/master/manifests/server/

Re: [Puppet Users] puppet-postgres error

2014-07-15 Thread Felix Frank
Hi, it would be helpful to see the manifest that declares the Exec[validate postgres connection for /postgres]. For debugging, the easiest approach is pasting the failing commands to a shell. Regards, Felix On 07/14/2014 08:35 AM, Rajesh Taneja wrote: > While running puppet agent, I am getting