recommit for updates in build 15
This commit is contained in:
@@ -126,7 +126,9 @@
|
|||||||
28
|
28
|
||||||
29
|
29
|
||||||
30
|
30
|
||||||
31</pre>
|
31
|
||||||
|
32
|
||||||
|
33</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>
|
||||||
@@ -138,7 +140,9 @@ class puppet_cd::main::config (
|
|||||||
# test
|
# test
|
||||||
|
|
||||||
# Debug all facts
|
# Debug all facts
|
||||||
notify { "All facts: ${facts} | grep fqdn": }
|
notify { "All facts: ${facts} ": }
|
||||||
|
# fqdn
|
||||||
|
notify { "All facts: ${facts} ": }
|
||||||
|
|
||||||
|
|
||||||
#if $facts['fqdn'] == $server_facts['servername'] {
|
#if $facts['fqdn'] == $server_facts['servername'] {
|
||||||
@@ -154,7 +158,7 @@ class puppet_cd::main::config (
|
|||||||
#}
|
#}
|
||||||
|
|
||||||
# Notify the node's FQDN
|
# Notify the node's FQDN
|
||||||
# notify { "This node's FQDN is ${facts['fqdn']}": }
|
notify { "This node's FQDN is ${facts['fqdn']}": }
|
||||||
|
|
||||||
}</pre>
|
}</pre>
|
||||||
</td>
|
</td>
|
||||||
|
|||||||
Reference in New Issue
Block a user