3
0

Recommit for updates in build 96

This commit is contained in:
2025-10-30 14:48:14 +01:00
parent 0ac3d0e3db
commit 908ab10c3d

View File

@@ -118,7 +118,14 @@
20 20
21 21
22 22
23</pre> 23
24
25
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>
@@ -126,8 +133,15 @@
class puppet_cd::main::install ( class puppet_cd::main::install (
) inherits puppet_cd::params { ) inherits puppet_cd::params {
package { $pt_agent_pkg: if $fqdn != $pt_pm_fqdn {
ensure =&gt; $pt_pkg_ensure, package { $pt_agent_pkg:
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 {