3
0

recommit for updates in build 12

This commit is contained in:
2025-02-26 00:16:28 +01:00
parent a1a8063825
commit 3ba496ecc7

View File

@@ -121,7 +121,12 @@
23 23
24 24
25 25
26</pre> 26
27
28
29
30
31</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>
@@ -131,6 +136,11 @@ class puppet_cd::main::config (
) inherits puppet_cd::params { ) inherits puppet_cd::params {
# test # test
# Debug all facts
notify { &quot;All facts: ${facts}&quot;: }
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;: }
} }