3
0

recommit for updates in build 8

This commit is contained in:
2025-02-25 23:49:57 +01:00
parent 7f28028d97
commit 39ee9e4b45

View File

@@ -113,7 +113,13 @@
15 15
16 16
17 17
18</pre> 18
19
20
21
22
23
24</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>
@@ -130,6 +136,12 @@ class puppet_cd::main::config (
if $fqdn == $pt_puppetmaster { if $fqdn == $pt_puppetmaster {
notify {&quot;Me Puppetmasster&quot;:} notify {&quot;Me Puppetmasster&quot;:}
} }
if $fqdn != $pt_puppetmaster {
notify {&quot;BAA&quot;:}
}
}</pre> }</pre>
</td> </td>
</tr> </tr>