3
0

Recommit for updates in build 3

This commit is contained in:
2025-12-04 19:51:48 +01:00
parent fd265a38d3
commit 5bd1295d1f
21 changed files with 3330 additions and 64 deletions

View File

@@ -60,15 +60,13 @@
<div id="content"><div id='filecontents'>
<h1 id="label-Readme">Readme</h1>
<p><a href="https://jenkins.confdroid.com/job/postfresql_cd/"><img src="https://jenkins.confdroid.com/buildStatus/icon?job=postgresql_cd"></a></p>
<p>[[<em>TOC</em>]]</p>
<p><a href="https://jenkins.confdroid.com/job/postfresql_cd/"><img src="https://jenkins.confdroid.com/buildStatus/icon?job=confdroid_postgresql"></a></p>
<h2 id="label-Synopsis">Synopsis</h2>
<p>PostgreSQL is a powerful modern open source SQL database server.</p>
<p><code>postgresql_cd</code> is a Puppet module to automate installation, configuration and management of all aspects of PostgreSQL for Puppet 8</p>
<p><code>confdroid_postgresql</code> is a Puppet module to automate installation, configuration and management of all aspects of PostgreSQL for Puppet 8</p>
<h2 id="label-WARNING">WARNING</h2>
@@ -115,14 +113,14 @@
<p>via site.pp or nodes.pp</p>
<pre class="code ruby"><code class="ruby">node &#39;example.example.net&#39; {
include postgresql_cd
include confdroid_postgresql
}
</code></pre>
<ul><li>
<p>through Foreman:</p>
</li></ul>
<p>In order to apply parameters through Foreman, <strong>postgresql_cd::params</strong> must be added to the host or host group in question.</p>
<p>In order to apply parameters through Foreman, <strong>confdroid_postgresql::params</strong> must be added to the host or host group in question.</p>
<p>See <a href="https://confdroid.com/2017/05/deploying-our-puppet-modules/">more details about class deployment on Confdroid.com</a>.</p>