3
0

recommit for updates in build 40

This commit is contained in:
2025-02-26 15:45:53 +01:00
parent eff4134c29
commit 92cd23f685

View File

@@ -137,7 +137,7 @@ considered a puppet agent.</p>
<span class='type'>(<tt>String</tt>)</span>
<em class="default">(defaults to: <tt>&#39;&#39;</tt>)</em>
<em class="default">(defaults to: <tt>&#39;puppetmaster.example.net&#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>&#39;&#39;</tt>)</em>
<em class="default">(defaults to: <tt>&#39;puppetdb.example.net&#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 = &#39;&#39;,
String $pt_db_fqdn = &#39;&#39;,
String $pt_pm_fqdn = &#39;puppetmaster.example.net&#39;,
String $pt_db_fqdn = &#39;puppetdb.example.net&#39;,
# installation
String $pt_package_url = &#39;https://yum.puppet.com/puppet8-release-el-9.noarch.rpm&#39;,