recommit for updates in build 13
This commit is contained in:
@@ -141,20 +141,20 @@ class puppet_cd::main::config (
|
|||||||
notify { "All facts: ${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": }
|
||||||
}
|
#}
|
||||||
|
|
||||||
if $fqdn == $pt_puppetmaster {
|
#if $fqdn == $pt_puppetmaster {
|
||||||
notify {"Me Puppetmasster":}
|
# notify {"Me Puppetmasster":}
|
||||||
}
|
#}
|
||||||
|
|
||||||
if $fqdn != $pt_puppetmaster {
|
#if $fqdn != $pt_puppetmaster {
|
||||||
notify {"BAA":}
|
# notify {"BAA":}
|
||||||
}
|
#}
|
||||||
|
|
||||||
# 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