3
0

recommit for updates in build 15

This commit is contained in:
2025-02-26 00:37:58 +01:00
parent 7b4a5051a1
commit 7607d33106

View File

@@ -126,7 +126,9 @@
28
29
30
31</pre>
31
32
33</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'manifests/main/config.pp', line 6</span>
@@ -138,7 +140,9 @@ class puppet_cd::main::config (
# test
# Debug all facts
notify { &quot;All facts: ${facts} | grep fqdn&quot;: }
notify { &quot;All facts: ${facts} &quot;: }
# fqdn
notify { &quot;All facts: ${facts} &quot;: }
#if $facts[&#39;fqdn&#39;] == $server_facts[&#39;servername&#39;] {
@@ -154,7 +158,7 @@ class puppet_cd::main::config (
#}
# Notify the node&#39;s FQDN
# notify { &quot;This node&#39;s FQDN is ${facts[&#39;fqdn&#39;]}&quot;: }
notify { &quot;This node&#39;s FQDN is ${facts[&#39;fqdn&#39;]}&quot;: }
}</pre>
</td>