3
0

recommit for updates in build 7

This commit is contained in:
2025-02-25 23:37:21 +01:00
parent 197c2a53fb
commit 184140cf1d

View File

@@ -109,7 +109,11 @@
11 11
12 12
13 13
14</pre> 14
15
16
17
18</pre>
</td> </td>
<td> <td>
<pre class="code"><span class="info file"># File 'manifests/main/config.pp', line 6</span> <pre class="code"><span class="info file"># File 'manifests/main/config.pp', line 6</span>
@@ -122,6 +126,10 @@ class puppet_cd::main::config (
if $facts[&#39;fqdn&#39;] == $server_facts[&#39;servername&#39;] { if $facts[&#39;fqdn&#39;] == $server_facts[&#39;servername&#39;] {
notify { &quot;This is the Puppet master node&quot;: } notify { &quot;This is the Puppet master node&quot;: }
} }
if $fqdn == $pt_puppetmaster {
notify {&quot;Me Puppetmasster&quot;:}
}
}</pre> }</pre>
</td> </td>
</tr> </tr>