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