Recommit for updates in build 97

This commit is contained in:
2025-10-30 14:55:40 +01:00
parent 1e30d7b3c1
commit 3fa51fa84f

View File

@@ -120,12 +120,7 @@
22 22
23 23
24 24
25 25</pre>
26
27
28
29
30</pre>
</td> </td>
<td> <td>
<pre class="code"><span class="info file"># File 'manifests/main/install.pp', line 6</span> <pre class="code"><span class="info file"># File 'manifests/main/install.pp', line 6</span>
@@ -137,11 +132,6 @@ class puppet_cd::main::install (
package { $pt_agent_pkg: package { $pt_agent_pkg:
ensure =&gt; $pt_pkg_ensure, ensure =&gt; $pt_pkg_ensure,
} }
if $pt_use_puppetdb == true {
package { $pt_puppetdb_pkg:
ensure =&gt; $pt_pkg_ensure,
}
}
} }
if $fqdn == $pt_pm_fqdn { if $fqdn == $pt_pm_fqdn {