Recommit for updates in build 26
This commit is contained in:
@@ -121,21 +121,7 @@
|
|||||||
23
|
23
|
||||||
24
|
24
|
||||||
25
|
25
|
||||||
26
|
26</pre>
|
||||||
27
|
|
||||||
28
|
|
||||||
29
|
|
||||||
30
|
|
||||||
31
|
|
||||||
32
|
|
||||||
33
|
|
||||||
34
|
|
||||||
35
|
|
||||||
36
|
|
||||||
37
|
|
||||||
38
|
|
||||||
39
|
|
||||||
40</pre>
|
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<pre class="code"><span class="info file"># File 'manifests/main/files.pp', line 6</span>
|
<pre class="code"><span class="info file"># File 'manifests/main/files.pp', line 6</span>
|
||||||
@@ -147,20 +133,6 @@ class postgresql_cd::main::files (
|
|||||||
require postgresql_cd::server::initdb
|
require postgresql_cd::server::initdb
|
||||||
require postgresql_cd::main::dirs
|
require postgresql_cd::main::dirs
|
||||||
|
|
||||||
# outsourced to pghba::pghba for concatenation
|
|
||||||
# file { '/var/lib/pgsql/data/pg_hba.conf':
|
|
||||||
# ensure => file,
|
|
||||||
# owner => 'postgres',
|
|
||||||
# group => 'postgres',
|
|
||||||
# mode => '0600',
|
|
||||||
# selrange => s0,
|
|
||||||
# selrole => object_r,
|
|
||||||
# seltype => postgresql_db_t,
|
|
||||||
# seluser => unconfined_u,
|
|
||||||
# content => template('postgresql_cd/pg_hba.conf.erb'),
|
|
||||||
# notify => Service[$pl_service],
|
|
||||||
# }
|
|
||||||
|
|
||||||
file { '/var/lib/pgsql/data/postgresql.conf':
|
file { '/var/lib/pgsql/data/postgresql.conf':
|
||||||
ensure => file,
|
ensure => file,
|
||||||
owner => 'postgres',
|
owner => 'postgres',
|
||||||
|
|||||||
Reference in New Issue
Block a user