recommit for updates in build 12
This commit is contained in:
@@ -121,7 +121,12 @@
|
|||||||
23
|
23
|
||||||
24
|
24
|
||||||
25
|
25
|
||||||
26</pre>
|
26
|
||||||
|
27
|
||||||
|
28
|
||||||
|
29
|
||||||
|
30
|
||||||
|
31</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>
|
||||||
@@ -131,6 +136,11 @@ class puppet_cd::main::config (
|
|||||||
) inherits puppet_cd::params {
|
) inherits puppet_cd::params {
|
||||||
|
|
||||||
# test
|
# test
|
||||||
|
|
||||||
|
# Debug all facts
|
||||||
|
notify { "All facts: ${facts}": }
|
||||||
|
|
||||||
|
|
||||||
if $facts['fqdn'] == $server_facts['servername'] {
|
if $facts['fqdn'] == $server_facts['servername'] {
|
||||||
notify { "This is the Puppet master node": }
|
notify { "This is the Puppet master node": }
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user