Merge branch 'jenkins-build-97' into 'master'

Auto-merge for build 97

See merge request puppet/puppet_cd!93
This commit is contained in:
2025-10-30 14:22:16 +00:00
2 changed files with 1 additions and 16 deletions

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 {

View File

@@ -10,11 +10,6 @@ class puppet_cd::main::install (
package { $pt_agent_pkg: package { $pt_agent_pkg:
ensure => $pt_pkg_ensure, ensure => $pt_pkg_ensure,
} }
if $pt_use_puppetdb == true {
package { $pt_puppetdb_pkg:
ensure => $pt_pkg_ensure,
}
}
} }
if $fqdn == $pt_pm_fqdn { if $fqdn == $pt_pm_fqdn {