3
0

recommit for updates in build 39

This commit is contained in:
2025-02-26 15:44:57 +01:00
parent 9a3b456167
commit 9d6ed77dd2

View File

@@ -137,7 +137,7 @@ considered a puppet agent.</p>
<span class='type'>(<tt>String</tt>)</span>
<em class="default">(defaults to: <tt>undef</tt>)</em>
<em class="default">(defaults to: <tt>&#39;&#39;</tt>)</em>
&mdash;
@@ -155,7 +155,7 @@ considered a puppet agent.</p>
<span class='type'>(<tt>String</tt>)</span>
<em class="default">(defaults to: <tt>undef</tt>)</em>
<em class="default">(defaults to: <tt>&#39;&#39;</tt>)</em>
&mdash;
@@ -296,8 +296,8 @@ considered a puppet agent.</p>
class puppet_cd::params (
Boolean $pt_manage_fw = true,
String $pt_pm_fqdn = undef,
String $pt_db_fqdn = undef,
String $pt_pm_fqdn = &#39;&#39;,
String $pt_db_fqdn = &#39;&#39;,
# installation
String $pt_package_url = &#39;https://yum.puppet.com/puppet8-release-el-9.noarch.rpm&#39;,