search for: 12b7764

Displaying 2 results from an estimated 2 matches for "12b7764".

Did you mean: 1217764
2009 Jul 06
1
[PATCH server] add ipv6 postgres trust
...w localhost access via ::1 the postgres service will fail. --- 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 36bcdc0..12b7764 100644 --- a/installer/modules/ovirt/manifests/postgres.pp +++ b/installer/modules/ovirt/manifests/postgres.pp @@ -41,7 +41,7 @@ class postgres::bundled{ service {"postgresql" : ensure => running, enable => true, - require => [Single_exec[initialize_...
2009 Aug 21
1
[PATCH server] update installer exec items to single_exec where applicable
..._defaults],Single_exec[dnsmasq_restart]] + require => [Single_exec[set_kdc_defaults],Single_exec[dnsmasq_restart]] } exec {"get_krb5_tkt": diff --git a/installer/modules/ovirt/manifests/postgres.pp b/installer/modules/ovirt/manifests/postgres.pp index 12b7764..42433ea 100644 --- a/installer/modules/ovirt/manifests/postgres.pp +++ b/installer/modules/ovirt/manifests/postgres.pp @@ -41,18 +41,18 @@ class postgres::bundled{ service {"postgresql" : ensure => running, enable => true, - require => [Single_exec[...