3
0

recommit for updates in build 41

This commit is contained in:
2025-02-26 15:49:08 +01:00
parent ed8104a538
commit 5d55ec46e1

View File

@@ -107,21 +107,17 @@
9
10
11
12
13
14</pre>
12</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'manifests/main/config.pp', line 6</span>
class puppet_cd::main::config (
) inherits puppet_cd::params {
if $fqdn == $pt_puppetmaster {
) inherits puppet_cd::params {
if $fqdn == $pt_pm_fqdn {
include puppet_cd::server::service
}
}</pre>
</td>
</tr>