recommit for updates in build 19
This commit is contained in:
@@ -139,8 +139,8 @@ class puppet_cd::main::config (
|
||||
# test
|
||||
|
||||
# Debug all facts
|
||||
notify { "All facts: ${facts} ": }
|
||||
|
||||
#notify { "All facts: ${facts} ": }
|
||||
|
||||
#if $facts['fqdn'] == $server_facts['servername'] {
|
||||
# notify { "This is the Puppet master node": }
|
||||
#}
|
||||
@@ -154,9 +154,9 @@ class puppet_cd::main::config (
|
||||
#}
|
||||
|
||||
# Notify the node's FQDN
|
||||
notify { "This node's FQDN is ${facts['fqdn']}": }
|
||||
#notify { "This node's FQDN is ${facts['fqdn']}": }
|
||||
|
||||
notify { " FQDN is ${fqdn}": }
|
||||
notify { " FQDN is $fqdn": }
|
||||
|
||||
}</pre>
|
||||
</td>
|
||||
|
||||
@@ -148,7 +148,8 @@
|
||||
16
|
||||
17
|
||||
18
|
||||
19</pre>
|
||||
19
|
||||
20</pre>
|
||||
</td>
|
||||
<td>
|
||||
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 6</span>
|
||||
@@ -160,7 +161,8 @@ class puppet_cd::params (
|
||||
|
||||
) {
|
||||
|
||||
$fqdn = $facts['fqdn']
|
||||
#$fqdn = $facts['fqdn']
|
||||
$fqdn = $facts['networking']['fqdn']
|
||||
|
||||
#
|
||||
# includes must be last
|
||||
|
||||
Reference in New Issue
Block a user