search for: 6620a88

Displaying 2 results from an estimated 2 matches for "6620a88".

Did you mean: 662058
2009 Jun 05
0
[PATCH server] update postgres for ipv6 support, or db:migrate will fail
..."ovirt", database "ovirt_development", SSL off --- installer/modules/ovirt/manifests/postgres.pp | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/installer/modules/ovirt/manifests/postgres.pp b/installer/modules/ovirt/manifests/postgres.pp index 6620a88..1cea6a1 100644 --- a/installer/modules/ovirt/manifests/postgres.pp +++ b/installer/modules/ovirt/manifests/postgres.pp @@ -78,9 +78,15 @@ class postgres::bundled{ notify => Service[postgresql] } + single_exec{"postgres_add_ipv6_localhost_trust": +...
2009 Jun 19
0
[PATCH server] make postgres wait for starting to complete before creating databases
--- installer/modules/ovirt/manifests/postgres.pp | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/installer/modules/ovirt/manifests/postgres.pp b/installer/modules/ovirt/manifests/postgres.pp index 6620a88..a711e32 100644 --- a/installer/modules/ovirt/manifests/postgres.pp +++ b/installer/modules/ovirt/manifests/postgres.pp @@ -38,10 +38,15 @@ class postgres::bundled{ require => Package[postgresql-server] } + single_exec {"start_pgsql": + command => "...