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 ? {
>
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
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/
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