3
0

recommit for updates in build 6

This commit is contained in:
2025-02-25 23:33:37 +01:00
parent 2ff8c1e185
commit 891ae795b6
2 changed files with 18 additions and 2 deletions

View File

@@ -105,7 +105,11 @@
7
8
9
10</pre>
10
11
12
13
14</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'manifests/main/config.pp', line 6</span>
@@ -114,6 +118,10 @@ class puppet_cd::main::config (
) inherits puppet_cd::params {
# test
if $facts[&#39;fqdn&#39;] == $server_facts[&#39;servername&#39;] {
notify { &quot;This is the Puppet master node&quot;: }
}
}</pre>
</td>
</tr>

View File

@@ -145,7 +145,11 @@
13
14
15
16</pre>
16
17
18
19
20</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 6</span>
@@ -157,6 +161,10 @@ class puppet_cd::params (
) {
#
$fqdn = $servername
# includes must be last
include puppet_cd::main::config