recommit for updates in build 20
This commit is contained in:
@@ -123,11 +123,7 @@
|
||||
25
|
||||
26
|
||||
27
|
||||
28
|
||||
29
|
||||
30
|
||||
31
|
||||
32</pre>
|
||||
28</pre>
|
||||
</td>
|
||||
<td>
|
||||
<pre class="code"><span class="info file"># File 'manifests/main/config.pp', line 6</span>
|
||||
@@ -136,14 +132,10 @@ class puppet_cd::main::config (
|
||||
|
||||
) inherits puppet_cd::params {
|
||||
|
||||
# test
|
||||
|
||||
# Debug all facts
|
||||
#notify { "All facts: ${facts} ": }
|
||||
|
||||
#if $facts['fqdn'] == $server_facts['servername'] {
|
||||
# notify { "This is the Puppet master node": }
|
||||
#}
|
||||
if $facts['fqdn'] == $server_facts['servername'] {
|
||||
notify { "This is the Puppet master node": }
|
||||
}
|
||||
|
||||
#if $fqdn == $pt_puppetmaster {
|
||||
# notify {"Me Puppetmasster":}
|
||||
@@ -156,7 +148,7 @@ class puppet_cd::main::config (
|
||||
# Notify the node's FQDN
|
||||
#notify { "This node's FQDN is ${facts['fqdn']}": }
|
||||
|
||||
notify { " FQDN is $fqdn": }
|
||||
notify { " FQDN is ${fqdn}": }
|
||||
|
||||
}</pre>
|
||||
</td>
|
||||
|
||||
@@ -119,7 +119,7 @@
|
||||
<span class='type'>(<tt>Any</tt>)</span>
|
||||
|
||||
|
||||
<em class="default">(defaults to: <tt>'client001.studydivision.local'</tt>)</em>
|
||||
<em class="default">(defaults to: <tt>undef</tt>)</em>
|
||||
|
||||
|
||||
</li>
|
||||
@@ -157,7 +157,7 @@
|
||||
class puppet_cd::params (
|
||||
|
||||
$pt_manage_fw = true,
|
||||
$pt_puppetmaster = 'client001.studydivision.local',
|
||||
$pt_puppetmaster = undef,
|
||||
|
||||
) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user