3
0

Recommit for updates in build 3

This commit is contained in:
2025-05-22 18:49:59 +02:00
parent 4ee93b2808
commit 86e3453934
2 changed files with 6 additions and 6 deletions

View File

@@ -60,7 +60,7 @@
<div id="content"><div id='filecontents'> <div id="content"><div id='filecontents'>
<h1 id="label-Readme">Readme</h1> <h1 id="label-Readme">Readme</h1>
<p><a href="https://pipelines.confdroid.com/job/postfresql_cd/"><img src="https://pipelines.confdroid.com/buildStatus/icon?job=postgresql_cd"></a>|</p> <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>[[<em>TOC</em>]]</p>
@@ -106,14 +106,14 @@
<p>via site.pp or nodes.pp</p> <p>via site.pp or nodes.pp</p>
<pre class="code ruby"><code class="ruby">node &#39;example.example.net&#39; { <pre class="code ruby"><code class="ruby">node &#39;example.example.net&#39; {
include cd_postgresql include postgresql_cd
} }
</code></pre> </code></pre>
<ul><li> <ul><li>
<p>through Foreman:</p> <p>through Foreman:</p>
</li></ul> </li></ul>
<p>In order to apply parameters through Foreman, <strong>cd_postgresql::params</strong> must be added to the host or host group in question.</p> <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>See <a href="https://confdroid.com/2017/05/deploying-our-puppet-modules/">more details about class deployment on Confdroid.com</a>.</p> <p>See <a href="https://confdroid.com/2017/05/deploying-our-puppet-modules/">more details about class deployment on Confdroid.com</a>.</p>

View File

@@ -60,7 +60,7 @@
<div id="content"><div id='filecontents'> <div id="content"><div id='filecontents'>
<h1 id="label-Readme">Readme</h1> <h1 id="label-Readme">Readme</h1>
<p><a href="https://pipelines.confdroid.com/job/postfresql_cd/"><img src="https://pipelines.confdroid.com/buildStatus/icon?job=postgresql_cd"></a>|</p> <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>[[<em>TOC</em>]]</p>
@@ -106,14 +106,14 @@
<p>via site.pp or nodes.pp</p> <p>via site.pp or nodes.pp</p>
<pre class="code ruby"><code class="ruby">node &#39;example.example.net&#39; { <pre class="code ruby"><code class="ruby">node &#39;example.example.net&#39; {
include cd_postgresql include postgresql_cd
} }
</code></pre> </code></pre>
<ul><li> <ul><li>
<p>through Foreman:</p> <p>through Foreman:</p>
</li></ul> </li></ul>
<p>In order to apply parameters through Foreman, <strong>cd_postgresql::params</strong> must be added to the host or host group in question.</p> <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>See <a href="https://confdroid.com/2017/05/deploying-our-puppet-modules/">more details about class deployment on Confdroid.com</a>.</p> <p>See <a href="https://confdroid.com/2017/05/deploying-our-puppet-modules/">more details about class deployment on Confdroid.com</a>.</p>